@pie-lib/charting 7.0.3-next.3 → 7.0.4-next.0
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.
- package/dist/_virtual/_rolldown/runtime.js +23 -0
- package/dist/actions-button.d.ts +26 -0
- package/dist/actions-button.js +84 -0
- package/dist/axes.d.ts +84 -0
- package/dist/axes.js +376 -0
- package/dist/bars/bar.d.ts +47 -0
- package/dist/bars/bar.js +27 -0
- package/dist/bars/common/bars.d.ts +98 -0
- package/dist/bars/common/bars.js +174 -0
- package/dist/bars/common/correct-check-icon.d.ts +18 -0
- package/dist/bars/common/correct-check-icon.js +50 -0
- package/dist/bars/histogram.d.ts +47 -0
- package/dist/bars/histogram.js +28 -0
- package/dist/chart-setup.d.ts +29 -0
- package/dist/chart-setup.js +231 -0
- package/dist/chart-type.d.ts +32 -0
- package/dist/chart-type.js +68 -0
- package/dist/chart-types.d.ts +41 -0
- package/dist/chart-types.js +17 -0
- package/dist/chart.d.ts +88 -0
- package/dist/chart.js +250 -0
- package/dist/common/correctness-indicators.d.ts +70 -0
- package/dist/common/correctness-indicators.js +106 -0
- package/dist/common/drag-handle.d.ts +129 -0
- package/dist/common/drag-handle.js +120 -0
- package/dist/common/drag-icon.d.ts +23 -0
- package/dist/common/drag-icon.js +45 -0
- package/dist/common/styles.d.ts +23 -0
- package/dist/common/styles.js +17 -0
- package/dist/grid.d.ts +45 -0
- package/dist/grid.js +56 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +6 -0
- package/dist/key-legend.d.ts +19 -0
- package/dist/key-legend.js +46 -0
- package/dist/line/common/drag-handle.d.ts +120 -0
- package/dist/line/common/drag-handle.js +92 -0
- package/dist/line/common/line.d.ts +96 -0
- package/dist/line/common/line.js +114 -0
- package/dist/line/line-cross.d.ts +47 -0
- package/dist/line/line-cross.js +133 -0
- package/dist/line/line-dot.d.ts +47 -0
- package/dist/line/line-dot.js +101 -0
- package/dist/mark-label.d.ts +55 -0
- package/dist/mark-label.js +139 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Axis.js +100 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisBottom.js +45 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisLeft.js +46 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/AxisRenderer.js +61 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/axis/Ticks.js +42 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/constants/orientation.js +9 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/createPoint.js +14 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getAxisRangePaddingConfig.js +21 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getLabelTransform.js +16 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickFormatter.js +8 -0
- package/dist/node_modules/.bun/@visx_axis@3.12.0_f4eacebf2041cd4f/node_modules/@visx/axis/esm/utils/getTickPosition.js +15 -0
- package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridColumns.js +79 -0
- package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/grids/GridRows.js +79 -0
- package/dist/node_modules/.bun/@visx_grid@3.12.0_f4eacebf2041cd4f/node_modules/@visx/grid/esm/utils/getScaleBandwidth.js +6 -0
- package/dist/node_modules/.bun/@visx_group@3.12.0_f4eacebf2041cd4f/node_modules/@visx/group/esm/Group.js +49 -0
- package/dist/node_modules/.bun/@visx_point@3.12.0/node_modules/@visx/point/esm/Point.js +18 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/align.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/base.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/clamp.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/constant.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/domain.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/exponent.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/interpolate.js +10 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/nice.js +37 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/padding.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/range.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/reverse.js +9 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/round.js +7 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/scaleOperator.js +58 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/unknown.js +6 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/operators/zero.js +9 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/scales/band.js +9 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/scales/point.js +9 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/coerceNumber.js +10 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/createColorInterpolator.js +29 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/getTicks.js +9 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/isUtcScale.js +7 -0
- package/dist/node_modules/.bun/@visx_scale@3.12.0/node_modules/@visx/scale/esm/utils/toString.js +6 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Bar.js +28 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Circle.js +28 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/Line.js +46 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/shapes/LinePath.js +49 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/D3ShapeFactories.js +9 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/esm/util/setNumberOrNumberAccessor.js +6 -0
- package/dist/node_modules/.bun/@visx_shape@3.12.0_f4eacebf2041cd4f/node_modules/@visx/shape/lib/shapes/Line.js +52 -0
- package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/Text.js +57 -0
- package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/hooks/useText.js +91 -0
- package/dist/node_modules/.bun/@visx_text@3.12.0_f4eacebf2041cd4f/node_modules/@visx/text/esm/util/getStringWidth.js +21 -0
- package/dist/node_modules/.bun/@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-interpolate.js +8 -0
- package/dist/node_modules/.bun/@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-scale.js +8 -0
- package/dist/node_modules/.bun/@visx_vendor@3.12.0/node_modules/@visx/vendor/esm/d3-time.js +8 -0
- package/dist/node_modules/.bun/balanced-match@0.4.2/node_modules/balanced-match/index.js +32 -0
- package/dist/node_modules/.bun/balanced-match@1.0.2/node_modules/balanced-match/index.js +33 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Hash.js +21 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_ListCache.js +21 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Map.js +10 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_MapCache.js +21 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_Symbol.js +9 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_assocIndexOf.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_baseGetTag.js +15 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_baseIsNative.js +16 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_coreJsData.js +9 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_freeGlobal.js +8 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getMapData.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getNative.js +15 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getRawTag.js +19 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_getValue.js +11 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashClear.js +13 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashDelete.js +12 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashGet.js +18 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashHas.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_hashSet.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_isKeyable.js +12 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_isMasked.js +16 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheClear.js +11 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheDelete.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheGet.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheHas.js +13 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_listCacheSet.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheClear.js +19 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheDelete.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheGet.js +13 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheHas.js +13 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_mapCacheSet.js +14 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_nativeCreate.js +9 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_objectToString.js +12 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_root.js +10 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/_toSource.js +20 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/eq.js +11 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/isFunction.js +16 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/isObject.js +12 -0
- package/dist/node_modules/.bun/lodash@4.18.1/node_modules/lodash/memoize.js +20 -0
- package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/formula_evaluator.js +37 -0
- package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/lexer.js +509 -0
- package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/math_function.js +108 -0
- package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/postfix.js +31 -0
- package/dist/node_modules/.bun/math-expression-evaluator@1.4.0/node_modules/math-expression-evaluator/src/postfix_evaluator.js +45 -0
- package/dist/node_modules/.bun/react-input-autosize@2.2.2_f4eacebf2041cd4f/node_modules/react-input-autosize/lib/AutosizeInput.js +216 -0
- package/dist/node_modules/.bun/reduce-css-calc@1.3.0/node_modules/reduce-css-calc/index.js +49 -0
- package/dist/node_modules/.bun/reduce-function-call@1.0.3/node_modules/reduce-function-call/index.js +34 -0
- package/dist/plot/common/plot.d.ts +103 -0
- package/dist/plot/common/plot.js +227 -0
- package/dist/plot/dot.d.ts +47 -0
- package/dist/plot/dot.js +62 -0
- package/dist/plot/line.d.ts +47 -0
- package/dist/plot/line.js +84 -0
- package/dist/tool-menu.d.ts +31 -0
- package/dist/utils.d.ts +39 -0
- package/dist/utils.js +101 -0
- package/package.json +35 -25
- package/CHANGELOG.json +0 -17
- package/CHANGELOG.md +0 -1110
- package/LICENSE.md +0 -5
- package/lib/actions-button.js +0 -145
- package/lib/actions-button.js.map +0 -1
- package/lib/axes.js +0 -643
- package/lib/axes.js.map +0 -1
- package/lib/bars/bar.js +0 -58
- package/lib/bars/bar.js.map +0 -1
- package/lib/bars/common/bars.js +0 -277
- package/lib/bars/common/bars.js.map +0 -1
- package/lib/bars/common/correct-check-icon.js +0 -54
- package/lib/bars/common/correct-check-icon.js.map +0 -1
- package/lib/bars/histogram.js +0 -59
- package/lib/bars/histogram.js.map +0 -1
- package/lib/chart-setup.js +0 -382
- package/lib/chart-setup.js.map +0 -1
- package/lib/chart-type.js +0 -80
- package/lib/chart-type.js.map +0 -1
- package/lib/chart-types.js +0 -22
- package/lib/chart-types.js.map +0 -1
- package/lib/chart.js +0 -384
- package/lib/chart.js.map +0 -1
- package/lib/common/correctness-indicators.js +0 -156
- package/lib/common/correctness-indicators.js.map +0 -1
- package/lib/common/drag-handle.js +0 -160
- package/lib/common/drag-handle.js.map +0 -1
- package/lib/common/drag-icon.js +0 -52
- package/lib/common/drag-icon.js.map +0 -1
- package/lib/common/styles.js +0 -22
- package/lib/common/styles.js.map +0 -1
- package/lib/grid.js +0 -101
- package/lib/grid.js.map +0 -1
- package/lib/index.js +0 -42
- package/lib/index.js.map +0 -1
- package/lib/key-legend.js +0 -87
- package/lib/key-legend.js.map +0 -1
- package/lib/line/common/drag-handle.js +0 -146
- package/lib/line/common/drag-handle.js.map +0 -1
- package/lib/line/common/line.js +0 -214
- package/lib/line/common/line.js.map +0 -1
- package/lib/line/line-cross.js +0 -214
- package/lib/line/line-cross.js.map +0 -1
- package/lib/line/line-dot.js +0 -158
- package/lib/line/line-dot.js.map +0 -1
- package/lib/mark-label.js +0 -237
- package/lib/mark-label.js.map +0 -1
- package/lib/plot/common/plot.js +0 -349
- package/lib/plot/common/plot.js.map +0 -1
- package/lib/plot/dot.js +0 -110
- package/lib/plot/dot.js.map +0 -1
- package/lib/plot/line.js +0 -140
- package/lib/plot/line.js.map +0 -1
- package/lib/tool-menu.js +0 -106
- package/lib/tool-menu.js.map +0 -1
- package/lib/utils.js +0 -189
- package/lib/utils.js.map +0 -1
- package/src/__tests__/actions-button.test.jsx +0 -280
- package/src/__tests__/axes.test.jsx +0 -667
- package/src/__tests__/chart-setup.test.jsx +0 -532
- package/src/__tests__/chart-type.test.jsx +0 -23
- package/src/__tests__/chart.test.jsx +0 -86
- package/src/__tests__/grid.test.jsx +0 -37
- package/src/__tests__/key-legend.test.jsx +0 -223
- package/src/__tests__/mark-label.test.jsx +0 -33
- package/src/__tests__/tool-menu.test.jsx +0 -522
- package/src/__tests__/utils.js +0 -36
- package/src/__tests__/utils.test.js +0 -100
- package/src/actions-button.jsx +0 -115
- package/src/axes.jsx +0 -594
- package/src/bars/__tests__/bar.test.jsx +0 -45
- package/src/bars/__tests__/histogram.test.jsx +0 -45
- package/src/bars/__tests__/utils.js +0 -30
- package/src/bars/bar.js +0 -28
- package/src/bars/common/__tests__/bars.test.jsx +0 -68
- package/src/bars/common/__tests__/utils.js +0 -30
- package/src/bars/common/bars.jsx +0 -249
- package/src/bars/common/correct-check-icon.jsx +0 -25
- package/src/bars/histogram.js +0 -28
- package/src/chart-setup.jsx +0 -356
- package/src/chart-type.js +0 -59
- package/src/chart-types.js +0 -8
- package/src/chart.jsx +0 -357
- package/src/common/__tests__/correctness-indicators.test.jsx +0 -720
- package/src/common/__tests__/drag-handle.test.jsx +0 -58
- package/src/common/__tests__/utils.js +0 -30
- package/src/common/correctness-indicators.jsx +0 -128
- package/src/common/drag-handle.jsx +0 -125
- package/src/common/drag-icon.jsx +0 -36
- package/src/common/styles.js +0 -19
- package/src/grid.jsx +0 -68
- package/src/index.js +0 -7
- package/src/key-legend.jsx +0 -77
- package/src/line/__tests__/line-cross.test.jsx +0 -463
- package/src/line/__tests__/line-dot.test.jsx +0 -41
- package/src/line/__tests__/utils.js +0 -36
- package/src/line/common/__tests__/drag-handle.test.jsx +0 -62
- package/src/line/common/__tests__/line.test.jsx +0 -79
- package/src/line/common/__tests__/utils.js +0 -30
- package/src/line/common/drag-handle.jsx +0 -114
- package/src/line/common/line.jsx +0 -171
- package/src/line/line-cross.js +0 -144
- package/src/line/line-dot.js +0 -111
- package/src/mark-label.jsx +0 -238
- package/src/plot/__tests__/dot.test.jsx +0 -344
- package/src/plot/__tests__/line.test.jsx +0 -375
- package/src/plot/__tests__/utils.js +0 -30
- package/src/plot/common/__tests__/plot.test.jsx +0 -69
- package/src/plot/common/__tests__/utils.js +0 -30
- package/src/plot/common/plot.jsx +0 -358
- package/src/plot/dot.js +0 -74
- package/src/plot/line.js +0 -98
- package/src/tool-menu.jsx +0 -85
- package/src/utils.js +0 -201
package/CHANGELOG.md
DELETED
|
@@ -1,1110 +0,0 @@
|
|
|
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
|
-
## [7.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.3...@pie-lib/charting@7.0.2) (2026-05-07)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
9
|
-
|
|
10
|
-
## [7.0.2-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.2...@pie-lib/charting@7.0.2-next.3) (2026-05-07)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
13
|
-
|
|
14
|
-
## [7.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.1...@pie-lib/charting@7.0.2-next.2) (2026-05-06)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
17
|
-
|
|
18
|
-
## [7.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.0...@pie-lib/charting@7.0.2-next.1) (2026-05-06)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
21
|
-
|
|
22
|
-
## [7.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.15...@pie-lib/charting@7.0.2-next.0) (2026-05-06)
|
|
23
|
-
|
|
24
|
-
### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- **charting:** enhance RawChartAxes with MathJax rendering support and improve hidden label measurement PD-5496 PD-5497 ([4644a62](https://github.com/pie-framework/pie-lib/commit/4644a62365cc22b5558ae99cfa64c78bdc21815a))
|
|
27
|
-
- **charting:** fix math rendering race condition in fractional chart labels PD-5496 ([03d9d81](https://github.com/pie-framework/pie-lib/commit/03d9d8131872aff762866abb5c910312a7151864))
|
|
28
|
-
|
|
29
|
-
## [7.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.0...@pie-lib/charting@7.0.1) (2026-04-28)
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
32
|
-
|
|
33
|
-
# [6.2.0-next.39](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.38...@pie-lib/charting@6.2.0-next.39) (2026-04-24)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
36
|
-
|
|
37
|
-
# [6.2.0-next.38](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.37...@pie-lib/charting@6.2.0-next.38) (2026-04-24)
|
|
38
|
-
|
|
39
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
40
|
-
|
|
41
|
-
# [6.2.0-next.37](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.36...@pie-lib/charting@6.2.0-next.37) (2026-04-23)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
44
|
-
|
|
45
|
-
# [6.2.0-next.36](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.35...@pie-lib/charting@6.2.0-next.36) (2026-04-17)
|
|
46
|
-
|
|
47
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
48
|
-
|
|
49
|
-
# [6.2.0-next.35](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.34...@pie-lib/charting@6.2.0-next.35) (2026-04-16)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
52
|
-
|
|
53
|
-
# [6.2.0-next.34](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.33...@pie-lib/charting@6.2.0-next.34) (2026-04-16)
|
|
54
|
-
|
|
55
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
56
|
-
|
|
57
|
-
# [6.2.0-next.33](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.32...@pie-lib/charting@6.2.0-next.33) (2026-04-16)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
60
|
-
|
|
61
|
-
# [6.2.0-next.32](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.31...@pie-lib/charting@6.2.0-next.32) (2026-04-15)
|
|
62
|
-
|
|
63
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
64
|
-
|
|
65
|
-
# [6.2.0-next.31](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.30...@pie-lib/charting@6.2.0-next.31) (2026-04-15)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
68
|
-
|
|
69
|
-
# [6.2.0-next.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.29...@pie-lib/charting@6.2.0-next.30) (2026-04-14)
|
|
70
|
-
|
|
71
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
72
|
-
|
|
73
|
-
# [6.2.0-next.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.28...@pie-lib/charting@6.2.0-next.29) (2026-04-13)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
76
|
-
|
|
77
|
-
# [6.2.0-next.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.27...@pie-lib/charting@6.2.0-next.28) (2026-04-09)
|
|
78
|
-
|
|
79
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
80
|
-
|
|
81
|
-
# [6.2.0-next.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.26...@pie-lib/charting@6.2.0-next.27) (2026-04-09)
|
|
82
|
-
|
|
83
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
84
|
-
|
|
85
|
-
# [6.2.0-next.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.25...@pie-lib/charting@6.2.0-next.26) (2026-04-08)
|
|
86
|
-
|
|
87
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
88
|
-
|
|
89
|
-
# [6.2.0-next.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.24...@pie-lib/charting@6.2.0-next.25) (2026-04-07)
|
|
90
|
-
|
|
91
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
92
|
-
|
|
93
|
-
# [6.2.0-next.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.23...@pie-lib/charting@6.2.0-next.24) (2026-04-06)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
96
|
-
|
|
97
|
-
# [6.2.0-next.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.22...@pie-lib/charting@6.2.0-next.23) (2026-04-03)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
100
|
-
|
|
101
|
-
# [6.2.0-next.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.21...@pie-lib/charting@6.2.0-next.22) (2026-03-31)
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- **charting:** fix math rendering race condition in fractional chart labels PD-5496 ([03d9d81](https://github.com/pie-framework/pie-lib/commit/03d9d8131872aff762866abb5c910312a7151864))
|
|
106
|
-
|
|
107
|
-
# [6.2.0-next.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.20...@pie-lib/charting@6.2.0-next.21) (2026-03-25)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
110
|
-
|
|
111
|
-
# [6.2.0-next.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.19...@pie-lib/charting@6.2.0-next.20) (2026-03-18)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
114
|
-
|
|
115
|
-
# [6.2.0-next.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.18...@pie-lib/charting@6.2.0-next.19) (2026-03-18)
|
|
116
|
-
|
|
117
|
-
### Bug Fixes
|
|
118
|
-
|
|
119
|
-
- **charting:** enhance RawChartAxes with MathJax rendering support and improve hidden label measurement PD-5496 PD-5497 ([4644a62](https://github.com/pie-framework/pie-lib/commit/4644a62365cc22b5558ae99cfa64c78bdc21815a))
|
|
120
|
-
|
|
121
|
-
# [6.2.0-next.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.17...@pie-lib/charting@6.2.0-next.18) (2026-03-18)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
124
|
-
|
|
125
|
-
# [6.2.0-next.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.16...@pie-lib/charting@6.2.0-next.17) (2026-03-18)
|
|
126
|
-
|
|
127
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
128
|
-
|
|
129
|
-
# [6.2.0-next.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.15...@pie-lib/charting@6.2.0-next.16) (2026-03-11)
|
|
130
|
-
|
|
131
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
132
|
-
|
|
133
|
-
# [6.2.0-next.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.14...@pie-lib/charting@6.2.0-next.15) (2026-03-11)
|
|
134
|
-
|
|
135
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
136
|
-
|
|
137
|
-
# [6.2.0-next.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.13...@pie-lib/charting@6.2.0-next.14) (2026-03-09)
|
|
138
|
-
|
|
139
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
140
|
-
|
|
141
|
-
# [6.2.0-next.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.12...@pie-lib/charting@6.2.0-next.13) (2026-03-06)
|
|
142
|
-
|
|
143
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
144
|
-
|
|
145
|
-
# [6.2.0-next.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.11...@pie-lib/charting@6.2.0-next.12) (2026-03-04)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
148
|
-
|
|
149
|
-
# [6.2.0-next.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.9...@pie-lib/charting@6.2.0-next.11) (2026-02-26)
|
|
150
|
-
|
|
151
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
152
|
-
|
|
153
|
-
# [6.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.8...@pie-lib/charting@6.2.0-next.9) (2026-02-25)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
156
|
-
|
|
157
|
-
# [6.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.7...@pie-lib/charting@6.2.0-next.8) (2026-02-25)
|
|
158
|
-
|
|
159
|
-
### Bug Fixes
|
|
160
|
-
|
|
161
|
-
- **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
|
|
162
|
-
|
|
163
|
-
# [6.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.6...@pie-lib/charting@6.2.0-next.7) (2026-02-25)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
166
|
-
|
|
167
|
-
# [6.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.5...@pie-lib/charting@6.2.0-next.6) (2026-02-25)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
170
|
-
|
|
171
|
-
# [6.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.4...@pie-lib/charting@6.2.0-next.5) (2026-02-25)
|
|
172
|
-
|
|
173
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
174
|
-
|
|
175
|
-
# [6.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.3...@pie-lib/charting@6.2.0-next.4) (2026-02-24)
|
|
176
|
-
|
|
177
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
178
|
-
|
|
179
|
-
# [6.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.1...@pie-lib/charting@6.2.0-next.3) (2026-02-24)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
182
|
-
|
|
183
|
-
# [6.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.1.0-next.2...@pie-lib/charting@6.1.0-next.4) (2026-01-27)
|
|
184
|
-
|
|
185
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
186
|
-
|
|
187
|
-
# [6.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.1.0-next.1...@pie-lib/charting@6.1.0-next.2) (2026-01-26)
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
190
|
-
|
|
191
|
-
# [6.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.36.2...@pie-lib/charting@6.1.0-next.1) (2026-01-26)
|
|
192
|
-
|
|
193
|
-
### Bug Fixes
|
|
194
|
-
|
|
195
|
-
- charting cleanup ([4f8b14f](https://github.com/pie-framework/pie-lib/commit/4f8b14f59cf6d977af04feaa75f78f65fe4ffbb8))
|
|
196
|
-
- charting issue after mui update ([19eb377](https://github.com/pie-framework/pie-lib/commit/19eb377ae63624402dce8118857c64e2da07c7ec))
|
|
197
|
-
- charting issues ([fb42cac](https://github.com/pie-framework/pie-lib/commit/fb42cacad4753b1aaf501969bde0a489fd223a1e))
|
|
198
|
-
- charting style ([1e72103](https://github.com/pie-framework/pie-lib/commit/1e7210354c92a4f85da10043f42261e275894b69))
|
|
199
|
-
- charting styles ([c733e4e](https://github.com/pie-framework/pie-lib/commit/c733e4e316b572a8aea3e494a2ab3bf3863a015e))
|
|
200
|
-
- charting ux fixes after mui update PD-5258 ([38ee1dc](https://github.com/pie-framework/pie-lib/commit/38ee1dc3810760794690534821f78672906a4981))
|
|
201
|
-
- math keyboard ref and remove console log ([fd9dc91](https://github.com/pie-framework/pie-lib/commit/fd9dc91092497e55a75aba3e7ef1c4c1c5723f35))
|
|
202
|
-
- publish charting ([df5a64e](https://github.com/pie-framework/pie-lib/commit/df5a64e4287fe71b0da7838c14b19e72286c7e82))
|
|
203
|
-
- 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))
|
|
204
|
-
- remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
|
|
205
|
-
- remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
|
|
206
|
-
- select in chart type selection ([ba56525](https://github.com/pie-framework/pie-lib/commit/ba5652504daa9fe9bc499b66c5d8acb88ebf7a8e))
|
|
207
|
-
- use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
|
|
208
|
-
|
|
209
|
-
### Features
|
|
210
|
-
|
|
211
|
-
- bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
|
|
212
|
-
- implement web component safe select in charting ([6f84f2f](https://github.com/pie-framework/pie-lib/commit/6f84f2f0bb917a64dbbd46b917f8cc1b5665d9eb))
|
|
213
|
-
- migrate from [@vx](https://github.com/vx) library to [@visx](https://github.com/visx) ([135bf60](https://github.com/pie-framework/pie-lib/commit/135bf605161bfbd0070ac181892df20931691ce3))
|
|
214
|
-
- packages/charting mui update PD-5268 ([9619c34](https://github.com/pie-framework/pie-lib/commit/9619c3437ad7ae762daa04350e1110cb429c7166))
|
|
215
|
-
- sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
|
|
216
|
-
|
|
217
|
-
# [6.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.36.3-next.0...@pie-lib/charting@6.0.0-next.0) (2026-01-19)
|
|
218
|
-
|
|
219
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
220
|
-
|
|
221
|
-
## [5.36.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.50.0-mui-update.0...@pie-lib/charting@5.36.3-next.0) (2026-01-19)
|
|
222
|
-
|
|
223
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
224
|
-
|
|
225
|
-
## [5.36.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.36.1...@pie-lib/charting@5.36.2) (2025-11-27)
|
|
226
|
-
|
|
227
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
228
|
-
|
|
229
|
-
## [5.36.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.32.7...@pie-lib/charting@5.36.1) (2025-10-22)
|
|
230
|
-
|
|
231
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
232
|
-
|
|
233
|
-
# [5.36.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.35.0...@pie-lib/charting@5.36.0) (2025-10-16)
|
|
234
|
-
|
|
235
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
236
|
-
|
|
237
|
-
# [5.35.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.31.0...@pie-lib/charting@5.35.0) (2025-10-16)
|
|
238
|
-
|
|
239
|
-
### Features
|
|
240
|
-
|
|
241
|
-
- PD-5128 only needed files ([64d375b](https://github.com/pie-framework/pie-lib/commit/64d375b1731179ae46f735c2c4da21215101bd95))
|
|
242
|
-
- PD-5217 only needed file ([b21b343](https://github.com/pie-framework/pie-lib/commit/b21b34348569c73253eff72eea43c6c3235b25df))
|
|
243
|
-
|
|
244
|
-
# [5.34.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.31.0...@pie-lib/charting@5.34.0) (2025-10-16)
|
|
245
|
-
|
|
246
|
-
### Features
|
|
247
|
-
|
|
248
|
-
- PD-5128 only needed files ([64d375b](https://github.com/pie-framework/pie-lib/commit/64d375b1731179ae46f735c2c4da21215101bd95))
|
|
249
|
-
- PD-5217 only needed file ([b21b343](https://github.com/pie-framework/pie-lib/commit/b21b34348569c73253eff72eea43c6c3235b25df))
|
|
250
|
-
|
|
251
|
-
# [5.33.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.31.0...@pie-lib/charting@5.33.0) (2025-10-16)
|
|
252
|
-
|
|
253
|
-
### Features
|
|
254
|
-
|
|
255
|
-
- PD-5128 only needed files ([64d375b](https://github.com/pie-framework/pie-lib/commit/64d375b1731179ae46f735c2c4da21215101bd95))
|
|
256
|
-
- PD-5217 only needed file ([b21b343](https://github.com/pie-framework/pie-lib/commit/b21b34348569c73253eff72eea43c6c3235b25df))
|
|
257
|
-
|
|
258
|
-
## [5.32.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.32.6...@pie-lib/charting@5.32.7) (2025-10-14)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
261
|
-
|
|
262
|
-
## [5.32.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.32.0...@pie-lib/charting@5.32.6) (2025-10-09)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
265
|
-
|
|
266
|
-
# [5.32.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.31.0...@pie-lib/charting@5.32.0) (2025-10-09)
|
|
267
|
-
|
|
268
|
-
### Features
|
|
269
|
-
|
|
270
|
-
- PD-5128 only needed files ([64d375b](https://github.com/pie-framework/pie-lib/commit/64d375b1731179ae46f735c2c4da21215101bd95))
|
|
271
|
-
- PD-5217 only needed file ([b21b343](https://github.com/pie-framework/pie-lib/commit/b21b34348569c73253eff72eea43c6c3235b25df))
|
|
272
|
-
|
|
273
|
-
# [5.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.31.0) (2025-09-25)
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
- **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
|
|
278
|
-
- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
|
|
279
|
-
|
|
280
|
-
### Features
|
|
281
|
-
|
|
282
|
-
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
283
|
-
|
|
284
|
-
# [5.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.29.0...@pie-lib/charting@5.30.0) (2025-09-18)
|
|
285
|
-
|
|
286
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
287
|
-
|
|
288
|
-
# [5.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.28.0...@pie-lib/charting@5.29.0) (2025-09-18)
|
|
289
|
-
|
|
290
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
291
|
-
|
|
292
|
-
# [5.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.28.0) (2025-09-18)
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
- **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
|
|
297
|
-
- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
|
|
298
|
-
|
|
299
|
-
### Features
|
|
300
|
-
|
|
301
|
-
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
302
|
-
|
|
303
|
-
# [5.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.26.0...@pie-lib/charting@5.27.0) (2025-09-17)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
306
|
-
|
|
307
|
-
# [5.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.25.0...@pie-lib/charting@5.26.0) (2025-09-17)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
310
|
-
|
|
311
|
-
# [5.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.24.1...@pie-lib/charting@5.25.0) (2025-09-17)
|
|
312
|
-
|
|
313
|
-
### Bug Fixes
|
|
314
|
-
|
|
315
|
-
- **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
|
|
316
|
-
|
|
317
|
-
## [5.24.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.24.1) (2025-08-11)
|
|
318
|
-
|
|
319
|
-
### Bug Fixes
|
|
320
|
-
|
|
321
|
-
- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
|
|
322
|
-
|
|
323
|
-
### Features
|
|
324
|
-
|
|
325
|
-
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
326
|
-
|
|
327
|
-
# [5.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.24.0) (2025-08-07)
|
|
328
|
-
|
|
329
|
-
### Features
|
|
330
|
-
|
|
331
|
-
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
332
|
-
|
|
333
|
-
# [5.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.23.0) (2025-07-31)
|
|
334
|
-
|
|
335
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
336
|
-
|
|
337
|
-
# [5.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.22.0) (2025-07-31)
|
|
338
|
-
|
|
339
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
340
|
-
|
|
341
|
-
# [5.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.21.0) (2025-07-31)
|
|
342
|
-
|
|
343
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
344
|
-
|
|
345
|
-
# [5.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.20.0) (2025-07-31)
|
|
346
|
-
|
|
347
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
348
|
-
|
|
349
|
-
# [5.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.19.0) (2025-07-31)
|
|
350
|
-
|
|
351
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
352
|
-
|
|
353
|
-
# [5.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.18.0) (2025-07-31)
|
|
354
|
-
|
|
355
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
356
|
-
|
|
357
|
-
# [5.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.20.0) (2025-07-31)
|
|
358
|
-
|
|
359
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
360
|
-
|
|
361
|
-
# [5.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.19.0) (2025-07-31)
|
|
362
|
-
|
|
363
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
364
|
-
|
|
365
|
-
# [5.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.18.0) (2025-07-31)
|
|
366
|
-
|
|
367
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
368
|
-
|
|
369
|
-
# [5.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.19.0) (2025-07-31)
|
|
370
|
-
|
|
371
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
372
|
-
|
|
373
|
-
# [5.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.18.0) (2025-07-31)
|
|
374
|
-
|
|
375
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
376
|
-
|
|
377
|
-
# [5.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.17.0) (2025-07-31)
|
|
378
|
-
|
|
379
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
380
|
-
|
|
381
|
-
# [5.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.17.0) (2025-07-31)
|
|
382
|
-
|
|
383
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
384
|
-
|
|
385
|
-
# [5.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.18.0) (2025-07-31)
|
|
386
|
-
|
|
387
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
388
|
-
|
|
389
|
-
# [5.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.17.0) (2025-07-31)
|
|
390
|
-
|
|
391
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
392
|
-
|
|
393
|
-
# [5.16.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.8) (2025-07-25)
|
|
394
|
-
|
|
395
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
396
|
-
|
|
397
|
-
# [5.16.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.7) (2025-07-25)
|
|
398
|
-
|
|
399
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
400
|
-
|
|
401
|
-
# [5.16.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.7) (2025-07-25)
|
|
402
|
-
|
|
403
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
404
|
-
|
|
405
|
-
# [5.16.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.6) (2025-07-25)
|
|
406
|
-
|
|
407
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
408
|
-
|
|
409
|
-
# [5.16.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.6) (2025-07-25)
|
|
410
|
-
|
|
411
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
412
|
-
|
|
413
|
-
# [5.16.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.5) (2025-07-25)
|
|
414
|
-
|
|
415
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
416
|
-
|
|
417
|
-
# [5.16.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.5) (2025-07-25)
|
|
418
|
-
|
|
419
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
420
|
-
|
|
421
|
-
# [5.16.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.4) (2025-07-25)
|
|
422
|
-
|
|
423
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
424
|
-
|
|
425
|
-
# [5.16.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.3) (2025-07-25)
|
|
426
|
-
|
|
427
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
428
|
-
|
|
429
|
-
# [5.16.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.4) (2025-07-23)
|
|
430
|
-
|
|
431
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
432
|
-
|
|
433
|
-
# [5.16.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.3) (2025-07-23)
|
|
434
|
-
|
|
435
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
436
|
-
|
|
437
|
-
# [5.16.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.3) (2025-07-20)
|
|
438
|
-
|
|
439
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
440
|
-
|
|
441
|
-
# [5.16.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.2) (2025-07-20)
|
|
442
|
-
|
|
443
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
444
|
-
|
|
445
|
-
# [5.16.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.1) (2025-07-20)
|
|
446
|
-
|
|
447
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
448
|
-
|
|
449
|
-
# [5.16.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.2) (2025-07-20)
|
|
450
|
-
|
|
451
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
452
|
-
|
|
453
|
-
# [5.16.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.1) (2025-07-20)
|
|
454
|
-
|
|
455
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
456
|
-
|
|
457
|
-
# [5.16.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.1) (2025-07-20)
|
|
458
|
-
|
|
459
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
460
|
-
|
|
461
|
-
# [5.16.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.0) (2025-07-20)
|
|
462
|
-
|
|
463
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
464
|
-
|
|
465
|
-
# [5.17.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.17.0-beta.0) (2025-07-15)
|
|
466
|
-
|
|
467
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
468
|
-
|
|
469
|
-
# [5.16.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.16.0-beta.0) (2025-07-15)
|
|
470
|
-
|
|
471
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
472
|
-
|
|
473
|
-
## [5.15.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.5...@pie-lib/charting@5.15.6) (2023-10-16)
|
|
474
|
-
|
|
475
|
-
### Bug Fixes
|
|
476
|
-
|
|
477
|
-
- **charting:** add sanity check for data PD-3223 ([f573866](https://github.com/pie-framework/pie-lib/commit/f57386626933cdb5b8b6a1c0f91b45b6ea1b9ca7))
|
|
478
|
-
- **charting:** address overlap of drag handle with category labels in charts PD-3223 ([ebe212e](https://github.com/pie-framework/pie-lib/commit/ebe212ecd315d6445b1d676568482fa47b40ebdb))
|
|
479
|
-
- **charting:** limit number of categories in Define Correct Response Chart to 20 ([0b0e8ab](https://github.com/pie-framework/pie-lib/commit/0b0e8ab339126e00703c1ae5218c714bbcdb6dbf))
|
|
480
|
-
- **charting:** refine error message display to prevent overlapping with other elements and other messages PD-3121 ([f2de1ad](https://github.com/pie-framework/pie-lib/commit/f2de1adb4d19a44e403beb3d88cbb333e3c5adb9))
|
|
481
|
-
- **charting:** use red boxes only and for all duplicated category names, reorder CSS selectors to resolve styling conflicts, only display the validation message a single time for duplicate categories and for empty labels PD-3121 ([7cae40b](https://github.com/pie-framework/pie-lib/commit/7cae40b48a1da661d7d7c97780098a07e5b1d336))
|
|
482
|
-
|
|
483
|
-
## [5.15.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.4...@pie-lib/charting@5.15.5) (2023-09-28)
|
|
484
|
-
|
|
485
|
-
### Bug Fixes
|
|
486
|
-
|
|
487
|
-
- **charting:** add drop shadow to evaluate bars PD-2790 ([328c730](https://github.com/pie-framework/pie-lib/commit/328c7308d026ca6e00575d47bdfaf1d9e4779d16))
|
|
488
|
-
|
|
489
|
-
## [5.15.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.3...@pie-lib/charting@5.15.4) (2023-09-28)
|
|
490
|
-
|
|
491
|
-
### Bug Fixes
|
|
492
|
-
|
|
493
|
-
- **charting:** fix modal warnings ([34dbf3b](https://github.com/pie-framework/pie-lib/commit/34dbf3b04845773d23aa7c91a80fab57e1e78cd0))
|
|
494
|
-
- **charting:** limit number of categories in Define Initial Chart Attributes to 20 PD-3128 ([b0da731](https://github.com/pie-framework/pie-lib/commit/b0da731a619c9d13a8b12e16a6e81dc924261396))
|
|
495
|
-
|
|
496
|
-
## [5.15.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.2...@pie-lib/charting@5.15.3) (2023-09-26)
|
|
497
|
-
|
|
498
|
-
### Bug Fixes
|
|
499
|
-
|
|
500
|
-
- **charting:** adjust icon for the drag handle PD-2790 ([fe670d7](https://github.com/pie-framework/pie-lib/commit/fe670d7a04f44da5c93dadbeec41b753ce50f9f6))
|
|
501
|
-
|
|
502
|
-
## [5.15.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.1...@pie-lib/charting@5.15.2) (2023-09-25)
|
|
503
|
-
|
|
504
|
-
### Bug Fixes
|
|
505
|
-
|
|
506
|
-
- add required packages for charting to work ([c7af164](https://github.com/pie-framework/pie-lib/commit/c7af16427245d0c0c5c041e296a1cfdf034b7b64))
|
|
507
|
-
|
|
508
|
-
## [5.15.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.0...@pie-lib/charting@5.15.1) (2023-09-25)
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
- **charting:** add @mui/icons-material to package json PD-2790 ([0262857](https://github.com/pie-framework/pie-lib/commit/026285728f998e3fe31ec43c77e99f2311f9ad22))
|
|
513
|
-
|
|
514
|
-
# [5.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.14.3...@pie-lib/charting@5.15.0) (2023-09-25)
|
|
515
|
-
|
|
516
|
-
### Bug Fixes
|
|
517
|
-
|
|
518
|
-
- **charting:** set labelWidth to prevent outline from intersecting InputLabel for the ChartType menu PD-3166 ([ff9ca2b](https://github.com/pie-framework/pie-lib/commit/ff9ca2b9812d0afd209edccac2feecac396111cc))
|
|
519
|
-
|
|
520
|
-
### Features
|
|
521
|
-
|
|
522
|
-
- **charting:** add hover effect for plot and bars PD-2790 ([af0d9ba](https://github.com/pie-framework/pie-lib/commit/af0d9bab03fa8146299bf0a1947dbe418e306f85))
|
|
523
|
-
- **charting:** adjust y-coordinate in maskSize for better chart fitting after adding new design, tweaks in design PD-2790 ([0edf288](https://github.com/pie-framework/pie-lib/commit/0edf2880c8c8c0e0e51df080aa582d071f0f1e52))
|
|
524
|
-
- **charting:** make style dynamic for drag icon PD-2790 ([aed8c81](https://github.com/pie-framework/pie-lib/commit/aed8c818cbc70910a7e31566c94dd731d068efa1))
|
|
525
|
-
- **charting:** Replace drag-enabled horizontal bars with widget for author and gather mode PD-2790, refactor RawDragHandle component ([e0a369a](https://github.com/pie-framework/pie-lib/commit/e0a369ad2aaf9cf5d3aa3ac061c23316443b35fb))
|
|
526
|
-
|
|
527
|
-
## [5.14.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.14.2...@pie-lib/charting@5.14.3) (2023-09-18)
|
|
528
|
-
|
|
529
|
-
### Bug Fixes
|
|
530
|
-
|
|
531
|
-
- **charting:** add tests for resetValues PD-3105 ([972a3cd](https://github.com/pie-framework/pie-lib/commit/972a3cd4b3787352ffe4073085cbd22f91895b43))
|
|
532
|
-
- **charting:** wip PD-3105 ([9e21836](https://github.com/pie-framework/pie-lib/commit/9e21836ad8c89c7c839c6561db5edc0329a6a6af))
|
|
533
|
-
- **charting:** wip PD-3105 ([f2f8234](https://github.com/pie-framework/pie-lib/commit/f2f82343a373ae1a8f669754a061963cbfdbeb08))
|
|
534
|
-
- **charting:** wip PD-3105 revert push in develop ([6cce5e2](https://github.com/pie-framework/pie-lib/commit/6cce5e2d25d079c1c3eb195425dc2cf016fcd36e))
|
|
535
|
-
|
|
536
|
-
## [5.14.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.14.1...@pie-lib/charting@5.14.2) (2023-08-07)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
539
|
-
|
|
540
|
-
## [5.14.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.14.0...@pie-lib/charting@5.14.1) (2023-06-24)
|
|
541
|
-
|
|
542
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
543
|
-
|
|
544
|
-
# [5.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.13.0...@pie-lib/charting@5.14.0) (2023-06-13)
|
|
545
|
-
|
|
546
|
-
### Features
|
|
547
|
-
|
|
548
|
-
- **charting, translator:** add translator to charting. add missing text in translator ([2c722a2](https://github.com/pie-framework/pie-lib/commit/2c722a241deb1ad4b51aa22c6eba74a0ec8a5ec0))
|
|
549
|
-
|
|
550
|
-
# [5.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.12.0...@pie-lib/charting@5.13.0) (2023-06-12)
|
|
551
|
-
|
|
552
|
-
### Features
|
|
553
|
-
|
|
554
|
-
- started adding new mathMLOptions property PD-2150 ([175b45e](https://github.com/pie-framework/pie-lib/commit/175b45ecd98e9cc703bd7056b930f299a4345c75))
|
|
555
|
-
|
|
556
|
-
# [5.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.11.0...@pie-lib/charting@5.12.0) (2023-05-22)
|
|
557
|
-
|
|
558
|
-
### Features
|
|
559
|
-
|
|
560
|
-
- **charting:** add new authoring view settings to restrict the permitted chart types and allow their names to be changed PD-2777 ([ae606aa](https://github.com/pie-framework/pie-lib/commit/ae606aa81a314c9b95fec36c5f47e88b1e6cd497))
|
|
561
|
-
- **charting:** show chart type only if it's available in config PD-2777 ([754876f](https://github.com/pie-framework/pie-lib/commit/754876f223e1fa57c259fd8e752340ea29e36bdc))
|
|
562
|
-
|
|
563
|
-
# [5.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.10.0...@pie-lib/charting@5.11.0) (2023-05-18)
|
|
564
|
-
|
|
565
|
-
### Features
|
|
566
|
-
|
|
567
|
-
- **charting:** use 0 as default value for new added category ([3b17996](https://github.com/pie-framework/pie-lib/commit/3b1799687b9db2e3dc2cd60748b121e317d56f0d))
|
|
568
|
-
|
|
569
|
-
# [5.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.9.0...@pie-lib/charting@5.10.0) (2023-05-18)
|
|
570
|
-
|
|
571
|
-
### Bug Fixes
|
|
572
|
-
|
|
573
|
-
- **charting:** provide mask id PD-2821 ([9e29841](https://github.com/pie-framework/pie-lib/commit/9e298415e6cafd03e4264ab189af8a3b03f46b97))
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
- **charting:** add new item properties, settings, and authoring view settings for changeInteractive, changeEditable and addCategory ([0fe39c9](https://github.com/pie-framework/pie-lib/commit/0fe39c96f2e7ddeb0e24a9ef58a5d75d42550c73))
|
|
578
|
-
- **charting:** add props validation PD-2776 ([6566927](https://github.com/pie-framework/pie-lib/commit/6566927be268b358c7de10d4b63d15e502a8368e))
|
|
579
|
-
- **charting:** fix value for category editable when changeEditableEnabled is false ([4214aab](https://github.com/pie-framework/pie-lib/commit/4214aab4437b5d2395515b9b1d0680b93530ac83))
|
|
580
|
-
|
|
581
|
-
# [5.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.8.1...@pie-lib/charting@5.9.0) (2023-05-12)
|
|
582
|
-
|
|
583
|
-
### Features
|
|
584
|
-
|
|
585
|
-
- **charting:** add authoring view settings for authorNewCategoryDefaults and studentNewCategoryDefaultLabel PD-2774 ([84009f7](https://github.com/pie-framework/pie-lib/commit/84009f791d1f6c1dc15ec2789e5e9c6570190536))
|
|
586
|
-
|
|
587
|
-
## [5.8.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.8.0...@pie-lib/charting@5.8.1) (2023-05-02)
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
- **charting:** fix bad default state for chart data in author and player PD-2755, PD-2625 ([2428bb1](https://github.com/pie-framework/pie-lib/commit/2428bb14c0d304111f79e8553e48b95e6882d628))
|
|
592
|
-
|
|
593
|
-
# [5.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.7.2...@pie-lib/charting@5.8.0) (2023-05-01)
|
|
594
|
-
|
|
595
|
-
### Bug Fixes
|
|
596
|
-
|
|
597
|
-
- **charting:** reset invalid values from chart model ([892b90d](https://github.com/pie-framework/pie-lib/commit/892b90d049e0fd8e0ab623ebc17a2e4e1ca63a2e))
|
|
598
|
-
- **charting:** update chart data in player ([657399d](https://github.com/pie-framework/pie-lib/commit/657399d1b2fe285695196df4b9641aa632394a84))
|
|
599
|
-
|
|
600
|
-
### Features
|
|
601
|
-
|
|
602
|
-
- **charting:** add classes and rerender math at correct answer: PD-491 ([79f4398](https://github.com/pie-framework/pie-lib/commit/79f4398adae30f4a5a7ad4a9da577665ece145ba))
|
|
603
|
-
- **charting:** refactor regenx for mixed fractions and solve reviews and eslint-PD-491 ([49d18f4](https://github.com/pie-framework/pie-lib/commit/49d18f4a65f25fbfa010898d8486608819eece06))
|
|
604
|
-
- **charting:** render fractions using mathjax-PD-491 ([336319f](https://github.com/pie-framework/pie-lib/commit/336319fa238fed333c2bddc0888a031805452a13))
|
|
605
|
-
|
|
606
|
-
## [5.7.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.7.1...@pie-lib/charting@5.7.2) (2023-04-19)
|
|
607
|
-
|
|
608
|
-
### Bug Fixes
|
|
609
|
-
|
|
610
|
-
- **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
|
|
611
|
-
|
|
612
|
-
## [5.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.7.0...@pie-lib/charting@5.7.1) (2023-04-03)
|
|
613
|
-
|
|
614
|
-
### Bug Fixes
|
|
615
|
-
|
|
616
|
-
- **charting:** generate random maskId to avoid duplication of ids-PD-2712 ([c32c7ea](https://github.com/pie-framework/pie-lib/commit/c32c7ea84972c396e123e00ca16ac6ec41b844d3))
|
|
617
|
-
|
|
618
|
-
# [5.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.16...@pie-lib/charting@5.7.0) (2023-03-27)
|
|
619
|
-
|
|
620
|
-
### Features
|
|
621
|
-
|
|
622
|
-
- **charting:** mark up the category name in the student’s response as correct or incorrect with a rectangle ([5746b54](https://github.com/pie-framework/pie-lib/commit/5746b54bdeee204e906af91dca1cb65788d91128))
|
|
623
|
-
|
|
624
|
-
## [5.6.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.15...@pie-lib/charting@5.6.16) (2023-03-06)
|
|
625
|
-
|
|
626
|
-
### Bug Fixes
|
|
627
|
-
|
|
628
|
-
- **charting:** fix style for chart boxes ([6e45b13](https://github.com/pie-framework/pie-lib/commit/6e45b130ad2a72f236d3c89269fdc180687864fe))
|
|
629
|
-
|
|
630
|
-
## [5.6.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.13...@pie-lib/charting@5.6.15) (2023-02-28)
|
|
631
|
-
|
|
632
|
-
### Bug Fixes
|
|
633
|
-
|
|
634
|
-
- version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
|
|
635
|
-
|
|
636
|
-
## [5.6.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.12...@pie-lib/charting@5.6.13) (2023-02-28)
|
|
637
|
-
|
|
638
|
-
### Bug Fixes
|
|
639
|
-
|
|
640
|
-
- **charting:** add sanity checks to data ([25c7bb2](https://github.com/pie-framework/pie-lib/commit/25c7bb226cac10556950ace3feeba73d1966f0ba))
|
|
641
|
-
|
|
642
|
-
## [5.6.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.10...@pie-lib/charting@5.6.12) (2023-01-31)
|
|
643
|
-
|
|
644
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
645
|
-
|
|
646
|
-
## [5.6.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.9...@pie-lib/charting@5.6.10) (2023-01-31)
|
|
647
|
-
|
|
648
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
649
|
-
|
|
650
|
-
## [5.6.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.8...@pie-lib/charting@5.6.9) (2023-01-31)
|
|
651
|
-
|
|
652
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
653
|
-
|
|
654
|
-
## [5.6.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.7...@pie-lib/charting@5.6.8) (2023-01-31)
|
|
655
|
-
|
|
656
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
657
|
-
|
|
658
|
-
## [5.6.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.5...@pie-lib/charting@5.6.7) (2023-01-31)
|
|
659
|
-
|
|
660
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
661
|
-
|
|
662
|
-
## [5.6.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.3...@pie-lib/charting@5.6.5) (2023-01-31)
|
|
663
|
-
|
|
664
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
665
|
-
|
|
666
|
-
## [5.6.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.1...@pie-lib/charting@5.6.3) (2023-01-31)
|
|
667
|
-
|
|
668
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
669
|
-
|
|
670
|
-
## [5.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.0...@pie-lib/charting@5.6.1) (2023-01-16)
|
|
671
|
-
|
|
672
|
-
### Bug Fixes
|
|
673
|
-
|
|
674
|
-
- sanity check DNA-16247 ([9213ff4](https://github.com/pie-framework/pie-lib/commit/9213ff48d24f6492a5f7ea2ad61d059c09cbf090))
|
|
675
|
-
|
|
676
|
-
# [5.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.5.1...@pie-lib/charting@5.6.0) (2023-01-16)
|
|
677
|
-
|
|
678
|
-
### Features
|
|
679
|
-
|
|
680
|
-
- added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
|
|
681
|
-
|
|
682
|
-
## [5.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.5.0...@pie-lib/charting@5.5.1) (2023-01-03)
|
|
683
|
-
|
|
684
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
685
|
-
|
|
686
|
-
# [5.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.4.2...@pie-lib/charting@5.5.0) (2022-12-19)
|
|
687
|
-
|
|
688
|
-
### Features
|
|
689
|
-
|
|
690
|
-
- **charting:** add color scheme for charting bars ([0e3cb02](https://github.com/pie-framework/pie-lib/commit/0e3cb021e646efebf84111ec9a1016495e6a4a39))
|
|
691
|
-
- **charting:** update snapshots ([1e61ad2](https://github.com/pie-framework/pie-lib/commit/1e61ad27b8b78842cd56b4bdb8ce1215760f2d35))
|
|
692
|
-
- **charting:** use colors for bars only in histogram chart type ([d7bef94](https://github.com/pie-framework/pie-lib/commit/d7bef947996282270f6343afd2d332f73ef64e31))
|
|
693
|
-
|
|
694
|
-
## [5.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.4.1...@pie-lib/charting@5.4.2) (2022-12-06)
|
|
695
|
-
|
|
696
|
-
### Bug Fixes
|
|
697
|
-
|
|
698
|
-
- **charting:** add sanity check for correctResponse data ([9f6ccd3](https://github.com/pie-framework/pie-lib/commit/9f6ccd39e8bae29c0a3efe6f5149942a0577c5d7))
|
|
699
|
-
|
|
700
|
-
## [5.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.4.0...@pie-lib/charting@5.4.1) (2022-11-23)
|
|
701
|
-
|
|
702
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
703
|
-
|
|
704
|
-
# [5.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.3.1...@pie-lib/charting@5.4.0) (2022-11-14)
|
|
705
|
-
|
|
706
|
-
### Features
|
|
707
|
-
|
|
708
|
-
- **charting:** add error message for empty category labels and non unique category labels ([8daa572](https://github.com/pie-framework/pie-lib/commit/8daa572b3f04b8b097f937cfb28ba527b6ea51f1))
|
|
709
|
-
- **charting:** rename chart types ([01bbcaa](https://github.com/pie-framework/pie-lib/commit/01bbcaad7702c2a2ddcc3c225a76ca94cfeea702))
|
|
710
|
-
- **charting:** rename chart types ([316389b](https://github.com/pie-framework/pie-lib/commit/316389b5315de50518aa39d0de3dbee23cc9f53c))
|
|
711
|
-
- **charting:** validation for category labels ([9f190fa](https://github.com/pie-framework/pie-lib/commit/9f190fa3626135f14e28bd7ac3517939af1aaf7a))
|
|
712
|
-
|
|
713
|
-
## [5.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.3.0...@pie-lib/charting@5.3.1) (2022-10-31)
|
|
714
|
-
|
|
715
|
-
### Bug Fixes
|
|
716
|
-
|
|
717
|
-
- **charting:** add sanity checks for range and domain ([b30ea68](https://github.com/pie-framework/pie-lib/commit/b30ea68c586115c0a081d8d974f508bd9c11be2f))
|
|
718
|
-
|
|
719
|
-
# [5.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.2.1...@pie-lib/charting@5.3.0) (2022-10-17)
|
|
720
|
-
|
|
721
|
-
### Features
|
|
722
|
-
|
|
723
|
-
- **charting:** check configuration when changing chartType ([e3a0222](https://github.com/pie-framework/pie-lib/commit/e3a0222d4d2a2b2854d85f90114b1efffa2bc453))
|
|
724
|
-
|
|
725
|
-
## [5.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.2.0...@pie-lib/charting@5.2.1) (2022-09-29)
|
|
726
|
-
|
|
727
|
-
### Bug Fixes
|
|
728
|
-
|
|
729
|
-
- **charting:** fix left label position for define correct response and player chart ([4a50663](https://github.com/pie-framework/pie-lib/commit/4a5066351901cbe400180b1d19d9a54781eb726e))
|
|
730
|
-
- **charting:** make space for delete category buttons in define correct response and in player ([7c0f653](https://github.com/pie-framework/pie-lib/commit/7c0f6536f106099da9a9ab5a7328fed827841c5c))
|
|
731
|
-
|
|
732
|
-
# [5.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.8...@pie-lib/charting@5.2.0) (2022-09-28)
|
|
733
|
-
|
|
734
|
-
### Bug Fixes
|
|
735
|
-
|
|
736
|
-
- **charting:** arrange the position of the checkboxes labels, fix style amd arrangement ([c5f2f7a](https://github.com/pie-framework/pie-lib/commit/c5f2f7acf60898e77ecc0b47b190256537605c8e))
|
|
737
|
-
- **charting:** change position for checbox labels in order to fit without overlapping the checboxes ([98a56cb](https://github.com/pie-framework/pie-lib/commit/98a56cbae47c4bcadd0d4087d6b7df3c4d5d3e2e))
|
|
738
|
-
- **charting:** fix conflicts ([2b3da1b](https://github.com/pie-framework/pie-lib/commit/2b3da1b4b87a518b5c18daf6f6c57db1ccc1c536))
|
|
739
|
-
- **charting:** increase height for category draggable zone ([922e107](https://github.com/pie-framework/pie-lib/commit/922e107101981358647937c12133fef6b78a6ea9))
|
|
740
|
-
|
|
741
|
-
### Features
|
|
742
|
-
|
|
743
|
-
- **charting:** refactor ability to edit chart title and labels, fix style ([6edcdfb](https://github.com/pie-framework/pie-lib/commit/6edcdfbfbd83806a8487c29c42ae447b11850ac7))
|
|
744
|
-
- **charting:** try to set up labels for charting, work in progress ([c6cd049](https://github.com/pie-framework/pie-lib/commit/c6cd049723dadab329748511da2f6c4f1fa943db))
|
|
745
|
-
- **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))
|
|
746
|
-
|
|
747
|
-
## [5.1.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.7...@pie-lib/charting@5.1.8) (2022-09-12)
|
|
748
|
-
|
|
749
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
750
|
-
|
|
751
|
-
## [5.1.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.6...@pie-lib/charting@5.1.7) (2022-08-30)
|
|
752
|
-
|
|
753
|
-
### Bug Fixes
|
|
754
|
-
|
|
755
|
-
- **plot, charting, graphing:** adjusted side pixel guides, fixed graphing rendering issue, adjusted charting dimensions PD-1963 ([5043231](https://github.com/pie-framework/pie-lib/commit/5043231ba73a0aa475115fb5fe9af29e0e67a4b6))
|
|
756
|
-
|
|
757
|
-
## [5.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.5...@pie-lib/charting@5.1.6) (2022-08-29)
|
|
758
|
-
|
|
759
|
-
### Bug Fixes
|
|
760
|
-
|
|
761
|
-
- **charting:** override grey background in IBX for chart disabled labels ([be882d4](https://github.com/pie-framework/pie-lib/commit/be882d40b7ebf88531bfb546252221673fa74dab))
|
|
762
|
-
- do not change range on cancel ([1a7c990](https://github.com/pie-framework/pie-lib/commit/1a7c990a0ddf5d0b8c05aa68d6af324dd386b7d3))
|
|
763
|
-
|
|
764
|
-
## [5.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.4...@pie-lib/charting@5.1.5) (2022-08-15)
|
|
765
|
-
|
|
766
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
767
|
-
|
|
768
|
-
## [5.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.3...@pie-lib/charting@5.1.4) (2022-08-01)
|
|
769
|
-
|
|
770
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
771
|
-
|
|
772
|
-
## [5.1.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.2...@pie-lib/charting@5.1.3) (2022-08-01)
|
|
773
|
-
|
|
774
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
775
|
-
|
|
776
|
-
## [5.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.1...@pie-lib/charting@5.1.2) (2022-07-12)
|
|
777
|
-
|
|
778
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
779
|
-
|
|
780
|
-
## [5.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.1.0...@pie-lib/charting@5.1.1) (2022-07-12)
|
|
781
|
-
|
|
782
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
783
|
-
|
|
784
|
-
# [5.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.0.0...@pie-lib/charting@5.1.0) (2022-06-27)
|
|
785
|
-
|
|
786
|
-
### Features
|
|
787
|
-
|
|
788
|
-
- **charting:** add constraints on max value for charting setup panel ([595c301](https://github.com/pie-framework/pie-lib/commit/595c301c6b10caf1921aa25f38897729c56ed47c))
|
|
789
|
-
|
|
790
|
-
# [5.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.18...@pie-lib/charting@5.0.0) (2022-06-13)
|
|
791
|
-
|
|
792
|
-
### Bug Fixes
|
|
793
|
-
|
|
794
|
-
- updated shapshot ([4f4975d](https://github.com/pie-framework/pie-lib/commit/4f4975d9abd2c52365f7081e280d860149e7edd0))
|
|
795
|
-
|
|
796
|
-
### Features
|
|
797
|
-
|
|
798
|
-
- **charting:** remove editCategoryEnabled property checkbox and usage ([3181fc0](https://github.com/pie-framework/pie-lib/commit/3181fc02ea83e408af5d930d5e10a85a2ded3dd4))
|
|
799
|
-
- **charting:** remove editCategoryEnabled property checkbox and usage ([b72de39](https://github.com/pie-framework/pie-lib/commit/b72de39525c0f9c0439204e65b2a7d330bb9061d))
|
|
800
|
-
|
|
801
|
-
### BREAKING CHANGES
|
|
802
|
-
|
|
803
|
-
- **charting:** The editCategoryEnabled checkbox and property was removed.
|
|
804
|
-
Enabeled property will be used for each category.
|
|
805
|
-
- **charting:** The editCategoryEnabled propery has been removed
|
|
806
|
-
|
|
807
|
-
## [4.5.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.17...@pie-lib/charting@4.5.18) (2022-06-13)
|
|
808
|
-
|
|
809
|
-
### Bug Fixes
|
|
810
|
-
|
|
811
|
-
- revert possible breaking changes ([75acdf4](https://github.com/pie-framework/pie-lib/commit/75acdf4eb571694fc2069e7f7088ac25a7b3aceb))
|
|
812
|
-
|
|
813
|
-
## [4.5.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.16...@pie-lib/charting@4.5.17) (2022-06-13)
|
|
814
|
-
|
|
815
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
816
|
-
|
|
817
|
-
## [4.5.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.15...@pie-lib/charting@4.5.16) (2022-05-30)
|
|
818
|
-
|
|
819
|
-
### Bug Fixes
|
|
820
|
-
|
|
821
|
-
- unable to load items locally ([17ab686](https://github.com/pie-framework/pie-lib/commit/17ab6864557288aef6ec1d9a130cb508e2591562))
|
|
822
|
-
|
|
823
|
-
## [4.5.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.14...@pie-lib/charting@4.5.15) (2022-05-10)
|
|
824
|
-
|
|
825
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
826
|
-
|
|
827
|
-
## [4.5.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.13...@pie-lib/charting@4.5.14) (2022-03-21)
|
|
828
|
-
|
|
829
|
-
### Bug Fixes
|
|
830
|
-
|
|
831
|
-
- **charting:** Added custom modulo function to work with decimals PD-1645 ([70951ef](https://github.com/pie-framework/pie-lib/commit/70951ef055630f217094a42ec2d15282cf680c6b))
|
|
832
|
-
|
|
833
|
-
## [4.5.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.12...@pie-lib/charting@4.5.13) (2021-09-10)
|
|
834
|
-
|
|
835
|
-
### Bug Fixes
|
|
836
|
-
|
|
837
|
-
- **charting:** Displayed the entire rightmost category label when space available PD-531 ([4c96415](https://github.com/pie-framework/pie-lib/commit/4c96415))
|
|
838
|
-
|
|
839
|
-
## [4.5.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.11...@pie-lib/charting@4.5.12) (2021-09-08)
|
|
840
|
-
|
|
841
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
842
|
-
|
|
843
|
-
## [4.5.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.10...@pie-lib/charting@4.5.11) (2021-09-08)
|
|
844
|
-
|
|
845
|
-
### Bug Fixes
|
|
846
|
-
|
|
847
|
-
- **charting:** calculate step and labelStep if they are not defined or if tickLabels are crowded PD-1016 ([d215ea0](https://github.com/pie-framework/pie-lib/commit/d215ea0))
|
|
848
|
-
- **charting:** Updated label font size ([d7905e0](https://github.com/pie-framework/pie-lib/commit/d7905e0))
|
|
849
|
-
|
|
850
|
-
## [4.5.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.8...@pie-lib/charting@4.5.10) (2021-06-25)
|
|
851
|
-
|
|
852
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
853
|
-
|
|
854
|
-
## [4.5.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.7...@pie-lib/charting@4.5.8) (2021-06-25)
|
|
855
|
-
|
|
856
|
-
### Bug Fixes
|
|
857
|
-
|
|
858
|
-
- **charting:** Fixed the wrong horizontal position of a point on Line Dot - PD-31 ([7f58120](https://github.com/pie-framework/pie-lib/commit/7f58120))
|
|
859
|
-
- **charting:** override style to remove grey background behind labels in IBX PD-29 ([ee1a882](https://github.com/pie-framework/pie-lib/commit/ee1a882))
|
|
860
|
-
- **charting:** rotate category labels according to their length PD-537 ([a2f42fe](https://github.com/pie-framework/pie-lib/commit/a2f42fe))
|
|
861
|
-
- **charting:** Updated categories filtration - PD-535 ([a41cc00](https://github.com/pie-framework/pie-lib/commit/a41cc00))
|
|
862
|
-
|
|
863
|
-
## [4.5.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.6...@pie-lib/charting@4.5.7) (2021-04-06)
|
|
864
|
-
|
|
865
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
866
|
-
|
|
867
|
-
## [4.5.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.5...@pie-lib/charting@4.5.6) (2021-04-02)
|
|
868
|
-
|
|
869
|
-
### Bug Fixes
|
|
870
|
-
|
|
871
|
-
- **charting:** align chart labels when they are rotated PD-921 ([1baf5b2](https://github.com/pie-framework/pie-lib/commit/1baf5b2))
|
|
872
|
-
- **charting:** enlarge the height of the draggable target PD-43 ([3d1b7e8](https://github.com/pie-framework/pie-lib/commit/3d1b7e8))
|
|
873
|
-
- **charting:** Increased labels size - PD-533 ([9d9095c](https://github.com/pie-framework/pie-lib/commit/9d9095c))
|
|
874
|
-
|
|
875
|
-
## [4.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.4...@pie-lib/charting@4.5.5) (2021-03-15)
|
|
876
|
-
|
|
877
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
878
|
-
|
|
879
|
-
## [4.5.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.3...@pie-lib/charting@4.5.4) (2021-02-15)
|
|
880
|
-
|
|
881
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
882
|
-
|
|
883
|
-
## [4.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.1...@pie-lib/charting@4.5.3) (2021-02-15)
|
|
884
|
-
|
|
885
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
886
|
-
|
|
887
|
-
## [4.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.5.0...@pie-lib/charting@4.5.1) (2020-10-26)
|
|
888
|
-
|
|
889
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
890
|
-
|
|
891
|
-
# [4.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.4.0...@pie-lib/charting@4.5.0) (2020-10-26)
|
|
892
|
-
|
|
893
|
-
### Features
|
|
894
|
-
|
|
895
|
-
- **charting:** finalize color theme support ([b304cad](https://github.com/pie-framework/pie-lib/commit/b304cad))
|
|
896
|
-
|
|
897
|
-
# [4.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.3.1...@pie-lib/charting@4.4.0) (2020-10-15)
|
|
898
|
-
|
|
899
|
-
### Features
|
|
900
|
-
|
|
901
|
-
- **charting:** color theme support fixes ([e83f9bd](https://github.com/pie-framework/pie-lib/commit/e83f9bd))
|
|
902
|
-
|
|
903
|
-
## [4.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.3.0...@pie-lib/charting@4.3.1) (2020-10-08)
|
|
904
|
-
|
|
905
|
-
### Bug Fixes
|
|
906
|
-
|
|
907
|
-
- bad src import ([a2d16ab](https://github.com/pie-framework/pie-lib/commit/a2d16ab))
|
|
908
|
-
|
|
909
|
-
# [4.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.22...@pie-lib/charting@4.3.0) (2020-10-07)
|
|
910
|
-
|
|
911
|
-
### Features
|
|
912
|
-
|
|
913
|
-
- **charting:** add color theme support ([606d45e](https://github.com/pie-framework/pie-lib/commit/606d45e))
|
|
914
|
-
|
|
915
|
-
## [4.2.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.21...@pie-lib/charting@4.2.22) (2020-05-15)
|
|
916
|
-
|
|
917
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
918
|
-
|
|
919
|
-
## [4.2.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.20...@pie-lib/charting@4.2.21) (2020-04-14)
|
|
920
|
-
|
|
921
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
922
|
-
|
|
923
|
-
## [4.2.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.19...@pie-lib/charting@4.2.20) (2020-04-08)
|
|
924
|
-
|
|
925
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
926
|
-
|
|
927
|
-
## [4.2.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.18...@pie-lib/charting@4.2.19) (2020-03-31)
|
|
928
|
-
|
|
929
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
930
|
-
|
|
931
|
-
## [4.2.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.17...@pie-lib/charting@4.2.18) (2020-03-31)
|
|
932
|
-
|
|
933
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
934
|
-
|
|
935
|
-
## [4.2.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.16...@pie-lib/charting@4.2.17) (2020-03-31)
|
|
936
|
-
|
|
937
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
938
|
-
|
|
939
|
-
## [4.2.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.15...@pie-lib/charting@4.2.16) (2020-03-30)
|
|
940
|
-
|
|
941
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
942
|
-
|
|
943
|
-
## [4.2.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.14...@pie-lib/charting@4.2.15) (2020-03-30)
|
|
944
|
-
|
|
945
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
946
|
-
|
|
947
|
-
## [4.2.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.13...@pie-lib/charting@4.2.14) (2020-03-30)
|
|
948
|
-
|
|
949
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
950
|
-
|
|
951
|
-
## [4.2.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.12...@pie-lib/charting@4.2.13) (2020-03-30)
|
|
952
|
-
|
|
953
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
954
|
-
|
|
955
|
-
## [4.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.11...@pie-lib/charting@4.2.12) (2020-03-30)
|
|
956
|
-
|
|
957
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
958
|
-
|
|
959
|
-
## [4.2.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.10...@pie-lib/charting@4.2.11) (2020-03-30)
|
|
960
|
-
|
|
961
|
-
### Bug Fixes
|
|
962
|
-
|
|
963
|
-
- correct export syntax ([b7b6b57](https://github.com/pie-framework/pie-lib/commit/b7b6b57))
|
|
964
|
-
|
|
965
|
-
## [4.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.9...@pie-lib/charting@4.2.10) (2020-03-30)
|
|
966
|
-
|
|
967
|
-
### Bug Fixes
|
|
968
|
-
|
|
969
|
-
- add module prop to package.json ([0d81793](https://github.com/pie-framework/pie-lib/commit/0d81793))
|
|
970
|
-
|
|
971
|
-
## [4.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.8...@pie-lib/charting@4.2.9) (2020-03-18)
|
|
972
|
-
|
|
973
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
974
|
-
|
|
975
|
-
## [4.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.7...@pie-lib/charting@4.2.8) (2020-02-18)
|
|
976
|
-
|
|
977
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
978
|
-
|
|
979
|
-
## [4.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.6...@pie-lib/charting@4.2.7) (2020-02-11)
|
|
980
|
-
|
|
981
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
982
|
-
|
|
983
|
-
## [4.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.5...@pie-lib/charting@4.2.6) (2019-12-10)
|
|
984
|
-
|
|
985
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
986
|
-
|
|
987
|
-
## [4.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.4...@pie-lib/charting@4.2.5) (2019-12-10)
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
- raised up in ch5875: Added sanity checks for `size` property. ([82b2352](https://github.com/pie-framework/pie-lib/commit/82b2352))
|
|
992
|
-
|
|
993
|
-
## [4.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.3...@pie-lib/charting@4.2.4) (2019-08-27)
|
|
994
|
-
|
|
995
|
-
### Bug Fixes
|
|
996
|
-
|
|
997
|
-
- add missing dep ([68170c5](https://github.com/pie-framework/pie-lib/commit/68170c5))
|
|
998
|
-
|
|
999
|
-
## [4.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.2...@pie-lib/charting@4.2.3) (2019-08-21)
|
|
1000
|
-
|
|
1001
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1002
|
-
|
|
1003
|
-
## [4.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.1...@pie-lib/charting@4.2.2) (2019-08-16)
|
|
1004
|
-
|
|
1005
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1006
|
-
|
|
1007
|
-
## [4.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.2.0...@pie-lib/charting@4.2.1) (2019-08-12)
|
|
1008
|
-
|
|
1009
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1010
|
-
|
|
1011
|
-
# [4.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.6...@pie-lib/charting@4.2.0) (2019-08-05)
|
|
1012
|
-
|
|
1013
|
-
### Features
|
|
1014
|
-
|
|
1015
|
-
- **charting:** Add/remove categories, edit categories, interactive category, calculate step if it is not defined. ([48520a7](https://github.com/pie-framework/pie-lib/commit/48520a7))
|
|
1016
|
-
- **charting:** Added Dot Plot chart type and Line Plot chart type. (WIP) ([b9cafc3](https://github.com/pie-framework/pie-lib/commit/b9cafc3))
|
|
1017
|
-
- **charting:** added Line with Crosses Chart Type. Add rotation on categories name if they do not fit. Fixed issue with editing category name. ([ae58893](https://github.com/pie-framework/pie-lib/commit/ae58893))
|
|
1018
|
-
- Added interactive (user can drag to change category value) and deletable (delete category) properties. ([b3b5377](https://github.com/pie-framework/pie-lib/commit/b3b5377))
|
|
1019
|
-
- **charting:** Completed Bar chart type, added Histogram chart type and added Line chart type. (WIP) ([271b173](https://github.com/pie-framework/pie-lib/commit/271b173))
|
|
1020
|
-
|
|
1021
|
-
## [4.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.5...@pie-lib/charting@4.1.6) (2019-07-08)
|
|
1022
|
-
|
|
1023
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1024
|
-
|
|
1025
|
-
## [4.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.4...@pie-lib/charting@4.1.5) (2019-07-05)
|
|
1026
|
-
|
|
1027
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1028
|
-
|
|
1029
|
-
## [4.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.3...@pie-lib/charting@4.1.4) (2019-07-02)
|
|
1030
|
-
|
|
1031
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1032
|
-
|
|
1033
|
-
## [4.1.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.2...@pie-lib/charting@4.1.3) (2019-06-28)
|
|
1034
|
-
|
|
1035
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1036
|
-
|
|
1037
|
-
## [4.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.1...@pie-lib/charting@4.1.2) (2019-06-28)
|
|
1038
|
-
|
|
1039
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1040
|
-
|
|
1041
|
-
## [4.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.1.0...@pie-lib/charting@4.1.1) (2019-06-17)
|
|
1042
|
-
|
|
1043
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1044
|
-
|
|
1045
|
-
# [4.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.13...@pie-lib/charting@4.1.0) (2019-06-12)
|
|
1046
|
-
|
|
1047
|
-
### Features
|
|
1048
|
-
|
|
1049
|
-
- version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
|
|
1050
|
-
|
|
1051
|
-
## [4.0.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.12...@pie-lib/charting@4.0.13) (2019-03-15)
|
|
1052
|
-
|
|
1053
|
-
### Bug Fixes
|
|
1054
|
-
|
|
1055
|
-
- rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
|
|
1056
|
-
|
|
1057
|
-
## [4.0.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.11...@pie-lib/charting@4.0.12) (2019-03-14)
|
|
1058
|
-
|
|
1059
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1060
|
-
|
|
1061
|
-
## [4.0.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.10...@pie-lib/charting@4.0.11) (2019-03-14)
|
|
1062
|
-
|
|
1063
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1064
|
-
|
|
1065
|
-
## [4.0.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.9...@pie-lib/charting@4.0.10) (2019-03-14)
|
|
1066
|
-
|
|
1067
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1068
|
-
|
|
1069
|
-
## [4.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.8...@pie-lib/charting@4.0.9) (2019-03-14)
|
|
1070
|
-
|
|
1071
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1072
|
-
|
|
1073
|
-
## [4.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.7...@pie-lib/charting@4.0.8) (2019-03-13)
|
|
1074
|
-
|
|
1075
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1076
|
-
|
|
1077
|
-
## [4.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.6...@pie-lib/charting@4.0.7) (2019-03-13)
|
|
1078
|
-
|
|
1079
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1080
|
-
|
|
1081
|
-
## [4.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.5...@pie-lib/charting@4.0.6) (2019-03-13)
|
|
1082
|
-
|
|
1083
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1084
|
-
|
|
1085
|
-
## [4.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.3...@pie-lib/charting@4.0.5) (2019-02-17)
|
|
1086
|
-
|
|
1087
|
-
### Bug Fixes
|
|
1088
|
-
|
|
1089
|
-
- force version bump ([dd057a5](https://github.com/pie-framework/pie-lib/commit/dd057a5))
|
|
1090
|
-
|
|
1091
|
-
## [4.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.2...@pie-lib/charting@4.0.3) (2019-02-17)
|
|
1092
|
-
|
|
1093
|
-
**Note:** Version bump only for package @pie-lib/charting
|
|
1094
|
-
|
|
1095
|
-
## [4.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@4.0.0...@pie-lib/charting@4.0.2) (2019-01-30)
|
|
1096
|
-
|
|
1097
|
-
### Bug Fixes
|
|
1098
|
-
|
|
1099
|
-
- version bump ([d1624c8](https://github.com/pie-framework/pie-lib/commit/d1624c8))
|
|
1100
|
-
|
|
1101
|
-
# [4.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.5...@pie-lib/charting@4.0.0) (2019-01-30)
|
|
1102
|
-
|
|
1103
|
-
### Features
|
|
1104
|
-
|
|
1105
|
-
- charting re-write to fit our requirements. ([ca5cbf7](https://github.com/pie-framework/pie-lib/commit/ca5cbf7))
|
|
1106
|
-
|
|
1107
|
-
### BREAKING CHANGES
|
|
1108
|
-
|
|
1109
|
-
- This has a number of new components. The old components
|
|
1110
|
-
are gone.
|