@oliasoft-open-source/charts-library 5.9.0-beta-8 → 5.9.0-beta-9

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/index.d.ts CHANGED
@@ -32,9 +32,7 @@ export declare const BarChart: (props: IBarChartProps) => JSX_2.Element;
32
32
 
33
33
  export declare enum ChartDirection {
34
34
  VERTICAL = "vertical",
35
- HORIZONTAL = "horizontal",
36
- Vertical = "vertical",
37
- Horizontal = "horizontal"
35
+ HORIZONTAL = "horizontal"
38
36
  }
39
37
 
40
38
  export declare enum ChartHoverMode {
@@ -45,11 +43,7 @@ export declare enum ChartType {
45
43
  LINE = "line",
46
44
  BAR = "bar",
47
45
  PIE = "pie",
48
- SCATTER = "scatter",
49
- Line = "line",
50
- Bar = "bar",
51
- Pie = "pie",
52
- Scatter = "scatter"
46
+ SCATTER = "scatter"
53
47
  }
54
48
 
55
49
  export declare const COLORS: string[];
package/dist/index.js CHANGED
@@ -18683,10 +18683,6 @@ var ChartType = /* @__PURE__ */ function(ChartType) {
18683
18683
  ChartType["BAR"] = "bar";
18684
18684
  ChartType["PIE"] = "pie";
18685
18685
  ChartType["SCATTER"] = "scatter";
18686
- ChartType["Line"] = "line";
18687
- ChartType["Bar"] = "bar";
18688
- ChartType["Pie"] = "pie";
18689
- ChartType["Scatter"] = "scatter";
18690
18686
  return ChartType;
18691
18687
  }({});
18692
18688
  var CursorStyle = /* @__PURE__ */ function(CursorStyle) {
@@ -18707,8 +18703,6 @@ var ScaleType = /* @__PURE__ */ function(ScaleType) {
18707
18703
  var ChartDirection = /* @__PURE__ */ function(ChartDirection) {
18708
18704
  ChartDirection["VERTICAL"] = "vertical";
18709
18705
  ChartDirection["HORIZONTAL"] = "horizontal";
18710
- ChartDirection["Vertical"] = "vertical";
18711
- ChartDirection["Horizontal"] = "horizontal";
18712
18706
  return ChartDirection;
18713
18707
  }({});
18714
18708
  var TooltipLabel = /* @__PURE__ */ function(TooltipLabel) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "5.9.0-beta-8",
3
+ "version": "5.9.0-beta-9",
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": {