@oliasoft-open-source/charts-library 3.4.10 → 3.4.12-beta-1

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.
@@ -2,7 +2,6 @@ export declare const DEFAULT_POINT_RADIUS = 2;
2
2
  export declare const DEFAULT_HOVER_RADIUS = 5;
3
3
  export declare const DEFAULT_BORDER_WIDTH = 1;
4
4
  export declare const BORDER_JOIN_STYLE = "round";
5
- export declare const DEFAULT_LINE_POINT_RADIUS = 0;
6
5
  export declare const DEFAULT_BACKGROUND_COLOR = "transparent";
7
6
  export declare const ZOOM_BOX_BACKGROUND_COLOR = "rgba(0, 0, 0, 0.1)";
8
7
  export declare const DOUBLE_CLICK = "dblclick";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.4.10",
3
+ "version": "3.4.12-beta-1",
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
  "bugs": {