@oliasoft-open-source/charts-library 4.7.5 → 4.7.6

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.
@@ -34,6 +34,7 @@ export declare const useBarChartOptions: ({ chart, chartRef, }: IUseBarChartOpti
34
34
  tooltip: Record<string, any>;
35
35
  legend: {
36
36
  display: boolean;
37
+ events: never[];
37
38
  position: any;
38
39
  align: "end" | "start" | "center";
39
40
  labels: {
@@ -62,6 +62,7 @@ export declare const useScatterChartConfig: (chart: IScatterChartDefaultProps, c
62
62
  plugins: {
63
63
  legend: {
64
64
  display: boolean;
65
+ events: never[];
65
66
  position: any;
66
67
  align: "end" | "start" | "center";
67
68
  labels: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.7.5",
3
+ "version": "4.7.6",
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": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@fontsource/noto-sans": "^5.0.18",
47
- "chart.js": "^4.4.6",
47
+ "chart.js": "^4.4.7",
48
48
  "chartjs-plugin-annotation": "^3.1.0",
49
49
  "chartjs-plugin-datalabels": "^2.2.0",
50
50
  "chartjs-plugin-dragdata": "2.2.5",
@@ -52,7 +52,7 @@
52
52
  "fast-deep-equal": "^3.1.3",
53
53
  "html-to-image": "^1.11.11",
54
54
  "react-base64-downloader": "^2.1.7",
55
- "react-chartjs-2": "^5.2.0",
55
+ "react-chartjs-2": "^5.3.0",
56
56
  "react-dnd": "^16.0.1",
57
57
  "react-dnd-html5-backend": "^16.0.1",
58
58
  "react-icons": "^4",