@oliasoft-open-source/charts-library 4.7.1-beta-1 → 4.7.2

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.
@@ -1554,6 +1554,52 @@ export namespace DragAnnotations {
1554
1554
  }
1555
1555
  export { args_46 as args };
1556
1556
  }
1557
+ export function ChartFillerPlugin(args: any): import("react/jsx-runtime").JSX.Element;
1558
+ export namespace ChartFillerPlugin {
1559
+ export namespace args_47 {
1560
+ export namespace chart_45 {
1561
+ export namespace options_38 {
1562
+ export namespace additionalAxesOptions_7 {
1563
+ export namespace range_4 {
1564
+ export namespace x_9 {
1565
+ let min_7: number;
1566
+ export { min_7 as min };
1567
+ let max_7: number;
1568
+ export { max_7 as max };
1569
+ }
1570
+ export { x_9 as x };
1571
+ export namespace y_8 {
1572
+ let min_8: number;
1573
+ export { min_8 as min };
1574
+ let max_8: number;
1575
+ export { max_8 as max };
1576
+ }
1577
+ export { y_8 as y };
1578
+ }
1579
+ export { range_4 as range };
1580
+ }
1581
+ export { additionalAxesOptions_7 as additionalAxesOptions };
1582
+ }
1583
+ export { options_38 as options };
1584
+ export namespace data_25 {
1585
+ let datasets_25: {
1586
+ label: string;
1587
+ showPoints: boolean;
1588
+ backgroundColor: string;
1589
+ fill: string;
1590
+ data: {
1591
+ x: number;
1592
+ y: number;
1593
+ }[];
1594
+ }[];
1595
+ export { datasets_25 as datasets };
1596
+ }
1597
+ export { data_25 as data };
1598
+ }
1599
+ export { chart_45 as chart };
1600
+ }
1601
+ export { args_47 as args };
1602
+ }
1557
1603
  import { LineChart } from './line-chart';
1558
1604
  declare namespace basicChart { }
1559
1605
  declare const customLegendContainerID: "custom-legend-container";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.7.1-beta-1",
3
+ "version": "4.7.2",
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": {
@@ -59,8 +59,8 @@
59
59
  "react-use": "^17.4.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@oliasoft-open-source/react-ui-library": "^4.16.0",
63
- "@oliasoft-open-source/units": "^4.2.1",
62
+ "@oliasoft-open-source/react-ui-library": "^4.18.3",
63
+ "@oliasoft-open-source/units": "^4.2.2",
64
64
  "@storybook/addon-actions": "^7.0.18",
65
65
  "@storybook/addon-docs": "^7.0.18",
66
66
  "@storybook/addon-mdx-gfm": "^7.0.23",
@@ -109,8 +109,8 @@
109
109
  "vitest": "^2.1.4"
110
110
  },
111
111
  "peerDependencies": {
112
- "@oliasoft-open-source/react-ui-library": "^4.16.0",
113
- "@oliasoft-open-source/units": "^4.2.1",
112
+ "@oliasoft-open-source/react-ui-library": "^4.18.3",
113
+ "@oliasoft-open-source/units": "^4.2.2",
114
114
  "ajv": "^8.12.0",
115
115
  "ajv-errors": "^3.0.0",
116
116
  "ajv-keywords": "^5.1.0",