@oliasoft-open-source/charts-library 4.7.0-beta-8 → 4.7.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.
@@ -1,5 +1,6 @@
1
1
  import { ICommonGradientColor } from '../../common/common.interface';
2
2
  export declare const BORDER_WIDTH: {
3
+ ZERO: number;
3
4
  INITIAL: number;
4
5
  HOVERED: number;
5
6
  POINT_HOVERED: number;
@@ -48,3 +48,4 @@ export declare const updateAnnotationPositionWithinBounds: (axis: DragAxis, newP
48
48
  width?: number;
49
49
  height?: number;
50
50
  }) => void;
51
+ export declare const setAnnotationBorderWidth: (chart: Chart, annotationId?: string, borderWidth?: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.7.0-beta-8",
3
+ "version": "4.7.0",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "resolutions": {