@pie-lib/graphing 4.0.5-next.30 → 4.0.5-next.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +1469 -0
  3. package/LICENSE.md +5 -0
  4. package/lib/axis/arrow.js +79 -0
  5. package/lib/axis/arrow.js.map +1 -0
  6. package/lib/axis/axes.js +329 -0
  7. package/lib/axis/axes.js.map +1 -0
  8. package/lib/axis/index.js +21 -0
  9. package/lib/axis/index.js.map +1 -0
  10. package/lib/bg.js +114 -0
  11. package/lib/bg.js.map +1 -0
  12. package/lib/container/actions.js +18 -0
  13. package/lib/container/actions.js.map +1 -0
  14. package/lib/container/index.js +127 -0
  15. package/lib/container/index.js.map +1 -0
  16. package/lib/container/marks.js +22 -0
  17. package/lib/container/marks.js.map +1 -0
  18. package/lib/container/middleware.js +19 -0
  19. package/lib/container/middleware.js.map +1 -0
  20. package/lib/container/reducer.js +18 -0
  21. package/lib/container/reducer.js.map +1 -0
  22. package/lib/coordinates-label.js +79 -0
  23. package/lib/coordinates-label.js.map +1 -0
  24. package/lib/graph-with-controls.js +294 -0
  25. package/lib/graph-with-controls.js.map +1 -0
  26. package/lib/graph.js +327 -0
  27. package/lib/graph.js.map +1 -0
  28. package/lib/grid-setup.js +414 -0
  29. package/lib/grid-setup.js.map +1 -0
  30. package/lib/grid.js +131 -0
  31. package/lib/grid.js.map +1 -0
  32. package/lib/index.js +47 -0
  33. package/lib/index.js.map +1 -0
  34. package/lib/key-legend.js +201 -0
  35. package/lib/key-legend.js.map +1 -0
  36. package/lib/label-svg-icon.js +50 -0
  37. package/lib/label-svg-icon.js.map +1 -0
  38. package/lib/labels.js +243 -0
  39. package/lib/labels.js.map +1 -0
  40. package/lib/mark-label.js +285 -0
  41. package/lib/mark-label.js.map +1 -0
  42. package/lib/toggle-bar.js +252 -0
  43. package/lib/toggle-bar.js.map +1 -0
  44. package/lib/tool-menu.js +78 -0
  45. package/lib/tool-menu.js.map +1 -0
  46. package/lib/tools/absolute/component.js +29 -0
  47. package/lib/tools/absolute/component.js.map +1 -0
  48. package/lib/tools/absolute/index.js +50 -0
  49. package/lib/tools/absolute/index.js.map +1 -0
  50. package/lib/tools/circle/bg-circle.js +123 -0
  51. package/lib/tools/circle/bg-circle.js.map +1 -0
  52. package/lib/tools/circle/component.js +321 -0
  53. package/lib/tools/circle/component.js.map +1 -0
  54. package/lib/tools/circle/index.js +41 -0
  55. package/lib/tools/circle/index.js.map +1 -0
  56. package/lib/tools/exponential/component.js +28 -0
  57. package/lib/tools/exponential/component.js.map +1 -0
  58. package/lib/tools/exponential/index.js +56 -0
  59. package/lib/tools/exponential/index.js.map +1 -0
  60. package/lib/tools/index.js +86 -0
  61. package/lib/tools/index.js.map +1 -0
  62. package/lib/tools/line/component.js +97 -0
  63. package/lib/tools/line/component.js.map +1 -0
  64. package/lib/tools/line/index.js +11 -0
  65. package/lib/tools/line/index.js.map +1 -0
  66. package/lib/tools/parabola/component.js +28 -0
  67. package/lib/tools/parabola/component.js.map +1 -0
  68. package/lib/tools/parabola/index.js +50 -0
  69. package/lib/tools/parabola/index.js.map +1 -0
  70. package/lib/tools/point/component.js +148 -0
  71. package/lib/tools/point/component.js.map +1 -0
  72. package/lib/tools/point/index.js +24 -0
  73. package/lib/tools/point/index.js.map +1 -0
  74. package/lib/tools/polygon/component.js +437 -0
  75. package/lib/tools/polygon/component.js.map +1 -0
  76. package/lib/tools/polygon/index.js +89 -0
  77. package/lib/tools/polygon/index.js.map +1 -0
  78. package/lib/tools/polygon/line.js +112 -0
  79. package/lib/tools/polygon/line.js.map +1 -0
  80. package/lib/tools/polygon/polygon.js +130 -0
  81. package/lib/tools/polygon/polygon.js.map +1 -0
  82. package/lib/tools/ray/component.js +95 -0
  83. package/lib/tools/ray/component.js.map +1 -0
  84. package/lib/tools/ray/index.js +11 -0
  85. package/lib/tools/ray/index.js.map +1 -0
  86. package/lib/tools/segment/component.js +71 -0
  87. package/lib/tools/segment/component.js.map +1 -0
  88. package/lib/tools/segment/index.js +11 -0
  89. package/lib/tools/segment/index.js.map +1 -0
  90. package/lib/tools/shared/arrow-head.js +111 -0
  91. package/lib/tools/shared/arrow-head.js.map +1 -0
  92. package/lib/tools/shared/icons/CorrectSVG.js +40 -0
  93. package/lib/tools/shared/icons/CorrectSVG.js.map +1 -0
  94. package/lib/tools/shared/icons/IncorrectSVG.js +40 -0
  95. package/lib/tools/shared/icons/IncorrectSVG.js.map +1 -0
  96. package/lib/tools/shared/icons/MissingSVG.js +39 -0
  97. package/lib/tools/shared/icons/MissingSVG.js.map +1 -0
  98. package/lib/tools/shared/line/index.js +550 -0
  99. package/lib/tools/shared/line/index.js.map +1 -0
  100. package/lib/tools/shared/line/line-path.js +118 -0
  101. package/lib/tools/shared/line/line-path.js.map +1 -0
  102. package/lib/tools/shared/line/with-root-edge.js +121 -0
  103. package/lib/tools/shared/line/with-root-edge.js.map +1 -0
  104. package/lib/tools/shared/point/arrow-point.js +72 -0
  105. package/lib/tools/shared/point/arrow-point.js.map +1 -0
  106. package/lib/tools/shared/point/arrow.js +67 -0
  107. package/lib/tools/shared/point/arrow.js.map +1 -0
  108. package/lib/tools/shared/point/base-point.js +157 -0
  109. package/lib/tools/shared/point/base-point.js.map +1 -0
  110. package/lib/tools/shared/point/index.js +68 -0
  111. package/lib/tools/shared/point/index.js.map +1 -0
  112. package/lib/tools/shared/styles.js +33 -0
  113. package/lib/tools/shared/styles.js.map +1 -0
  114. package/lib/tools/shared/types.js +16 -0
  115. package/lib/tools/shared/types.js.map +1 -0
  116. package/lib/tools/sine/component.js +40 -0
  117. package/lib/tools/sine/component.js.map +1 -0
  118. package/lib/tools/sine/index.js +50 -0
  119. package/lib/tools/sine/index.js.map +1 -0
  120. package/lib/tools/vector/component.js +68 -0
  121. package/lib/tools/vector/component.js.map +1 -0
  122. package/lib/tools/vector/index.js +11 -0
  123. package/lib/tools/vector/index.js.map +1 -0
  124. package/lib/undo-redo.js +86 -0
  125. package/lib/undo-redo.js.map +1 -0
  126. package/lib/use-debounce.js +25 -0
  127. package/lib/use-debounce.js.map +1 -0
  128. package/lib/utils.js +229 -0
  129. package/lib/utils.js.map +1 -0
  130. package/package.json +33 -45
  131. package/src/__tests__/bg.test.jsx +250 -0
  132. package/src/__tests__/coordinates-label.test.jsx +243 -0
  133. package/src/__tests__/graph-with-controls.test.jsx +198 -0
  134. package/src/__tests__/graph.test.jsx +721 -0
  135. package/src/__tests__/grid-setup.test.jsx +645 -0
  136. package/src/__tests__/grid.test.jsx +22 -0
  137. package/src/__tests__/key-legend.test.jsx +260 -0
  138. package/src/__tests__/label-svg-icon.test.jsx +278 -0
  139. package/src/__tests__/labels.test.jsx +55 -0
  140. package/src/__tests__/mark-label.test.jsx +63 -0
  141. package/src/__tests__/toggle-bar.test.jsx +146 -0
  142. package/src/__tests__/tool-menu.test.jsx +115 -0
  143. package/src/__tests__/undo-redo.test.jsx +24 -0
  144. package/src/__tests__/use-debounce.test.js +21 -0
  145. package/src/__tests__/utils.js +41 -0
  146. package/src/__tests__/utils.test.js +105 -0
  147. package/src/axis/__tests__/arrow.test.jsx +38 -0
  148. package/src/axis/__tests__/axes.test.jsx +216 -0
  149. package/src/axis/arrow.jsx +57 -0
  150. package/src/axis/axes.jsx +285 -0
  151. package/src/axis/index.js +3 -0
  152. package/src/bg.jsx +96 -0
  153. package/src/container/__tests__/actions.test.js +105 -0
  154. package/src/container/__tests__/index.test.jsx +319 -0
  155. package/src/container/__tests__/marks.test.js +172 -0
  156. package/src/container/__tests__/middleware.test.js +235 -0
  157. package/src/container/__tests__/reducer.test.js +324 -0
  158. package/src/container/actions.js +8 -0
  159. package/src/container/index.jsx +91 -0
  160. package/src/container/marks.js +14 -0
  161. package/src/container/middleware.js +7 -0
  162. package/src/container/reducer.js +5 -0
  163. package/src/coordinates-label.jsx +63 -0
  164. package/src/graph-with-controls.jsx +239 -0
  165. package/src/graph.jsx +303 -0
  166. package/src/grid-setup.jsx +432 -0
  167. package/src/grid.jsx +133 -0
  168. package/src/index.js +7 -0
  169. package/src/key-legend.jsx +142 -0
  170. package/src/label-svg-icon.jsx +39 -0
  171. package/src/labels.jsx +207 -0
  172. package/src/mark-label.jsx +244 -0
  173. package/src/toggle-bar.jsx +224 -0
  174. package/src/tool-menu.jsx +49 -0
  175. package/src/tools/absolute/__tests__/component.test.jsx +53 -0
  176. package/src/tools/absolute/component.jsx +23 -0
  177. package/src/tools/absolute/index.js +31 -0
  178. package/src/tools/circle/__tests__/bg-circle.test.jsx +26 -0
  179. package/src/tools/circle/__tests__/component.test.jsx +494 -0
  180. package/src/tools/circle/__tests__/index.test.js +480 -0
  181. package/src/tools/circle/bg-circle.jsx +81 -0
  182. package/src/tools/circle/component.jsx +264 -0
  183. package/src/tools/circle/index.js +25 -0
  184. package/src/tools/exponential/__tests__/component.test.jsx +53 -0
  185. package/src/tools/exponential/__tests__/index.test.js +729 -0
  186. package/src/tools/exponential/component.jsx +23 -0
  187. package/src/tools/exponential/index.js +39 -0
  188. package/src/tools/index.js +48 -0
  189. package/src/tools/line/__tests__/component.test.jsx +37 -0
  190. package/src/tools/line/component.jsx +93 -0
  191. package/src/tools/line/index.js +4 -0
  192. package/src/tools/parabola/__tests__/component.test.jsx +48 -0
  193. package/src/tools/parabola/__tests__/index.test.js +470 -0
  194. package/src/tools/parabola/component.jsx +23 -0
  195. package/src/tools/parabola/index.js +31 -0
  196. package/src/tools/point/__tests__/component.test.jsx +349 -0
  197. package/src/tools/point/__tests__/index.test.js +241 -0
  198. package/src/tools/point/component.jsx +126 -0
  199. package/src/tools/point/index.js +11 -0
  200. package/src/tools/polygon/__tests__/component.test.jsx +471 -0
  201. package/src/tools/polygon/__tests__/index.test.js +294 -0
  202. package/src/tools/polygon/__tests__/line.test.jsx +35 -0
  203. package/src/tools/polygon/__tests__/polygon.test.jsx +61 -0
  204. package/src/tools/polygon/component.jsx +409 -0
  205. package/src/tools/polygon/index.js +52 -0
  206. package/src/tools/polygon/line.jsx +74 -0
  207. package/src/tools/polygon/polygon.jsx +110 -0
  208. package/src/tools/ray/__tests__/component.test.jsx +29 -0
  209. package/src/tools/ray/component.jsx +92 -0
  210. package/src/tools/ray/index.js +4 -0
  211. package/src/tools/segment/__tests__/component.test.jsx +28 -0
  212. package/src/tools/segment/component.jsx +65 -0
  213. package/src/tools/segment/index.js +4 -0
  214. package/src/tools/shared/__tests__/arrow-head.test.jsx +31 -0
  215. package/src/tools/shared/arrow-head.jsx +102 -0
  216. package/src/tools/shared/icons/CorrectSVG.jsx +32 -0
  217. package/src/tools/shared/icons/IncorrectSVG.jsx +30 -0
  218. package/src/tools/shared/icons/MissingSVG.jsx +31 -0
  219. package/src/tools/shared/line/__tests__/index.test.jsx +109 -0
  220. package/src/tools/shared/line/__tests__/line-path.test.jsx +53 -0
  221. package/src/tools/shared/line/__tests__/with-root-edge.test.jsx +73 -0
  222. package/src/tools/shared/line/index.jsx +487 -0
  223. package/src/tools/shared/line/line-path.jsx +80 -0
  224. package/src/tools/shared/line/with-root-edge.jsx +97 -0
  225. package/src/tools/shared/point/__tests__/arrow-point.test.jsx +91 -0
  226. package/src/tools/shared/point/__tests__/base-point.test.jsx +87 -0
  227. package/src/tools/shared/point/arrow-point.jsx +46 -0
  228. package/src/tools/shared/point/arrow.jsx +37 -0
  229. package/src/tools/shared/point/base-point.jsx +121 -0
  230. package/src/tools/shared/point/index.jsx +54 -0
  231. package/src/tools/shared/styles.js +27 -0
  232. package/src/tools/shared/types.js +10 -0
  233. package/src/tools/sine/__tests__/component.test.jsx +51 -0
  234. package/src/tools/sine/component.jsx +32 -0
  235. package/src/tools/sine/index.js +33 -0
  236. package/src/tools/vector/__tests__/component.test.jsx +25 -0
  237. package/src/tools/vector/component.jsx +56 -0
  238. package/src/tools/vector/index.js +4 -0
  239. package/src/undo-redo.jsx +45 -0
  240. package/src/use-debounce.js +13 -0
  241. package/src/utils.js +224 -0
  242. package/dist/_virtual/_rolldown/runtime.js +0 -23
  243. package/dist/autosize-input.d.ts +0 -10
  244. package/dist/autosize-input.js +0 -66
  245. package/dist/axis/arrow.d.ts +0 -13
  246. package/dist/axis/arrow.js +0 -34
  247. package/dist/axis/axes.d.ts +0 -132
  248. package/dist/axis/axes.js +0 -214
  249. package/dist/axis/index.d.ts +0 -10
  250. package/dist/bg.d.ts +0 -51
  251. package/dist/bg.js +0 -44
  252. package/dist/container/actions.d.ts +0 -15
  253. package/dist/container/actions.js +0 -7
  254. package/dist/container/index.d.ts +0 -58
  255. package/dist/container/index.js +0 -48
  256. package/dist/container/marks.d.ts +0 -10
  257. package/dist/container/marks.js +0 -11
  258. package/dist/container/middleware.d.ts +0 -10
  259. package/dist/container/middleware.js +0 -4
  260. package/dist/container/reducer.d.ts +0 -14
  261. package/dist/container/reducer.js +0 -7
  262. package/dist/coordinates-label.d.ts +0 -50
  263. package/dist/coordinates-label.js +0 -46
  264. package/dist/graph-with-controls.d.ts +0 -88
  265. package/dist/graph-with-controls.js +0 -154
  266. package/dist/graph.d.ts +0 -126
  267. package/dist/graph.js +0 -209
  268. package/dist/grid-setup.d.ts +0 -27
  269. package/dist/grid-setup.js +0 -307
  270. package/dist/grid.d.ts +0 -43
  271. package/dist/grid.js +0 -59
  272. package/dist/index.d.ts +0 -15
  273. package/dist/index.js +0 -7
  274. package/dist/key-legend.d.ts +0 -21
  275. package/dist/key-legend.js +0 -231
  276. package/dist/label-svg-icon.d.ts +0 -18
  277. package/dist/label-svg-icon.js +0 -42
  278. package/dist/labels.d.ts +0 -37
  279. package/dist/labels.js +0 -152
  280. package/dist/mark-label.d.ts +0 -58
  281. package/dist/mark-label.js +0 -171
  282. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Axis.js +0 -101
  283. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisRenderer.js +0 -63
  284. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Ticks.js +0 -44
  285. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/constants/orientation.js +0 -9
  286. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/createPoint.js +0 -14
  287. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getAxisRangePaddingConfig.js +0 -21
  288. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getLabelTransform.js +0 -16
  289. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickFormatter.js +0 -8
  290. package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickPosition.js +0 -15
  291. package/dist/node_modules/.bun/@visx_curve@3.12.0/node_modules/@visx/curve/esm/index.js +0 -2
  292. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/Grid.js +0 -79
  293. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridColumns.js +0 -79
  294. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridRows.js +0 -79
  295. package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/utils/getScaleBandwidth.js +0 -6
  296. package/dist/node_modules/.bun/@visx_group@3.12.0_f4eacebf2041cd4f/node_modules/@visx/group/esm/Group.js +0 -50
  297. package/dist/node_modules/.bun/@visx_point@3.12.0/node_modules/@visx/point/esm/Point.js +0 -18
  298. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/coerceNumber.js +0 -10
  299. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/getTicks.js +0 -9
  300. package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/toString.js +0 -6
  301. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Line.js +0 -47
  302. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/LinePath.js +0 -50
  303. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/D3ShapeFactories.js +0 -9
  304. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/setNumberOrNumberAccessor.js +0 -6
  305. package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/lib/shapes/Line.js +0 -53
  306. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/Text.js +0 -57
  307. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/hooks/useText.js +0 -91
  308. package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/util/getStringWidth.js +0 -21
  309. package/dist/node_modules/.bun/balanced-match@0.4.2/node_modules/balanced-match/index.js +0 -32
  310. package/dist/node_modules/.bun/balanced-match@1.0.2/node_modules/balanced-match/index.js +0 -33
  311. package/dist/node_modules/.bun/classnames@2.5.1/node_modules/classnames/index.js +0 -32
  312. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -16
  313. package/dist/node_modules/.bun/invariant@2.2.4/node_modules/invariant/browser.js +0 -28
  314. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Hash.js +0 -21
  315. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_ListCache.js +0 -21
  316. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Map.js +0 -10
  317. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_MapCache.js +0 -21
  318. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Symbol.js +0 -9
  319. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_assocIndexOf.js +0 -14
  320. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_baseGetTag.js +0 -15
  321. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_baseIsNative.js +0 -16
  322. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_coreJsData.js +0 -9
  323. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_freeGlobal.js +0 -8
  324. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getMapData.js +0 -14
  325. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getNative.js +0 -15
  326. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getRawTag.js +0 -19
  327. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getValue.js +0 -11
  328. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashClear.js +0 -13
  329. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashDelete.js +0 -12
  330. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashGet.js +0 -18
  331. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashHas.js +0 -14
  332. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashSet.js +0 -14
  333. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_isKeyable.js +0 -12
  334. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_isMasked.js +0 -16
  335. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheClear.js +0 -11
  336. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheDelete.js +0 -14
  337. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheGet.js +0 -14
  338. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheHas.js +0 -13
  339. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheSet.js +0 -14
  340. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheClear.js +0 -19
  341. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheDelete.js +0 -14
  342. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheGet.js +0 -13
  343. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheHas.js +0 -13
  344. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheSet.js +0 -14
  345. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_nativeCreate.js +0 -9
  346. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_objectToString.js +0 -12
  347. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_root.js +0 -10
  348. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_toSource.js +0 -20
  349. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/eq.js +0 -11
  350. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/isFunction.js +0 -16
  351. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/isObject.js +0 -12
  352. package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/memoize.js +0 -20
  353. package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/formula_evaluator.js +0 -37
  354. package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/lexer.js +0 -509
  355. package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/math_function.js +0 -108
  356. package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/postfix.js +0 -31
  357. package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/postfix_evaluator.js +0 -45
  358. package/dist/node_modules/.bun/react-redux@9.3.0_9e2203c65d1d5fa1/node_modules/react-redux/dist/react-redux.js +0 -471
  359. package/dist/node_modules/.bun/reduce-css-calc@1.3.0/node_modules/reduce-css-calc/index.js +0 -49
  360. package/dist/node_modules/.bun/reduce-function-call@1.0.3/node_modules/reduce-function-call/index.js +0 -34
  361. package/dist/node_modules/.bun/redux-undo@1.1.0/node_modules/redux-undo/dist/redux-undo.js +0 -185
  362. package/dist/node_modules/.bun/redux@5.0.1/node_modules/redux/dist/redux.js +0 -198
  363. package/dist/node_modules/.bun/use-sync-external-store@1.6.0_f4eacebf2041cd4f/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js +0 -53
  364. package/dist/node_modules/.bun/use-sync-external-store@1.6.0_f4eacebf2041cd4f/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js +0 -51
  365. package/dist/node_modules/.bun/use-sync-external-store@1.6.0_f4eacebf2041cd4f/node_modules/use-sync-external-store/with-selector.js +0 -10
  366. package/dist/toggle-bar.d.ts +0 -40
  367. package/dist/toggle-bar.js +0 -155
  368. package/dist/tool-menu.d.ts +0 -29
  369. package/dist/tool-menu.js +0 -41
  370. package/dist/tools/absolute/component.d.ts +0 -16
  371. package/dist/tools/absolute/component.js +0 -15
  372. package/dist/tools/absolute/index.d.ts +0 -20
  373. package/dist/tools/absolute/index.js +0 -32
  374. package/dist/tools/circle/bg-circle.d.ts +0 -116
  375. package/dist/tools/circle/bg-circle.js +0 -72
  376. package/dist/tools/circle/component.d.ts +0 -83
  377. package/dist/tools/circle/component.js +0 -195
  378. package/dist/tools/circle/index.d.ts +0 -20
  379. package/dist/tools/circle/index.js +0 -22
  380. package/dist/tools/exponential/component.d.ts +0 -16
  381. package/dist/tools/exponential/component.js +0 -14
  382. package/dist/tools/exponential/index.d.ts +0 -20
  383. package/dist/tools/exponential/index.js +0 -32
  384. package/dist/tools/index.d.ts +0 -27
  385. package/dist/tools/index.js +0 -55
  386. package/dist/tools/line/component.d.ts +0 -124
  387. package/dist/tools/line/component.js +0 -72
  388. package/dist/tools/line/index.d.ts +0 -13
  389. package/dist/tools/line/index.js +0 -6
  390. package/dist/tools/parabola/component.d.ts +0 -16
  391. package/dist/tools/parabola/component.js +0 -14
  392. package/dist/tools/parabola/index.d.ts +0 -20
  393. package/dist/tools/parabola/index.js +0 -32
  394. package/dist/tools/point/component.d.ts +0 -50
  395. package/dist/tools/point/component.js +0 -85
  396. package/dist/tools/point/index.d.ts +0 -15
  397. package/dist/tools/point/index.js +0 -13
  398. package/dist/tools/polygon/component.d.ts +0 -120
  399. package/dist/tools/polygon/component.js +0 -262
  400. package/dist/tools/polygon/index.d.ts +0 -19
  401. package/dist/tools/polygon/index.js +0 -55
  402. package/dist/tools/polygon/line.d.ts +0 -125
  403. package/dist/tools/polygon/line.js +0 -63
  404. package/dist/tools/polygon/polygon.d.ts +0 -122
  405. package/dist/tools/polygon/polygon.js +0 -74
  406. package/dist/tools/ray/component.d.ts +0 -101
  407. package/dist/tools/ray/component.js +0 -71
  408. package/dist/tools/ray/index.d.ts +0 -13
  409. package/dist/tools/ray/index.js +0 -6
  410. package/dist/tools/segment/component.d.ts +0 -100
  411. package/dist/tools/segment/component.js +0 -52
  412. package/dist/tools/segment/index.d.ts +0 -13
  413. package/dist/tools/segment/index.js +0 -6
  414. package/dist/tools/shared/arrow-head.d.ts +0 -51
  415. package/dist/tools/shared/arrow-head.js +0 -63
  416. package/dist/tools/shared/icons/CorrectSVG.d.ts +0 -26
  417. package/dist/tools/shared/icons/CorrectSVG.js +0 -29
  418. package/dist/tools/shared/icons/IncorrectSVG.d.ts +0 -26
  419. package/dist/tools/shared/icons/IncorrectSVG.js +0 -27
  420. package/dist/tools/shared/icons/MissingSVG.d.ts +0 -26
  421. package/dist/tools/shared/icons/MissingSVG.js +0 -28
  422. package/dist/tools/shared/line/index.d.ts +0 -245
  423. package/dist/tools/shared/line/index.js +0 -319
  424. package/dist/tools/shared/line/line-path.d.ts +0 -57
  425. package/dist/tools/shared/line/line-path.js +0 -71
  426. package/dist/tools/shared/line/with-root-edge.d.ts +0 -142
  427. package/dist/tools/shared/line/with-root-edge.js +0 -73
  428. package/dist/tools/shared/point/arrow-point.d.ts +0 -56
  429. package/dist/tools/shared/point/arrow-point.js +0 -41
  430. package/dist/tools/shared/point/arrow.d.ts +0 -45
  431. package/dist/tools/shared/point/arrow.js +0 -35
  432. package/dist/tools/shared/point/base-point.d.ts +0 -52
  433. package/dist/tools/shared/point/base-point.js +0 -103
  434. package/dist/tools/shared/point/index.d.ts +0 -216
  435. package/dist/tools/shared/point/index.js +0 -45
  436. package/dist/tools/shared/styles.d.ts +0 -29
  437. package/dist/tools/shared/styles.js +0 -20
  438. package/dist/tools/shared/types.d.ts +0 -21
  439. package/dist/tools/shared/types.js +0 -11
  440. package/dist/tools/sine/component.d.ts +0 -16
  441. package/dist/tools/sine/component.js +0 -22
  442. package/dist/tools/sine/index.d.ts +0 -20
  443. package/dist/tools/sine/index.js +0 -32
  444. package/dist/tools/vector/component.d.ts +0 -100
  445. package/dist/tools/vector/component.js +0 -44
  446. package/dist/tools/vector/index.d.ts +0 -13
  447. package/dist/tools/vector/index.js +0 -6
  448. package/dist/undo-redo.d.ts +0 -22
  449. package/dist/undo-redo.js +0 -47
  450. package/dist/use-debounce.d.ts +0 -9
  451. package/dist/use-debounce.js +0 -13
  452. package/dist/utils.d.ts +0 -61
  453. package/dist/utils.js +0 -75
