@oliasoft-open-source/charts-library 3.4.10-beta-2 → 3.4.10

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.
@@ -10,3 +10,5 @@ export declare const INIT_KEYS: {
10
10
  TRANSLATIONS: string;
11
11
  LANGUAGE_KEY: string;
12
12
  };
13
+ export declare const LOWER_BOUND = 0.0001;
14
+ export declare const UPPER_BOUND = 10000000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.4.10-beta-2",
3
+ "version": "3.4.10",
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": {