package/CHANGELOG.md ADDED
@@ -0,0 +1,1469 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [4.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3...@pie-lib/graphing@4.0.4) (2026-05-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **graphing:** avoid tools to have extra stroke on eval PD-451 ([b15e23a](https://github.com/pie-framework/pie-lib/commit/b15e23a11c4424dee372b0daea6ef89c2ec35be5))
11
+ - **graphing:** ensure polygon labels are disabled in student view, delete logs PIE-452 ([bd40387](https://github.com/pie-framework/pie-lib/commit/bd40387e228fad48227f77ee825f2f5d5d5ebff6))
12
+ - **graphing:** remove empty labels of tools PIE-452 ([c164061](https://github.com/pie-framework/pie-lib/commit/c164061b00674e7de5bf1d48a6dea36f5638b39c))
13
+
14
+ ## [4.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.3...@pie-lib/graphing@4.0.3) (2026-05-07)
15
+
16
+ **Note:** Version bump only for package @pie-lib/graphing
17
+
18
+ ## [4.0.3-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.2...@pie-lib/graphing@4.0.3-next.3) (2026-05-07)
19
+
20
+ **Note:** Version bump only for package @pie-lib/graphing
21
+
22
+ ## [4.0.3-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.1...@pie-lib/graphing@4.0.3-next.2) (2026-05-06)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **graphing:** add return statement to prevent further execution in lineBase function PIE-519 ([3b95e6e](https://github.com/pie-framework/pie-lib/commit/3b95e6ed7ab83417f422ffe985a956b9a6a46db4))
27
+
28
+ ## [4.0.3-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.0...@pie-lib/graphing@4.0.3-next.1) (2026-05-06)
29
+
30
+ **Note:** Version bump only for package @pie-lib/graphing
31
+
32
+ ## [4.0.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.15...@pie-lib/graphing@4.0.3-next.0) (2026-05-06)
33
+
34
+ ### Bug Fixes
35
+
36
+ - enhance drag handling and prevent click interference in draggable components. fix auto input label PIE-428 ([cc06766](https://github.com/pie-framework/pie-lib/commit/cc06766fab6960356f3e7f8975da1f12f3358a9e))
37
+ - ensure onClick is called for existing mark points/lines and does not interfere with drag PIE-426 PIE-427 ([1cb4f00](https://github.com/pie-framework/pie-lib/commit/1cb4f00118ff24ddffe4c1ee2a091daccafa4d15))
38
+ - **graphing/plot:** improve drag handling to prevent misidentifying clicks as drags PD-5598 ([40a65a3](https://github.com/pie-framework/pie-lib/commit/40a65a312ec06227309fceac848bb8c7a266b1bb))
39
+ - **graphing:** adjust axis label PD-5595 ([f462a1f](https://github.com/pie-framework/pie-lib/commit/f462a1f5563a6bb18443091c16d75064f2b31bad))
40
+ - **graphing:** color changes for graph buttons PD-5590 ([1053f44](https://github.com/pie-framework/pie-lib/commit/1053f44cd10521bf5e3431ac071fb3f18e97f467))
41
+ - **graphing:** defer focus call to ensure re-render completion PIE-520 ([3e3ae16](https://github.com/pie-framework/pie-lib/commit/3e3ae16f11d2193ae77db11d8bd19ec711f8b679))
42
+ - **graphing:** increase stroke width and improve pointer event handling for lines ([58e1b47](https://github.com/pie-framework/pie-lib/commit/58e1b476cccb43c2db7e685119a3268fce21808c))
43
+ - **graphing:** prevent new marks creation on existing points/lines during click events PIE-27 ([6c73a8e](https://github.com/pie-framework/pie-lib/commit/6c73a8e8317f3302c6d54dd9890c1d5a9fb02305))
44
+ - **graphing:** restore disabled/correctness styling on Line tool PIE-425 ([de26993](https://github.com/pie-framework/pie-lib/commit/de26993e35aa46437af9f6f9db5126218890dcf7))
45
+ - **graphing:** revert to previous disabled colors PD-5510 ([e50a991](https://github.com/pie-framework/pie-lib/commit/e50a991aaa20f134d338a3f27d6d46d68db02a57))
46
+ - unapplied padding PD-5450 ([5d92076](https://github.com/pie-framework/pie-lib/commit/5d92076e57b1106a9bcb746da97bf105427e77f5))
47
+
48
+ ## [4.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.1...@pie-lib/graphing@4.0.2) (2026-05-04)
49
+
50
+ ### Bug Fixes
51
+
52
+ - **graphing:** defer focus call to ensure re-render completion PIE-520 ([3e3ae16](https://github.com/pie-framework/pie-lib/commit/3e3ae16f11d2193ae77db11d8bd19ec711f8b679))
53
+
54
+ ## [4.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.0...@pie-lib/graphing@4.0.1) (2026-04-28)
55
+
56
+ **Note:** Version bump only for package @pie-lib/graphing
57
+
58
+ # [3.2.0-next.38](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.37...@pie-lib/graphing@3.2.0-next.38) (2026-04-24)
59
+
60
+ ### Bug Fixes
61
+
62
+ - enhance drag handling and prevent click interference in draggable components. fix auto input label PIE-428 ([cc06766](https://github.com/pie-framework/pie-lib/commit/cc06766fab6960356f3e7f8975da1f12f3358a9e))
63
+
64
+ # [3.2.0-next.37](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.36...@pie-lib/graphing@3.2.0-next.37) (2026-04-24)
65
+
66
+ ### Bug Fixes
67
+
68
+ - ensure onClick is called for existing mark points/lines and does not interfere with drag PIE-426 PIE-427 ([1cb4f00](https://github.com/pie-framework/pie-lib/commit/1cb4f00118ff24ddffe4c1ee2a091daccafa4d15))
69
+
70
+ # [3.2.0-next.36](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.35...@pie-lib/graphing@3.2.0-next.36) (2026-04-23)
71
+
72
+ ### Bug Fixes
73
+
74
+ - **graphing:** restore disabled/correctness styling on Line tool PIE-425 ([de26993](https://github.com/pie-framework/pie-lib/commit/de26993e35aa46437af9f6f9db5126218890dcf7))
75
+
76
+ # [3.2.0-next.35](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.34...@pie-lib/graphing@3.2.0-next.35) (2026-04-17)
77
+
78
+ **Note:** Version bump only for package @pie-lib/graphing
79
+
80
+ # [3.2.0-next.34](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.33...@pie-lib/graphing@3.2.0-next.34) (2026-04-16)
81
+
82
+ **Note:** Version bump only for package @pie-lib/graphing
83
+
84
+ # [3.2.0-next.33](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.32...@pie-lib/graphing@3.2.0-next.33) (2026-04-16)
85
+
86
+ **Note:** Version bump only for package @pie-lib/graphing
87
+
88
+ # [3.2.0-next.32](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.31...@pie-lib/graphing@3.2.0-next.32) (2026-04-16)
89
+
90
+ **Note:** Version bump only for package @pie-lib/graphing
91
+
92
+ # [3.2.0-next.31](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.30...@pie-lib/graphing@3.2.0-next.31) (2026-04-15)
93
+
94
+ **Note:** Version bump only for package @pie-lib/graphing
95
+
96
+ # [3.2.0-next.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.29...@pie-lib/graphing@3.2.0-next.30) (2026-04-15)
97
+
98
+ **Note:** Version bump only for package @pie-lib/graphing
99
+
100
+ # [3.2.0-next.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.28...@pie-lib/graphing@3.2.0-next.29) (2026-04-14)
101
+
102
+ **Note:** Version bump only for package @pie-lib/graphing
103
+
104
+ # [3.2.0-next.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.27...@pie-lib/graphing@3.2.0-next.28) (2026-04-13)
105
+
106
+ **Note:** Version bump only for package @pie-lib/graphing
107
+
108
+ # [3.2.0-next.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.26...@pie-lib/graphing@3.2.0-next.27) (2026-04-09)
109
+
110
+ **Note:** Version bump only for package @pie-lib/graphing
111
+
112
+ # [3.2.0-next.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.25...@pie-lib/graphing@3.2.0-next.26) (2026-04-09)
113
+
114
+ **Note:** Version bump only for package @pie-lib/graphing
115
+
116
+ # [3.2.0-next.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.24...@pie-lib/graphing@3.2.0-next.25) (2026-04-08)
117
+
118
+ **Note:** Version bump only for package @pie-lib/graphing
119
+
120
+ # [3.2.0-next.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.23...@pie-lib/graphing@3.2.0-next.24) (2026-04-07)
121
+
122
+ **Note:** Version bump only for package @pie-lib/graphing
123
+
124
+ # [3.2.0-next.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.22...@pie-lib/graphing@3.2.0-next.23) (2026-04-06)
125
+
126
+ ### Bug Fixes
127
+
128
+ - **graphing:** prevent new marks creation on existing points/lines during click events PIE-27 ([6c73a8e](https://github.com/pie-framework/pie-lib/commit/6c73a8e8317f3302c6d54dd9890c1d5a9fb02305))
129
+
130
+ # [3.2.0-next.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.21...@pie-lib/graphing@3.2.0-next.22) (2026-04-03)
131
+
132
+ ### Bug Fixes
133
+
134
+ - **graphing/plot:** improve drag handling to prevent misidentifying clicks as drags PD-5598 ([40a65a3](https://github.com/pie-framework/pie-lib/commit/40a65a312ec06227309fceac848bb8c7a266b1bb))
135
+ - **graphing:** increase stroke width and improve pointer event handling for lines ([58e1b47](https://github.com/pie-framework/pie-lib/commit/58e1b476cccb43c2db7e685119a3268fce21808c))
136
+ - unapplied padding PD-5450 ([5d92076](https://github.com/pie-framework/pie-lib/commit/5d92076e57b1106a9bcb746da97bf105427e77f5))
137
+
138
+ # [3.2.0-next.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.20...@pie-lib/graphing@3.2.0-next.21) (2026-03-31)
139
+
140
+ **Note:** Version bump only for package @pie-lib/graphing
141
+
142
+ # [3.2.0-next.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.19...@pie-lib/graphing@3.2.0-next.20) (2026-03-25)
143
+
144
+ ### Bug Fixes
145
+
146
+ - **graphing:** adjust axis label PD-5595 ([f462a1f](https://github.com/pie-framework/pie-lib/commit/f462a1f5563a6bb18443091c16d75064f2b31bad))
147
+
148
+ # [3.2.0-next.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.18...@pie-lib/graphing@3.2.0-next.19) (2026-03-18)
149
+
150
+ **Note:** Version bump only for package @pie-lib/graphing
151
+
152
+ # [3.2.0-next.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.17...@pie-lib/graphing@3.2.0-next.18) (2026-03-18)
153
+
154
+ **Note:** Version bump only for package @pie-lib/graphing
155
+
156
+ # [3.2.0-next.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.16...@pie-lib/graphing@3.2.0-next.17) (2026-03-18)
157
+
158
+ ### Bug Fixes
159
+
160
+ - **graphing:** color changes for graph buttons PD-5590 ([1053f44](https://github.com/pie-framework/pie-lib/commit/1053f44cd10521bf5e3431ac071fb3f18e97f467))
161
+ - **graphing:** revert to previous disabled colors PD-5510 ([e50a991](https://github.com/pie-framework/pie-lib/commit/e50a991aaa20f134d338a3f27d6d46d68db02a57))
162
+
163
+ # [3.2.0-next.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.15...@pie-lib/graphing@3.2.0-next.16) (2026-03-11)
164
+
165
+ **Note:** Version bump only for package @pie-lib/graphing
166
+
167
+ # [3.2.0-next.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.14...@pie-lib/graphing@3.2.0-next.15) (2026-03-11)
168
+
169
+ **Note:** Version bump only for package @pie-lib/graphing
170
+
171
+ # [3.2.0-next.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.13...@pie-lib/graphing@3.2.0-next.14) (2026-03-09)
172
+
173
+ **Note:** Version bump only for package @pie-lib/graphing
174
+
175
+ # [3.2.0-next.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.12...@pie-lib/graphing@3.2.0-next.13) (2026-03-06)
176
+
177
+ **Note:** Version bump only for package @pie-lib/graphing
178
+
179
+ # [3.2.0-next.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.11...@pie-lib/graphing@3.2.0-next.12) (2026-03-04)
180
+
181
+ **Note:** Version bump only for package @pie-lib/graphing
182
+
183
+ # [3.2.0-next.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.9...@pie-lib/graphing@3.2.0-next.11) (2026-02-26)
184
+
185
+ **Note:** Version bump only for package @pie-lib/graphing
186
+
187
+ # [3.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.8...@pie-lib/graphing@3.2.0-next.9) (2026-02-25)
188
+
189
+ **Note:** Version bump only for package @pie-lib/graphing
190
+
191
+ # [3.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.7...@pie-lib/graphing@3.2.0-next.8) (2026-02-25)
192
+
193
+ ### Bug Fixes
194
+
195
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
196
+
197
+ # [3.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.6...@pie-lib/graphing@3.2.0-next.7) (2026-02-25)
198
+
199
+ **Note:** Version bump only for package @pie-lib/graphing
200
+
201
+ # [3.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.5...@pie-lib/graphing@3.2.0-next.6) (2026-02-25)
202
+
203
+ **Note:** Version bump only for package @pie-lib/graphing
204
+
205
+ # [3.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.4...@pie-lib/graphing@3.2.0-next.5) (2026-02-25)
206
+
207
+ **Note:** Version bump only for package @pie-lib/graphing
208
+
209
+ # [3.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.3...@pie-lib/graphing@3.2.0-next.4) (2026-02-24)
210
+
211
+ **Note:** Version bump only for package @pie-lib/graphing
212
+
213
+ # [3.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.1...@pie-lib/graphing@3.2.0-next.3) (2026-02-24)
214
+
215
+ ### Bug Fixes
216
+
217
+ - made sure placeholder works, math item does not blur editor, table toolbar contains correct extensions [PD-5616] [PD-5584] [PD-5627] ([9bc768f](https://github.com/pie-framework/pie-lib/commit/9bc768f4e4301f91cc768475f0defa545ee7b43d))
218
+
219
+ # [3.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.2...@pie-lib/graphing@3.1.0-next.4) (2026-01-27)
220
+
221
+ **Note:** Version bump only for package @pie-lib/graphing
222
+
223
+ # [3.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.1...@pie-lib/graphing@3.1.0-next.2) (2026-01-26)
224
+
225
+ **Note:** Version bump only for package @pie-lib/graphing
226
+
227
+ # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.2...@pie-lib/graphing@3.1.0-next.1) (2026-01-26)
228
+
229
+ ### Bug Fixes
230
+
231
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
232
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
233
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
234
+ - update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
235
+ - updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
236
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
237
+
238
+ ### Features
239
+
240
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
241
+ - drag library update in graphing packages ([6638af8](https://github.com/pie-framework/pie-lib/commit/6638af83235a13b983b95587ba042bbdff61c4df))
242
+ - migrate from [@vx](https://github.com/vx) library to [@visx](https://github.com/visx) ([135bf60](https://github.com/pie-framework/pie-lib/commit/135bf605161bfbd0070ac181892df20931691ce3))
243
+ - packages/graphing mui update PD-5268 ([503e9fd](https://github.com/pie-framework/pie-lib/commit/503e9fd47f230503ca8133eb8a61cacc727bb0fe))
244
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
245
+
246
+ # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.3-next.0...@pie-lib/graphing@3.0.0-next.0) (2026-01-19)
247
+
248
+ **Note:** Version bump only for package @pie-lib/graphing
249
+
250
+ ## [2.34.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.48.0-mui-update.0...@pie-lib/graphing@2.34.3-next.0) (2026-01-19)
251
+
252
+ **Note:** Version bump only for package @pie-lib/graphing
253
+
254
+ ## [2.34.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.1...@pie-lib/graphing@2.34.2) (2025-11-27)
255
+
256
+ **Note:** Version bump only for package @pie-lib/graphing
257
+
258
+ ## [2.34.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.2...@pie-lib/graphing@2.34.1) (2025-10-22)
259
+
260
+ **Note:** Version bump only for package @pie-lib/graphing
261
+
262
+ # [2.34.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.33.0...@pie-lib/graphing@2.34.0) (2025-10-16)
263
+
264
+ **Note:** Version bump only for package @pie-lib/graphing
265
+
266
+ # [2.33.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.33.0) (2025-10-16)
267
+
268
+ **Note:** Version bump only for package @pie-lib/graphing
269
+
270
+ # [2.32.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.32.0) (2025-10-16)
271
+
272
+ **Note:** Version bump only for package @pie-lib/graphing
273
+
274
+ # [2.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.31.0) (2025-10-16)
275
+
276
+ **Note:** Version bump only for package @pie-lib/graphing
277
+
278
+ ## [2.30.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.1...@pie-lib/graphing@2.30.2) (2025-10-14)
279
+
280
+ **Note:** Version bump only for package @pie-lib/graphing
281
+
282
+ ## [2.30.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.30.1) (2025-10-09)
283
+
284
+ **Note:** Version bump only for package @pie-lib/graphing
285
+
286
+ # [2.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.30.0) (2025-09-25)
287
+
288
+ ### Bug Fixes
289
+
290
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
291
+
292
+ ### Features
293
+
294
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
295
+
296
+ # [2.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.28.0...@pie-lib/graphing@2.29.0) (2025-09-18)
297
+
298
+ **Note:** Version bump only for package @pie-lib/graphing
299
+
300
+ # [2.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.27.0...@pie-lib/graphing@2.28.0) (2025-09-18)
301
+
302
+ **Note:** Version bump only for package @pie-lib/graphing
303
+
304
+ # [2.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.27.0) (2025-09-18)
305
+
306
+ ### Bug Fixes
307
+
308
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
309
+
310
+ ### Features
311
+
312
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
313
+
314
+ # [2.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.25.0...@pie-lib/graphing@2.26.0) (2025-09-17)
315
+
316
+ **Note:** Version bump only for package @pie-lib/graphing
317
+
318
+ # [2.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.24.0...@pie-lib/graphing@2.25.0) (2025-09-17)
319
+
320
+ **Note:** Version bump only for package @pie-lib/graphing
321
+
322
+ # [2.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.23.1...@pie-lib/graphing@2.24.0) (2025-09-17)
323
+
324
+ **Note:** Version bump only for package @pie-lib/graphing
325
+
326
+ ## [2.23.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.1) (2025-08-11)
327
+
328
+ ### Bug Fixes
329
+
330
+ - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
331
+
332
+ ### Features
333
+
334
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
335
+
336
+ # [2.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.0) (2025-08-07)
337
+
338
+ ### Features
339
+
340
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
341
+
342
+ # [2.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.22.0) (2025-07-31)
343
+
344
+ **Note:** Version bump only for package @pie-lib/graphing
345
+
346
+ # [2.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.21.0) (2025-07-31)
347
+
348
+ **Note:** Version bump only for package @pie-lib/graphing
349
+
350
+ # [2.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.20.0) (2025-07-31)
351
+
352
+ **Note:** Version bump only for package @pie-lib/graphing
353
+
354
+ # [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)
355
+
356
+ **Note:** Version bump only for package @pie-lib/graphing
357
+
358
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
359
+
360
+ **Note:** Version bump only for package @pie-lib/graphing
361
+
362
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
363
+
364
+ **Note:** Version bump only for package @pie-lib/graphing
365
+
366
+ # [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)
367
+
368
+ **Note:** Version bump only for package @pie-lib/graphing
369
+
370
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
371
+
372
+ **Note:** Version bump only for package @pie-lib/graphing
373
+
374
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
375
+
376
+ **Note:** Version bump only for package @pie-lib/graphing
377
+
378
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
379
+
380
+ **Note:** Version bump only for package @pie-lib/graphing
381
+
382
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
383
+
384
+ **Note:** Version bump only for package @pie-lib/graphing
385
+
386
+ # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
387
+
388
+ **Note:** Version bump only for package @pie-lib/graphing
389
+
390
+ # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
391
+
392
+ **Note:** Version bump only for package @pie-lib/graphing
393
+
394
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
395
+
396
+ **Note:** Version bump only for package @pie-lib/graphing
397
+
398
+ # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
399
+
400
+ **Note:** Version bump only for package @pie-lib/graphing
401
+
402
+ # [2.15.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.8) (2025-07-25)
403
+
404
+ **Note:** Version bump only for package @pie-lib/graphing
405
+
406
+ # [2.15.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.7) (2025-07-25)
407
+
408
+ **Note:** Version bump only for package @pie-lib/graphing
409
+
410
+ # [2.15.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.7) (2025-07-25)
411
+
412
+ **Note:** Version bump only for package @pie-lib/graphing
413
+
414
+ # [2.15.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.6) (2025-07-25)
415
+
416
+ **Note:** Version bump only for package @pie-lib/graphing
417
+
418
+ # [2.15.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.6) (2025-07-25)
419
+
420
+ **Note:** Version bump only for package @pie-lib/graphing
421
+
422
+ # [2.15.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.5) (2025-07-25)
423
+
424
+ **Note:** Version bump only for package @pie-lib/graphing
425
+
426
+ # [2.15.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.5) (2025-07-25)
427
+
428
+ **Note:** Version bump only for package @pie-lib/graphing
429
+
430
+ # [2.15.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.4) (2025-07-25)
431
+
432
+ **Note:** Version bump only for package @pie-lib/graphing
433
+
434
+ # [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-25)
435
+
436
+ **Note:** Version bump only for package @pie-lib/graphing
437
+
438
+ # [2.15.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.4) (2025-07-23)
439
+
440
+ **Note:** Version bump only for package @pie-lib/graphing
441
+
442
+ # [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-23)
443
+
444
+ **Note:** Version bump only for package @pie-lib/graphing
445
+
446
+ # [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-20)
447
+
448
+ **Note:** Version bump only for package @pie-lib/graphing
449
+
450
+ # [2.15.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.2) (2025-07-20)
451
+
452
+ **Note:** Version bump only for package @pie-lib/graphing
453
+
454
+ # [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)
455
+
456
+ **Note:** Version bump only for package @pie-lib/graphing
457
+
458
+ # [2.15.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.2) (2025-07-20)
459
+
460
+ **Note:** Version bump only for package @pie-lib/graphing
461
+
462
+ # [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)
463
+
464
+ **Note:** Version bump only for package @pie-lib/graphing
465
+
466
+ # [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)
467
+
468
+ **Note:** Version bump only for package @pie-lib/graphing
469
+
470
+ # [2.15.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.0) (2025-07-20)
471
+
472
+ **Note:** Version bump only for package @pie-lib/graphing
473
+
474
+ # [2.16.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0-beta.0) (2025-07-15)
475
+
476
+ **Note:** Version bump only for package @pie-lib/graphing
477
+
478
+ # [2.15.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.0) (2025-07-15)
479
+
480
+ **Note:** Version bump only for package @pie-lib/graphing
481
+
482
+ ## [2.14.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.20...@pie-lib/graphing@2.14.21) (2023-10-16)
483
+
484
+ **Note:** Version bump only for package @pie-lib/graphing
485
+
486
+ ## [2.14.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.19...@pie-lib/graphing@2.14.20) (2023-10-03)
487
+
488
+ **Note:** Version bump only for package @pie-lib/graphing
489
+
490
+ ## [2.14.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.18...@pie-lib/graphing@2.14.19) (2023-10-01)
491
+
492
+ **Note:** Version bump only for package @pie-lib/graphing
493
+
494
+ ## [2.14.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.17...@pie-lib/graphing@2.14.18) (2023-09-28)
495
+
496
+ ### Bug Fixes
497
+
498
+ - **graphing:** use red color to indicate a missing graph object PD-3209 ([250b350](https://github.com/pie-framework/pie-lib/commit/250b3509e7f10889fbbf39fd5d0dae4d0a5cf507))
499
+
500
+ ## [2.14.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.16...@pie-lib/graphing@2.14.17) (2023-09-27)
501
+
502
+ **Note:** Version bump only for package @pie-lib/graphing
503
+
504
+ ## [2.14.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.15...@pie-lib/graphing@2.14.16) (2023-09-27)
505
+
506
+ **Note:** Version bump only for package @pie-lib/graphing
507
+
508
+ ## [2.14.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.14...@pie-lib/graphing@2.14.15) (2023-09-27)
509
+
510
+ **Note:** Version bump only for package @pie-lib/graphing
511
+
512
+ ## [2.14.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.13...@pie-lib/graphing@2.14.14) (2023-09-25)
513
+
514
+ **Note:** Version bump only for package @pie-lib/graphing
515
+
516
+ ## [2.14.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.12...@pie-lib/graphing@2.14.13) (2023-09-20)
517
+
518
+ **Note:** Version bump only for package @pie-lib/graphing
519
+
520
+ ## [2.14.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.11...@pie-lib/graphing@2.14.12) (2023-09-20)
521
+
522
+ **Note:** Version bump only for package @pie-lib/graphing
523
+
524
+ ## [2.14.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.10...@pie-lib/graphing@2.14.11) (2023-09-18)
525
+
526
+ **Note:** Version bump only for package @pie-lib/graphing
527
+
528
+ ## [2.14.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.9...@pie-lib/graphing@2.14.10) (2023-09-14)
529
+
530
+ **Note:** Version bump only for package @pie-lib/graphing
531
+
532
+ ## [2.14.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.8...@pie-lib/graphing@2.14.9) (2023-08-29)
533
+
534
+ ### Bug Fixes
535
+
536
+ - **graphing:** adjust ploting position to match with the gridlines PD-3005 ([23c5727](https://github.com/pie-framework/pie-lib/commit/23c5727124309b6723517bbacbecd1c938858e6a))
537
+
538
+ ## [2.14.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.7...@pie-lib/graphing@2.14.8) (2023-08-21)
539
+
540
+ **Note:** Version bump only for package @pie-lib/graphing
541
+
542
+ ## [2.14.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.6...@pie-lib/graphing@2.14.7) (2023-08-15)
543
+
544
+ **Note:** Version bump only for package @pie-lib/graphing
545
+
546
+ ## [2.14.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.5...@pie-lib/graphing@2.14.6) (2023-08-07)
547
+
548
+ **Note:** Version bump only for package @pie-lib/graphing
549
+
550
+ ## [2.14.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.4...@pie-lib/graphing@2.14.5) (2023-07-31)
551
+
552
+ ### Bug Fixes
553
+
554
+ - **graphing:** remove custom hover styling for action buttons PD-2059 ([4aa1e86](https://github.com/pie-framework/pie-lib/commit/4aa1e8607a8156228a11c0d30158cd50dacee294))
555
+
556
+ ## [2.14.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.3...@pie-lib/graphing@2.14.4) (2023-07-24)
557
+
558
+ **Note:** Version bump only for package @pie-lib/graphing
559
+
560
+ ## [2.14.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.2...@pie-lib/graphing@2.14.3) (2023-06-24)
561
+
562
+ **Note:** Version bump only for package @pie-lib/graphing
563
+
564
+ ## [2.14.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.1...@pie-lib/graphing@2.14.2) (2023-06-13)
565
+
566
+ **Note:** Version bump only for package @pie-lib/graphing
567
+
568
+ ## [2.14.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.0...@pie-lib/graphing@2.14.1) (2023-06-12)
569
+
570
+ **Note:** Version bump only for package @pie-lib/graphing
571
+
572
+ # [2.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.4...@pie-lib/graphing@2.14.0) (2023-06-12)
573
+
574
+ ### Features
575
+
576
+ - started adding new mathMLOptions property PD-2150 ([175b45e](https://github.com/pie-framework/pie-lib/commit/175b45ecd98e9cc703bd7056b930f299a4345c75))
577
+
578
+ ## [2.13.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.3...@pie-lib/graphing@2.13.4) (2023-06-12)
579
+
580
+ **Note:** Version bump only for package @pie-lib/graphing
581
+
582
+ ## [2.13.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.2...@pie-lib/graphing@2.13.3) (2023-06-07)
583
+
584
+ ### Bug Fixes
585
+
586
+ - prettier ([7ab7f22](https://github.com/pie-framework/pie-lib/commit/7ab7f22ac1cd0e5511036421d832ea2fbe5dd4f6))
587
+ - switching tool not working because it was using the button's text content, which doesn't work with translations ([0006efb](https://github.com/pie-framework/pie-lib/commit/0006efb12632b016d01ee327cc36a45b91cfff4b))
588
+
589
+ ## [2.13.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.1...@pie-lib/graphing@2.13.2) (2023-06-06)
590
+
591
+ ### Bug Fixes
592
+
593
+ - update graphing's usage of translator after breaking changes in the translator package ([d3081d2](https://github.com/pie-framework/pie-lib/commit/d3081d2fc6e27f3579d52e2fe5a7361aaf4b7b39))
594
+
595
+ ## [2.13.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.0...@pie-lib/graphing@2.13.1) (2023-06-06)
596
+
597
+ **Note:** Version bump only for package @pie-lib/graphing
598
+
599
+ # [2.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.30...@pie-lib/graphing@2.13.0) (2023-06-06)
600
+
601
+ ### Features
602
+
603
+ - added translator package for graphing PD-1208 ([99d1ad7](https://github.com/pie-framework/pie-lib/commit/99d1ad796707d2d613c4776df7d06e94c33fe07c))
604
+
605
+ ## [2.12.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.29...@pie-lib/graphing@2.12.30) (2023-06-05)
606
+
607
+ **Note:** Version bump only for package @pie-lib/graphing
608
+
609
+ ## [2.12.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.28...@pie-lib/graphing@2.12.29) (2023-05-18)
610
+
611
+ ### Bug Fixes
612
+
613
+ - **graphing:** undo-redo issues ([38d5d2b](https://github.com/pie-framework/pie-lib/commit/38d5d2b4d2098d80b2d288874e0a8050be65caf4))
614
+
615
+ ## [2.12.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.27...@pie-lib/graphing@2.12.28) (2023-05-12)
616
+
617
+ ### Bug Fixes
618
+
619
+ - **graphing:** add new style for missing objects - PD-1026 ([4dba6c2](https://github.com/pie-framework/pie-lib/commit/4dba6c2dcafbf9f250f1379672cba63e5c805b10))
620
+ - **graphing:** update snapshot ([b237367](https://github.com/pie-framework/pie-lib/commit/b237367cac6cef2af22217b9f5b07dfa0f3291a0))
621
+
622
+ ## [2.12.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.26...@pie-lib/graphing@2.12.27) (2023-05-01)
623
+
624
+ ### Bug Fixes
625
+
626
+ - **graphing:** remove shouldComponentUpdate from polygon PD-2753 ([f90524f](https://github.com/pie-framework/pie-lib/commit/f90524f96c868393ce445b8daaa833f85ae17c50))
627
+
628
+ ## [2.12.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.25...@pie-lib/graphing@2.12.26) (2023-04-25)
629
+
630
+ ### Bug Fixes
631
+
632
+ - **graphing:** revert lint fix ([06de9cb](https://github.com/pie-framework/pie-lib/commit/06de9cb8e461cec90996de64cc9e79e2ab80882c))
633
+
634
+ ## [2.12.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.24...@pie-lib/graphing@2.12.25) (2023-04-25)
635
+
636
+ **Note:** Version bump only for package @pie-lib/graphing
637
+
638
+ ## [2.12.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.23...@pie-lib/graphing@2.12.24) (2023-04-19)
639
+
640
+ ### Bug Fixes
641
+
642
+ - **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
643
+
644
+ ## [2.12.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.22...@pie-lib/graphing@2.12.23) (2023-04-14)
645
+
646
+ **Note:** Version bump only for package @pie-lib/graphing
647
+
648
+ ## [2.12.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.21...@pie-lib/graphing@2.12.22) (2023-04-14)
649
+
650
+ **Note:** Version bump only for package @pie-lib/graphing
651
+
652
+ ## [2.12.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.20...@pie-lib/graphing@2.12.21) (2023-04-07)
653
+
654
+ **Note:** Version bump only for package @pie-lib/graphing
655
+
656
+ ## [2.12.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.19...@pie-lib/graphing@2.12.20) (2023-04-03)
657
+
658
+ **Note:** Version bump only for package @pie-lib/graphing
659
+
660
+ ## [2.12.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.18...@pie-lib/graphing@2.12.19) (2023-03-27)
661
+
662
+ ### Bug Fixes
663
+
664
+ - **graphing:** create method to generate randomId and updated tests-PD-2670 ([3e0790a](https://github.com/pie-framework/pie-lib/commit/3e0790ad3f233248fac0cfff5ba10f298cd339cb))
665
+
666
+ ## [2.12.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.17...@pie-lib/graphing@2.12.18) (2023-03-20)
667
+
668
+ ### Bug Fixes
669
+
670
+ - **graphing:** avoid components to have same id - PD-2670 ([94fdaaa](https://github.com/pie-framework/pie-lib/commit/94fdaaaec65530e3217de0e4e3e98a9ef9bcd47f))
671
+
672
+ ## [2.12.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.16...@pie-lib/graphing@2.12.17) (2023-03-13)
673
+
674
+ ### Bug Fixes
675
+
676
+ - **graphing:** fix arrow heads PD-2653 ([4d4e625](https://github.com/pie-framework/pie-lib/commit/4d4e6255e3e874d90813e0bb787180fd3e8e6091))
677
+ - **graphing:** set diff between min and max to 0.05: PD-2673 ([e8862b6](https://github.com/pie-framework/pie-lib/commit/e8862b6f2f41fbfe431630b386ba999a3095cb0a))
678
+
679
+ ## [2.12.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.15...@pie-lib/graphing@2.12.16) (2023-03-06)
680
+
681
+ ### Bug Fixes
682
+
683
+ - **graphing:** fix undo and redo not working in gather PD-2677 ([5e4eea3](https://github.com/pie-framework/pie-lib/commit/5e4eea3173244ce0fc99cf8aa468fe34d5950090))
684
+ - **graphing:** replaced horizontal and vertical lines values between them PD-2674 ([ee37a40](https://github.com/pie-framework/pie-lib/commit/ee37a405d52cfc7db1368c84ca7ccd611c67aca5))
685
+ - **graphing:** replaced horizontal and vertical lines values between them PD-2674 ([7768cb2](https://github.com/pie-framework/pie-lib/commit/7768cb2cd76d14334ab3f5f7705408e94aa6145e))
686
+
687
+ ## [2.12.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.13...@pie-lib/graphing@2.12.15) (2023-02-28)
688
+
689
+ ### Bug Fixes
690
+
691
+ - version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
692
+
693
+ ## [2.12.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.12...@pie-lib/graphing@2.12.13) (2023-02-28)
694
+
695
+ **Note:** Version bump only for package @pie-lib/graphing
696
+
697
+ ## [2.12.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.10...@pie-lib/graphing@2.12.12) (2023-01-31)
698
+
699
+ **Note:** Version bump only for package @pie-lib/graphing
700
+
701
+ ## [2.12.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.9...@pie-lib/graphing@2.12.10) (2023-01-31)
702
+
703
+ **Note:** Version bump only for package @pie-lib/graphing
704
+
705
+ ## [2.12.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.8...@pie-lib/graphing@2.12.9) (2023-01-31)
706
+
707
+ **Note:** Version bump only for package @pie-lib/graphing
708
+
709
+ ## [2.12.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.7...@pie-lib/graphing@2.12.8) (2023-01-31)
710
+
711
+ **Note:** Version bump only for package @pie-lib/graphing
712
+
713
+ ## [2.12.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.5...@pie-lib/graphing@2.12.7) (2023-01-31)
714
+
715
+ **Note:** Version bump only for package @pie-lib/graphing
716
+
717
+ ## [2.12.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.3...@pie-lib/graphing@2.12.5) (2023-01-31)
718
+
719
+ **Note:** Version bump only for package @pie-lib/graphing
720
+
721
+ ## [2.12.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.1...@pie-lib/graphing@2.12.3) (2023-01-31)
722
+
723
+ **Note:** Version bump only for package @pie-lib/graphing
724
+
725
+ ## [2.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.0...@pie-lib/graphing@2.12.1) (2023-01-31)
726
+
727
+ **Note:** Version bump only for package @pie-lib/graphing
728
+
729
+ # [2.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.9...@pie-lib/graphing@2.12.0) (2023-01-16)
730
+
731
+ ### Bug Fixes
732
+
733
+ - **graphing:** add background for objects labels PD-2061 ([f27ba7a](https://github.com/pie-framework/pie-lib/commit/f27ba7a1f8f476f9b9806505d1b3271057793921))
734
+ - **graphing:** fix calculation for mark-label coordinates, fix and update tests ([84bedd2](https://github.com/pie-framework/pie-lib/commit/84bedd2139cd2b5578b951ccb32f4f29917ff6e1))
735
+ - **graphing:** fix calculation for mark-label coordinates, fix and update tests ([a83213d](https://github.com/pie-framework/pie-lib/commit/a83213d26d28ca41c2e9575f619adb8006b4e5ee))
736
+ - **graphing:** fix calculation for mark-label coordinates, fix and update tests ([09c1445](https://github.com/pie-framework/pie-lib/commit/09c1445e7b60a2ad10120a78e3f54acdfc162cbe))
737
+ - **graphing:** fix mark labels position for touch devices ([12a2362](https://github.com/pie-framework/pie-lib/commit/12a2362f013b677ef912a75f212e68af1399af5e))
738
+ - **graphing:** fix style for points, refactor ([5d5893b](https://github.com/pie-framework/pie-lib/commit/5d5893bbb993081b79ad712ed362d350574853ed))
739
+ - **graphing:** make the base point tappable on touch devices ([d633d64](https://github.com/pie-framework/pie-lib/commit/d633d64ec1b5dde39513d49b6697f3bc12d0d994))
740
+ - **graphing:** make the label tool responsive wip ([0694f9c](https://github.com/pie-framework/pie-lib/commit/0694f9c2816c58f16c52c4deeba04da2d55d3a54))
741
+ - **graphing:** try to make the point tappable on touch devices ([7cfb116](https://github.com/pie-framework/pie-lib/commit/7cfb1165496b60b392c90585038f2d3f30c5e261))
742
+
743
+ ### Features
744
+
745
+ - added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
746
+
747
+ ## [2.11.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.8...@pie-lib/graphing@2.11.9) (2023-01-04)
748
+
749
+ **Note:** Version bump only for package @pie-lib/graphing
750
+
751
+ ## [2.11.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.7...@pie-lib/graphing@2.11.8) (2023-01-03)
752
+
753
+ **Note:** Version bump only for package @pie-lib/graphing
754
+
755
+ ## [2.11.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.6...@pie-lib/graphing@2.11.7) (2022-12-19)
756
+
757
+ ### Bug Fixes
758
+
759
+ - **garphing:** update model when polygon labels have changed PD-993 ([cb8e0a7](https://github.com/pie-framework/pie-lib/commit/cb8e0a75533a3944d81984d0775b3b79134265f2))
760
+ - **graphing:** adjust clickable area for plotable shapes PD-1958 ([6396096](https://github.com/pie-framework/pie-lib/commit/63960962aea5db5fa6584e464e5478972db7feb8))
761
+ - **graphing:** update graph store if marks are changed ([90d7176](https://github.com/pie-framework/pie-lib/commit/90d717675abc32788086edd02fcd96706b5a50f6))
762
+
763
+ ## [2.11.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.5...@pie-lib/graphing@2.11.6) (2022-12-06)
764
+
765
+ **Note:** Version bump only for package @pie-lib/graphing
766
+
767
+ ## [2.11.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.4...@pie-lib/graphing@2.11.5) (2022-11-29)
768
+
769
+ **Note:** Version bump only for package @pie-lib/graphing
770
+
771
+ ## [2.11.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.3...@pie-lib/graphing@2.11.4) (2022-11-23)
772
+
773
+ **Note:** Version bump only for package @pie-lib/graphing
774
+
775
+ ## [2.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.2...@pie-lib/graphing@2.11.3) (2022-11-23)
776
+
777
+ **Note:** Version bump only for package @pie-lib/graphing
778
+
779
+ ## [2.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.1...@pie-lib/graphing@2.11.2) (2022-10-17)
780
+
781
+ ### Bug Fixes
782
+
783
+ - **graphing:** increase draggable zone for graphing base point for better interaction with touchscreen devices ([50fc498](https://github.com/pie-framework/pie-lib/commit/50fc49825c14bf2248e773b4cbaecb309a4fb814))
784
+
785
+ ## [2.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.0...@pie-lib/graphing@2.11.1) (2022-09-29)
786
+
787
+ **Note:** Version bump only for package @pie-lib/graphing
788
+
789
+ # [2.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.3...@pie-lib/graphing@2.11.0) (2022-09-28)
790
+
791
+ ### Bug Fixes
792
+
793
+ - **editable-html, graphing:** Add support to remove scrollbar from editable-html and removed scrollbar from graphing labels PD-1968 ([d04a0d3](https://github.com/pie-framework/pie-lib/commit/d04a0d3bc66d4b861f60b24198301459c15bd151))
794
+
795
+ ### Features
796
+
797
+ - **graphing, plot:** moved graphing labels to plot package + fixed math input + added support for labels rotation PD-1962 ([a85ec39](https://github.com/pie-framework/pie-lib/commit/a85ec3911dd1f6bc89e4eb20a19ef8f957deebf1))
798
+
799
+ ## [2.10.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.2...@pie-lib/graphing@2.10.3) (2022-09-14)
800
+
801
+ **Note:** Version bump only for package @pie-lib/graphing
802
+
803
+ ## [2.10.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.1...@pie-lib/graphing@2.10.2) (2022-08-30)
804
+
805
+ **Note:** Version bump only for package @pie-lib/graphing
806
+
807
+ ## [2.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.0...@pie-lib/graphing@2.10.1) (2022-08-29)
808
+
809
+ ### Bug Fixes
810
+
811
+ - **graphing:** fix errors that appear in IBX in console ([b07b7c7](https://github.com/pie-framework/pie-lib/commit/b07b7c718bef596b3963a1f9b626f12ff575a86a))
812
+
813
+ # [2.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.9.1...@pie-lib/graphing@2.10.0) (2022-08-15)
814
+
815
+ ### Features
816
+
817
+ - **graphing, plot:** added pixel guide lines + ui improvements ([02ddff1](https://github.com/pie-framework/pie-lib/commit/02ddff1aed6a279b8a4ae1fcf100c766596c29c4))
818
+
819
+ ## [2.9.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.9.0...@pie-lib/graphing@2.9.1) (2022-08-08)
820
+
821
+ **Note:** Version bump only for package @pie-lib/graphing
822
+
823
+ # [2.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.8.1...@pie-lib/graphing@2.9.0) (2022-08-01)
824
+
825
+ ### Features
826
+
827
+ - **graphing, editable-html, plot:** Added the ability to edit/center title and lables PD-1605 PD-1690 ([dd18f92](https://github.com/pie-framework/pie-lib/commit/dd18f92e19d8be98917cd4f19eb7211122d2b7fb))
828
+
829
+ ## [2.8.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.8.0...@pie-lib/graphing@2.8.1) (2022-07-18)
830
+
831
+ **Note:** Version bump only for package @pie-lib/graphing
832
+
833
+ # [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.7.0...@pie-lib/graphing@2.8.0) (2022-07-18)
834
+
835
+ ### Features
836
+
837
+ - **graphing:** added drag and drop sorting for toolbar tools PD-1607 ([2463c86](https://github.com/pie-framework/pie-lib/commit/2463c86bf6ff42222e98e4344fc6c9fd040d9774))
838
+
839
+ # [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.3...@pie-lib/graphing@2.7.0) (2022-06-27)
840
+
841
+ ### Features
842
+
843
+ - **graphing:** added collapsible panel for graph toolbar PD-1693 ([4268bb0](https://github.com/pie-framework/pie-lib/commit/4268bb06093d1fabf82d9f5c2d8fd81f9788a4fe))
844
+ - **graphing:** Added default value for current drawing tool PD-1689 ([bc9b1b0](https://github.com/pie-framework/pie-lib/commit/bc9b1b00d64d50d138f3ab0991957d9fecaed17b))
845
+ - **graphing:** Added the ability to control the fields displayed into Grid Setup PD-1688 ([1f0f3eb](https://github.com/pie-framework/pie-lib/commit/1f0f3eb58c5dcd923e2452a0071bf1de40535bb2))
846
+ - added support for graph configuration constraints PD-1683 PD-1684 PD-1686 ([8da7426](https://github.com/pie-framework/pie-lib/commit/8da74260b28332b976fa1c50796e74679fd46a13))
847
+ - created setup panel and added basic functionalities PD-1679 ([183eda1](https://github.com/pie-framework/pie-lib/commit/183eda10b2f4128cd831c5b27f14ebccb6b3e7b2))
848
+
849
+ ## [2.6.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.2...@pie-lib/graphing@2.6.3) (2022-06-13)
850
+
851
+ **Note:** Version bump only for package @pie-lib/graphing
852
+
853
+ ## [2.6.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.1...@pie-lib/graphing@2.6.2) (2022-05-30)
854
+
855
+ ### Bug Fixes
856
+
857
+ - unable to load items locally ([17ab686](https://github.com/pie-framework/pie-lib/commit/17ab6864557288aef6ec1d9a130cb508e2591562))
858
+
859
+ ## [2.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.0...@pie-lib/graphing@2.6.1) (2022-05-24)
860
+
861
+ **Note:** Version bump only for package @pie-lib/graphing
862
+
863
+ # [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.5.1...@pie-lib/graphing@2.6.0) (2022-05-10)
864
+
865
+ ### Features
866
+
867
+ - **graphing:** new design treatment for gridlines PD-1691 ([ee06081](https://github.com/pie-framework/pie-lib/commit/ee06081141cf343ed6767ef203a7629e6c873c5c))
868
+ - **graphing, plot:** Added padding between labels and graph without changing the size of graph PD-1604 ([aa93191](https://github.com/pie-framework/pie-lib/commit/aa931910c56efddaf54d4586dc0730a9688e25e3))
869
+
870
+ ## [2.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.5.0...@pie-lib/graphing@2.5.1) (2022-05-04)
871
+
872
+ ### Bug Fixes
873
+
874
+ - **graphing:** removed problematic componentDidUpdate ([9347554](https://github.com/pie-framework/pie-lib/commit/93475543422bbb7a62d82121751c2e10969904ec))
875
+
876
+ # [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.17...@pie-lib/graphing@2.5.0) (2022-05-03)
877
+
878
+ ### Features
879
+
880
+ - **graphing:** updated store on model change PD-1608 ([a3744dd](https://github.com/pie-framework/pie-lib/commit/a3744dd74d90cca280b90657cbd558ce7ab9c288))
881
+
882
+ ## [2.4.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.16...@pie-lib/graphing@2.4.17) (2022-04-28)
883
+
884
+ **Note:** Version bump only for package @pie-lib/graphing
885
+
886
+ ## [2.4.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.15...@pie-lib/graphing@2.4.16) (2022-03-22)
887
+
888
+ ### Bug Fixes
889
+
890
+ - Do not change object at address. Instead, create a clone. ([2b683d7](https://github.com/pie-framework/pie-lib/commit/2b683d76853bf057388e6a223671eef3a040dbbf))
891
+
892
+ ## [2.4.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.14...@pie-lib/graphing@2.4.15) (2022-03-22)
893
+
894
+ ### Bug Fixes
895
+
896
+ - Force disable for background marks ([755cfbc](https://github.com/pie-framework/pie-lib/commit/755cfbcb0c878c8857be28aaeeff6e4a8d6b4e71))
897
+
898
+ ## [2.4.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.13...@pie-lib/graphing@2.4.14) (2022-03-22)
899
+
900
+ ### Bug Fixes
901
+
902
+ - Apply different disable styles for background mark and when mark label is not in edit mode. ([a1657ec](https://github.com/pie-framework/pie-lib/commit/a1657ec7562c96bf760bbf936686816700a7d739))
903
+
904
+ ## [2.4.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.12...@pie-lib/graphing@2.4.13) (2022-03-22)
905
+
906
+ ### Bug Fixes
907
+
908
+ - add UI indicator for disabled labels ([d274b3e](https://github.com/pie-framework/pie-lib/commit/d274b3eb024ab909a06d345bf17bc9f23e5d2db0))
909
+ - disable labels for the background marks ([c43a269](https://github.com/pie-framework/pie-lib/commit/c43a26941016490b2687f98b2e02c934a96c02ac))
910
+
911
+ ## [2.4.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.11...@pie-lib/graphing@2.4.12) (2022-03-21)
912
+
913
+ ### Bug Fixes
914
+
915
+ - **graphing:** Adjusted vector arrow orientation angle and fixed rendering issue PD-1602 ([0ebf305](https://github.com/pie-framework/pie-lib/commit/0ebf3059707c868145ef85a14c417cbe01f82491))
916
+
917
+ ## [2.4.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.10...@pie-lib/graphing@2.4.11) (2022-03-21)
918
+
919
+ **Note:** Version bump only for package @pie-lib/graphing
920
+
921
+ ## [2.4.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.9...@pie-lib/graphing@2.4.10) (2022-03-07)
922
+
923
+ ### Bug Fixes
924
+
925
+ - **graphing:** Adjusted the thickness of the shapes when the distance between lines is too small PD-180 ([8ea20a6](https://github.com/pie-framework/pie-lib/commit/8ea20a61ea02d3e1084f3e10e645a76d580c39b5))
926
+ - **graphing:** Extended the range and domain axes and also the line and ray endings PD-1509 ([97e43c6](https://github.com/pie-framework/pie-lib/commit/97e43c6ab0ab85dd314cff97fb84a85113ab39a0))
927
+ - **graphing:** Increased the calculation accuracy and adjusted range labels PD-1596 ([7cc7570](https://github.com/pie-framework/pie-lib/commit/7cc75701fd759f7e7888e5cccc261978f6e036b0))
928
+ - **graphing:** Should not be possible to plot duplicate/identical objects and should be able to choose a point from an existing object when defining a new object PD-1599 PD-1586 ([ac8502d](https://github.com/pie-framework/pie-lib/commit/ac8502dbe3c7e1a4a663bbe56f7f5ff8bab04430))
929
+
930
+ ## [2.4.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.8...@pie-lib/graphing@2.4.9) (2022-02-04)
931
+
932
+ **Note:** Version bump only for package @pie-lib/graphing
933
+
934
+ ## [2.4.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.7...@pie-lib/graphing@2.4.8) (2022-02-03)
935
+
936
+ **Note:** Version bump only for package @pie-lib/graphing
937
+
938
+ ## [2.4.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.6...@pie-lib/graphing@2.4.7) (2022-01-10)
939
+
940
+ **Note:** Version bump only for package @pie-lib/graphing
941
+
942
+ ## [2.4.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.5...@pie-lib/graphing@2.4.6) (2021-12-13)
943
+
944
+ **Note:** Version bump only for package @pie-lib/graphing
945
+
946
+ ## [2.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.4...@pie-lib/graphing@2.4.5) (2021-11-29)
947
+
948
+ **Note:** Version bump only for package @pie-lib/graphing
949
+
950
+ ## [2.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.3...@pie-lib/graphing@2.4.4) (2021-09-08)
951
+
952
+ **Note:** Version bump only for package @pie-lib/graphing
953
+
954
+ ## [2.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.2...@pie-lib/graphing@2.4.3) (2021-09-08)
955
+
956
+ **Note:** Version bump only for package @pie-lib/graphing
957
+
958
+ ## [2.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.1...@pie-lib/graphing@2.4.2) (2021-08-30)
959
+
960
+ **Note:** Version bump only for package @pie-lib/graphing
961
+
962
+ ## [2.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.0...@pie-lib/graphing@2.4.1) (2021-08-04)
963
+
964
+ **Note:** Version bump only for package @pie-lib/graphing
965
+
966
+ # [2.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.3.2...@pie-lib/graphing@2.4.0) (2021-07-23)
967
+
968
+ ### Features
969
+
970
+ - **graphing:** control over whether arrows are displayed PD-483 ([dc9c8f8](https://github.com/pie-framework/pie-lib/commit/dc9c8f8))
971
+ - **graphing:** Display point coordinates on hover PD-188 ([ed38fef](https://github.com/pie-framework/pie-lib/commit/ed38fef))
972
+
973
+ ## [2.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.3.0...@pie-lib/graphing@2.3.2) (2021-06-25)
974
+
975
+ **Note:** Version bump only for package @pie-lib/graphing
976
+
977
+ # [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.21...@pie-lib/graphing@2.3.0) (2021-06-25)
978
+
979
+ ### Bug Fixes
980
+
981
+ - **graphing:** correctly calculate tick values for when step has 3 decimals. Add sanity check for graph label PD-991 ([5b1d85b](https://github.com/pie-framework/pie-lib/commit/5b1d85b))
982
+ - **graphing:** Removed non-functional buttons PD-545 ([1884b9d](https://github.com/pie-framework/pie-lib/commit/1884b9d))
983
+
984
+ ### Features
985
+
986
+ - **graphing:** Added the ability to label shapes other than point - PD-486 ([ad1ea5a](https://github.com/pie-framework/pie-lib/commit/ad1ea5a))
987
+ - **graphing:** Disallowed invalid point movements and placements PD-484 ([88ad2c4](https://github.com/pie-framework/pie-lib/commit/88ad2c4))
988
+
989
+ ## [2.2.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.20...@pie-lib/graphing@2.2.21) (2021-04-06)
990
+
991
+ **Note:** Version bump only for package @pie-lib/graphing
992
+
993
+ ## [2.2.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.19...@pie-lib/graphing@2.2.20) (2021-04-02)
994
+
995
+ ### Bug Fixes
996
+
997
+ - **graphing:** denote labels as non-readable ([a59a9ba](https://github.com/pie-framework/pie-lib/commit/a59a9ba))
998
+ - **graphing:** Modified labels size and bug fixes ([e6dd79a](https://github.com/pie-framework/pie-lib/commit/e6dd79a))
999
+
1000
+ ## [2.2.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.18...@pie-lib/graphing@2.2.19) (2021-03-22)
1001
+
1002
+ ### Bug Fixes
1003
+
1004
+ - **graphing:** fix arrow positioning for any angle PD-495 ([33cc936](https://github.com/pie-framework/pie-lib/commit/33cc936))
1005
+
1006
+ ## [2.2.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.17...@pie-lib/graphing@2.2.18) (2021-03-17)
1007
+
1008
+ ### Bug Fixes
1009
+
1010
+ - **graphing:** ROLLBACK - fix arrow positioning PD-495 ([8af59e7](https://github.com/pie-framework/pie-lib/commit/8af59e7))
1011
+
1012
+ ## [2.2.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.16...@pie-lib/graphing@2.2.17) (2021-03-16)
1013
+
1014
+ ### Bug Fixes
1015
+
1016
+ - **graphing:** fix arrow positioning PD-495 ([36a87cf](https://github.com/pie-framework/pie-lib/commit/36a87cf))
1017
+
1018
+ ## [2.2.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.15...@pie-lib/graphing@2.2.16) (2021-03-15)
1019
+
1020
+ ### Bug Fixes
1021
+
1022
+ - **graphing:** increase width and height for labels, depending on labels length PD-988 ([5f64c47](https://github.com/pie-framework/pie-lib/commit/5f64c47))
1023
+ - **graphing:** increase width for range axisLabel PD-988 ([e4e5b8f](https://github.com/pie-framework/pie-lib/commit/e4e5b8f))
1024
+ - **graphing:** set height depending on number of words of axisLabel PD-988 ([210b3af](https://github.com/pie-framework/pie-lib/commit/210b3af))
1025
+
1026
+ ## [2.2.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.14...@pie-lib/graphing@2.2.15) (2021-03-01)
1027
+
1028
+ ### Bug Fixes
1029
+
1030
+ - **graphing:** positioning of the numeric labels on the x- and y- axes for 0 and -1 PD-529 ([c33c82b](https://github.com/pie-framework/pie-lib/commit/c33c82b))
1031
+ - **graphing:** where '-n' [x] and '-n' [y] would overlap if positioned normally, only one '-n' label should be displayed and centered PD-529 ([946657f](https://github.com/pie-framework/pie-lib/commit/946657f))
1032
+
1033
+ ## [2.2.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.13...@pie-lib/graphing@2.2.14) (2021-03-01)
1034
+
1035
+ ### Bug Fixes
1036
+
1037
+ - **graphing:** in OT buttons and tool labels are too small, override fontSize of 0.8125rem and fontSize of 0.8125rem PD-24 ([4f58952](https://github.com/pie-framework/pie-lib/commit/4f58952))
1038
+
1039
+ ## [2.2.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.12...@pie-lib/graphing@2.2.13) (2021-02-15)
1040
+
1041
+ ### Bug Fixes
1042
+
1043
+ - **graphing:** reset markups on pushing reset ([3a10924](https://github.com/pie-framework/pie-lib/commit/3a10924))
1044
+
1045
+ ## [2.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.10...@pie-lib/graphing@2.2.12) (2021-02-15)
1046
+
1047
+ **Note:** Version bump only for package @pie-lib/graphing
1048
+
1049
+ ## [2.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.9...@pie-lib/graphing@2.2.10) (2021-02-15)
1050
+
1051
+ **Note:** Version bump only for package @pie-lib/graphing
1052
+
1053
+ ## [2.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.8...@pie-lib/graphing@2.2.9) (2021-02-01)
1054
+
1055
+ **Note:** Version bump only for package @pie-lib/graphing
1056
+
1057
+ ## [2.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.7...@pie-lib/graphing@2.2.8) (2021-01-28)
1058
+
1059
+ **Note:** Version bump only for package @pie-lib/graphing
1060
+
1061
+ ## [2.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.6...@pie-lib/graphing@2.2.7) (2021-01-28)
1062
+
1063
+ **Note:** Version bump only for package @pie-lib/graphing
1064
+
1065
+ ## [2.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.5...@pie-lib/graphing@2.2.6) (2021-01-25)
1066
+
1067
+ **Note:** Version bump only for package @pie-lib/graphing
1068
+
1069
+ ## [2.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.4...@pie-lib/graphing@2.2.5) (2021-01-11)
1070
+
1071
+ **Note:** Version bump only for package @pie-lib/graphing
1072
+
1073
+ ## [2.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.3...@pie-lib/graphing@2.2.4) (2020-10-29)
1074
+
1075
+ **Note:** Version bump only for package @pie-lib/graphing
1076
+
1077
+ ## [2.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.2...@pie-lib/graphing@2.2.3) (2020-10-26)
1078
+
1079
+ **Note:** Version bump only for package @pie-lib/graphing
1080
+
1081
+ ## [2.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.1...@pie-lib/graphing@2.2.2) (2020-10-26)
1082
+
1083
+ **Note:** Version bump only for package @pie-lib/graphing
1084
+
1085
+ ## [2.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.0...@pie-lib/graphing@2.2.1) (2020-10-19)
1086
+
1087
+ **Note:** Version bump only for package @pie-lib/graphing
1088
+
1089
+ # [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.1.0...@pie-lib/graphing@2.2.0) (2020-10-15)
1090
+
1091
+ ### Features
1092
+
1093
+ - **graphing:** finalize color theme support ([a9144e7](https://github.com/pie-framework/pie-lib/commit/a9144e7))
1094
+
1095
+ # [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.0.0...@pie-lib/graphing@2.1.0) (2020-10-07)
1096
+
1097
+ ### Features
1098
+
1099
+ - **graphing:** color theme support added ([489711a](https://github.com/pie-framework/pie-lib/commit/489711a))
1100
+
1101
+ # [2.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.23...@pie-lib/graphing@2.0.0) (2020-05-15)
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ - Graphing issues and inconsistencies PD-123 ([291b053](https://github.com/pie-framework/pie-lib/commit/291b053))
1106
+
1107
+ ### BREAKING CHANGES
1108
+
1109
+ - tools, currentTool, defaultTool and hideLabel should not be used as params anymore, instead, send only toolbarTools, which is an array of strings, where each string should be a valid tool type. eg. ['point', 'line', 'label']
1110
+
1111
+ ## [1.2.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.22...@pie-lib/graphing@1.2.23) (2020-04-14)
1112
+
1113
+ **Note:** Version bump only for package @pie-lib/graphing
1114
+
1115
+ ## [1.2.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.21...@pie-lib/graphing@1.2.22) (2020-04-08)
1116
+
1117
+ **Note:** Version bump only for package @pie-lib/graphing
1118
+
1119
+ ## [1.2.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.20...@pie-lib/graphing@1.2.21) (2020-03-31)
1120
+
1121
+ **Note:** Version bump only for package @pie-lib/graphing
1122
+
1123
+ ## [1.2.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.19...@pie-lib/graphing@1.2.20) (2020-03-31)
1124
+
1125
+ **Note:** Version bump only for package @pie-lib/graphing
1126
+
1127
+ ## [1.2.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.18...@pie-lib/graphing@1.2.19) (2020-03-31)
1128
+
1129
+ **Note:** Version bump only for package @pie-lib/graphing
1130
+
1131
+ ## [1.2.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.17...@pie-lib/graphing@1.2.18) (2020-03-30)
1132
+
1133
+ **Note:** Version bump only for package @pie-lib/graphing
1134
+
1135
+ ## [1.2.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.16...@pie-lib/graphing@1.2.17) (2020-03-30)
1136
+
1137
+ ### Bug Fixes
1138
+
1139
+ - bad exports ([b74730b](https://github.com/pie-framework/pie-lib/commit/b74730b))
1140
+
1141
+ ## [1.2.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.15...@pie-lib/graphing@1.2.16) (2020-03-30)
1142
+
1143
+ **Note:** Version bump only for package @pie-lib/graphing
1144
+
1145
+ ## [1.2.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.14...@pie-lib/graphing@1.2.15) (2020-03-30)
1146
+
1147
+ **Note:** Version bump only for package @pie-lib/graphing
1148
+
1149
+ ## [1.2.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.13...@pie-lib/graphing@1.2.14) (2020-03-30)
1150
+
1151
+ ### Bug Fixes
1152
+
1153
+ - correct export syntax ([db7fcc0](https://github.com/pie-framework/pie-lib/commit/db7fcc0))
1154
+
1155
+ ## [1.2.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.12...@pie-lib/graphing@1.2.13) (2020-03-30)
1156
+
1157
+ ### Bug Fixes
1158
+
1159
+ - correct export syntax ([32d1fc2](https://github.com/pie-framework/pie-lib/commit/32d1fc2))
1160
+
1161
+ ## [1.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.11...@pie-lib/graphing@1.2.12) (2020-03-30)
1162
+
1163
+ ### Bug Fixes
1164
+
1165
+ - add module prop to package.json ([40fb305](https://github.com/pie-framework/pie-lib/commit/40fb305))
1166
+ - bad imports accessing lib ([518decc](https://github.com/pie-framework/pie-lib/commit/518decc))
1167
+ - correct bad import from a 'lib' dir ([e0adbbe](https://github.com/pie-framework/pie-lib/commit/e0adbbe))
1168
+
1169
+ ## [1.2.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.10...@pie-lib/graphing@1.2.11) (2020-03-18)
1170
+
1171
+ ### Bug Fixes
1172
+
1173
+ - 4136: Parabola graphing is amiss ([f915685](https://github.com/pie-framework/pie-lib/commit/f915685))
1174
+ - 4156: On Graphing items that provide the Label tool, it cannot be used to label points that are used to define other plot objects. ([dc19bdb](https://github.com/pie-framework/pie-lib/commit/dc19bdb))
1175
+
1176
+ ## [1.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.9...@pie-lib/graphing@1.2.10) (2020-03-06)
1177
+
1178
+ **Note:** Version bump only for package @pie-lib/graphing
1179
+
1180
+ ## [1.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.8...@pie-lib/graphing@1.2.9) (2020-02-25)
1181
+
1182
+ ### Bug Fixes
1183
+
1184
+ - ch5349, ch5736 & ch4155: ([f0da1b7](https://github.com/pie-framework/pie-lib/commit/f0da1b7))
1185
+
1186
+ ## [1.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.7...@pie-lib/graphing@1.2.8) (2020-02-18)
1187
+
1188
+ ### Bug Fixes
1189
+
1190
+ - 4044: A non-ASCII character in a Graphing domain label is represented by HTML-style markup. ([0493922](https://github.com/pie-framework/pie-lib/commit/0493922))
1191
+ - 5325: Graphing: Axis labels overlapping numeric labels ([678c61a](https://github.com/pie-framework/pie-lib/commit/678c61a))
1192
+
1193
+ ## [1.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.6...@pie-lib/graphing@1.2.7) (2020-02-11)
1194
+
1195
+ **Note:** Version bump only for package @pie-lib/graphing
1196
+
1197
+ ## [1.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.5...@pie-lib/graphing@1.2.6) (2019-11-19)
1198
+
1199
+ ### Bug Fixes
1200
+
1201
+ - ch3738 - support html in axis label ([82bfca1](https://github.com/pie-framework/pie-lib/commit/82bfca1))
1202
+
1203
+ ## [1.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.4...@pie-lib/graphing@1.2.5) (2019-10-08)
1204
+
1205
+ ### Bug Fixes
1206
+
1207
+ - **graphing:** Graphing: Origin should be labeled. ([9045d34](https://github.com/pie-framework/pie-lib/commit/9045d34))
1208
+
1209
+ ## [1.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.3...@pie-lib/graphing@1.2.4) (2019-08-21)
1210
+
1211
+ **Note:** Version bump only for package @pie-lib/graphing
1212
+
1213
+ ## [1.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.2...@pie-lib/graphing@1.2.3) (2019-08-05)
1214
+
1215
+ **Note:** Version bump only for package @pie-lib/graphing
1216
+
1217
+ ## [1.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.1...@pie-lib/graphing@1.2.2) (2019-07-19)
1218
+
1219
+ **Note:** Version bump only for package @pie-lib/graphing
1220
+
1221
+ ## [1.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.0...@pie-lib/graphing@1.2.1) (2019-07-16)
1222
+
1223
+ **Note:** Version bump only for package @pie-lib/graphing
1224
+
1225
+ # [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.1.1...@pie-lib/graphing@1.2.0) (2019-07-09)
1226
+
1227
+ ### Features
1228
+
1229
+ - Axis labels should render markup, so HTML tags should be shown. Make the toolbar to fit inside the graph box. ([c187aa4](https://github.com/pie-framework/pie-lib/commit/c187aa4))
1230
+
1231
+ ## [1.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.1.0...@pie-lib/graphing@1.1.1) (2019-07-08)
1232
+
1233
+ **Note:** Version bump only for package @pie-lib/graphing
1234
+
1235
+ # [1.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.4...@pie-lib/graphing@1.1.0) (2019-07-05)
1236
+
1237
+ ### Features
1238
+
1239
+ - Added hideLabel property in order to toggle the Label button from the toolbar. ([448c6d8](https://github.com/pie-framework/pie-lib/commit/448c6d8))
1240
+
1241
+ ## [1.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.3...@pie-lib/graphing@1.0.4) (2019-07-02)
1242
+
1243
+ **Note:** Version bump only for package @pie-lib/graphing
1244
+
1245
+ ## [1.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.2...@pie-lib/graphing@1.0.3) (2019-07-02)
1246
+
1247
+ ### Bug Fixes
1248
+
1249
+ - avoid app crash when tools not defined. ([54915cc](https://github.com/pie-framework/pie-lib/commit/54915cc))
1250
+
1251
+ ## [1.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.1...@pie-lib/graphing@1.0.2) (2019-07-01)
1252
+
1253
+ ### Bug Fixes
1254
+
1255
+ - rm selected from MiniButton ([3079d35](https://github.com/pie-framework/pie-lib/commit/3079d35))
1256
+
1257
+ ## [1.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.0...@pie-lib/graphing@1.0.1) (2019-06-28)
1258
+
1259
+ **Note:** Version bump only for package @pie-lib/graphing
1260
+
1261
+ # [1.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.3.0...@pie-lib/graphing@1.0.0) (2019-06-28)
1262
+
1263
+ ### Bug Fixes
1264
+
1265
+ - fixed polygon color when is correct ([d02d8b1](https://github.com/pie-framework/pie-lib/commit/d02d8b1))
1266
+ - removed correctnessMarks and displayedTools ([6043e88](https://github.com/pie-framework/pie-lib/commit/6043e88))
1267
+
1268
+ ### Features
1269
+
1270
+ - add `toolbar` flag to each tool ([c32ec2c](https://github.com/pie-framework/pie-lib/commit/c32ec2c))
1271
+ - Added possibility to change currentTool. ([a705a29](https://github.com/pie-framework/pie-lib/commit/a705a29))
1272
+ - Disabled drawing in evaluate mode. ([00dd6d7](https://github.com/pie-framework/pie-lib/commit/00dd6d7))
1273
+ - If 'evaluate' mode, don't show control buttons. ([8345539](https://github.com/pie-framework/pie-lib/commit/8345539))
1274
+ - update currentTool when tools in toolbar change ([2e5e1c9](https://github.com/pie-framework/pie-lib/commit/2e5e1c9))
1275
+ - Use props.currentTool only if props.displayedTools doesn't contain this.state.currentTool no more ([a4fd2df](https://github.com/pie-framework/pie-lib/commit/a4fd2df))
1276
+ - When in 'evaluate' mode, hide controls. ([a57da65](https://github.com/pie-framework/pie-lib/commit/a57da65))
1277
+
1278
+ ### BREAKING CHANGES
1279
+
1280
+ - Graph 'tools' expected property has to be an array of objects having this form: { display: bool, Component: tool }
1281
+
1282
+ # [0.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.2.0...@pie-lib/graphing@0.3.0) (2019-06-17)
1283
+
1284
+ ### Bug Fixes
1285
+
1286
+ - app was crashing when trying to edit graph labels ([9482ff9](https://github.com/pie-framework/pie-lib/commit/9482ff9))
1287
+ - backgroundMarks were not displaying anymore proper colors for disabled, correct and incorrect. Circle was crashing. ([0551120](https://github.com/pie-framework/pie-lib/commit/0551120))
1288
+ - labels not vertically align as expected for numbers greater than 99 ([fef214f](https://github.com/pie-framework/pie-lib/commit/fef214f))
1289
+
1290
+ ### Features
1291
+
1292
+ - added displayedTools property which determines which tools should appear in tool-menu. If it's not set, all tools from tools array will appear. ([3eec9fb](https://github.com/pie-framework/pie-lib/commit/3eec9fb))
1293
+ - Added possibility to plot shapes that include defining points colocated with the defining points of other shapes ([f616f34](https://github.com/pie-framework/pie-lib/commit/f616f34))
1294
+ - Added possibility to plot shapes that include defining points colocated with the defining points of other shapes for point as well. ([32a1501](https://github.com/pie-framework/pie-lib/commit/32a1501))
1295
+
1296
+ # [0.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.12...@pie-lib/graphing@0.2.0) (2019-06-12)
1297
+
1298
+ ### Bug Fixes
1299
+
1300
+ - fix bounded drag calculation ([08097bd](https://github.com/pie-framework/pie-lib/commit/08097bd))
1301
+
1302
+ ### Features
1303
+
1304
+ - graphing updates ([f347e4c](https://github.com/pie-framework/pie-lib/commit/f347e4c))
1305
+
1306
+ ## [0.1.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.11...@pie-lib/graphing@0.1.12) (2019-03-15)
1307
+
1308
+ ### Bug Fixes
1309
+
1310
+ - rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
1311
+
1312
+ ## [0.1.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.10...@pie-lib/graphing@0.1.11) (2019-03-14)
1313
+
1314
+ **Note:** Version bump only for package @pie-lib/graphing
1315
+
1316
+ ## [0.1.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.9...@pie-lib/graphing@0.1.10) (2019-03-14)
1317
+
1318
+ **Note:** Version bump only for package @pie-lib/graphing
1319
+
1320
+ ## [0.1.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.8...@pie-lib/graphing@0.1.9) (2019-03-14)
1321
+
1322
+ **Note:** Version bump only for package @pie-lib/graphing
1323
+
1324
+ ## [0.1.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.7...@pie-lib/graphing@0.1.8) (2019-03-14)
1325
+
1326
+ **Note:** Version bump only for package @pie-lib/graphing
1327
+
1328
+ ## [0.1.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.6...@pie-lib/graphing@0.1.7) (2019-03-13)
1329
+
1330
+ **Note:** Version bump only for package @pie-lib/graphing
1331
+
1332
+ ## [0.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.5...@pie-lib/graphing@0.1.6) (2019-03-13)
1333
+
1334
+ **Note:** Version bump only for package @pie-lib/graphing
1335
+
1336
+ ## [0.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.4...@pie-lib/graphing@0.1.5) (2019-03-13)
1337
+
1338
+ **Note:** Version bump only for package @pie-lib/graphing
1339
+
1340
+ ## [0.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.2...@pie-lib/graphing@0.1.4) (2019-02-17)
1341
+
1342
+ ### Bug Fixes
1343
+
1344
+ - force version bump ([dd057a5](https://github.com/pie-framework/pie-lib/commit/dd057a5))
1345
+
1346
+ ## [0.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.1...@pie-lib/graphing@0.1.2) (2019-02-17)
1347
+
1348
+ ### Bug Fixes
1349
+
1350
+ - fix tests ([1363aa4](https://github.com/pie-framework/pie-lib/commit/1363aa4))
1351
+
1352
+ ## [0.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.0...@pie-lib/graphing@0.1.1) (2019-01-30)
1353
+
1354
+ **Note:** Version bump only for package @pie-lib/graphing
1355
+
1356
+ # 0.1.0 (2019-01-30)
1357
+
1358
+ ### Features
1359
+
1360
+ - new graphing package ([8782bf8](https://github.com/pie-framework/pie-lib/commit/8782bf8))
1361
+
1362
+ <a name="2.3.5"></a>
1363
+
1364
+ ## [2.3.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.4...@pie-lib/charting@2.3.5) (2018-09-12)
1365
+
1366
+ ### Bug Fixes
1367
+
1368
+ - githead ([3e485e0](https://github.com/pie-framework/pie-lib/commit/3e485e0))
1369
+ - rm githead ([a1523aa](https://github.com/pie-framework/pie-lib/commit/a1523aa))
1370
+
1371
+ <a name="2.3.4"></a>
1372
+
1373
+ ## [2.3.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.2...@pie-lib/charting@2.3.4) (2018-09-12)
1374
+
1375
+ **Note:** Version bump only for package @pie-lib/charting
1376
+
1377
+ <a name="2.3.3"></a>
1378
+
1379
+ ## [2.3.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.2...@pie-lib/charting@2.3.3) (2018-09-12)
1380
+
1381
+ **Note:** Version bump only for package @pie-lib/charting
1382
+
1383
+ <a name="2.3.2"></a>
1384
+
1385
+ ## [2.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.1...@pie-lib/charting@2.3.2) (2018-07-18)
1386
+
1387
+ **Note:** Version bump only for package @pie-lib/charting
1388
+
1389
+ <a name="2.3.1"></a>
1390
+
1391
+ ## [2.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.0...@pie-lib/charting@2.3.1) (2018-06-07)
1392
+
1393
+ ### Bug Fixes
1394
+
1395
+ - **lineUtils:** pointsFromExpression calculate using when x and y are 0 ([d641fcd](https://github.com/pie-framework/pie-lib/commit/d641fcd))
1396
+
1397
+ <a name="2.3.0"></a>
1398
+
1399
+ # [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.3...@pie-lib/charting@2.3.0) (2018-05-28)
1400
+
1401
+ ### Bug Fixes
1402
+
1403
+ - **expression:** handle vertical lines which have no slope ([2cd6bb0](https://github.com/pie-framework/pie-lib/commit/2cd6bb0))
1404
+
1405
+ ### Features
1406
+
1407
+ - add Expression.equals method ([5ae0c1e](https://github.com/pie-framework/pie-lib/commit/5ae0c1e))
1408
+
1409
+ <a name="2.2.3"></a>
1410
+
1411
+ ## [2.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.2...@pie-lib/charting@2.2.3) (2018-05-16)
1412
+
1413
+ **Note:** Version bump only for package @pie-lib/charting
1414
+
1415
+ <a name="2.2.2"></a>
1416
+
1417
+ ## [2.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.1...@pie-lib/charting@2.2.2) (2018-05-15)
1418
+
1419
+ **Note:** Version bump only for package @pie-lib/charting
1420
+
1421
+ <a name="2.2.1"></a>
1422
+
1423
+ ## [2.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.0...@pie-lib/charting@2.2.1) (2018-05-09)
1424
+
1425
+ ### Bug Fixes
1426
+
1427
+ - **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))
1428
+
1429
+ <a name="2.2.0"></a>
1430
+
1431
+ # [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.1.0...@pie-lib/charting@2.2.0) (2018-04-24)
1432
+
1433
+ ### Features
1434
+
1435
+ - **dependencies:** version bump ([31bd3b3](https://github.com/pie-framework/pie-lib/commit/31bd3b3))
1436
+
1437
+ <a name="2.1.0"></a>
1438
+
1439
+ # [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.0.1...@pie-lib/charting@2.1.0) (2018-04-23)
1440
+
1441
+ ### Features
1442
+
1443
+ - **point-intercept:** add title label to top of chart ([71ba936](https://github.com/pie-framework/pie-lib/commit/71ba936))
1444
+
1445
+ <a name="2.0.1"></a>
1446
+
1447
+ ## [2.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.0.0...@pie-lib/charting@2.0.1) (2018-04-20)
1448
+
1449
+ **Note:** Version bump only for package @pie-lib/charting
1450
+
1451
+ <a name="1.0.0"></a>
1452
+
1453
+ # [1.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@0.1.0...@pie-lib/charting@1.0.0) (2018-04-13)
1454
+
1455
+ ### Bug Fixes
1456
+
1457
+ - **dependencies:** use react 16 and latest material-ui ([2ac4f97](https://github.com/pie-framework/pie-lib/commit/2ac4f97))
1458
+
1459
+ ### BREAKING CHANGES
1460
+
1461
+ - **dependencies:** react@^16.3.1 is required as a dependency.
1462
+
1463
+ <a name="0.1.0"></a>
1464
+
1465
+ # 0.1.0 (2018-04-02)
1466
+
1467
+ ### Features
1468
+
1469
+ - **charting:** new charting package ([97c2f60](https://github.com/pie-framework/pie-lib/commit/97c2f60))