@oliasoft-open-source/charts-library 3.7.4 → 3.7.5

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.
@@ -1117,6 +1117,34 @@ export namespace EmptyDS {
1117
1117
  }
1118
1118
  export { args_41 as args };
1119
1119
  }
1120
+ export function Tension(args: any): import("react/jsx-runtime").JSX.Element;
1121
+ export namespace Tension {
1122
+ export namespace args_42 {
1123
+ export namespace chart_40 {
1124
+ export namespace options_34 {
1125
+ export namespace graph_3 {
1126
+ const lineTension: number;
1127
+ }
1128
+ export { graph_3 as graph };
1129
+ }
1130
+ export { options_34 as options };
1131
+ export namespace data_22 {
1132
+ const datasets_22: {
1133
+ label: string;
1134
+ showPoints: boolean;
1135
+ data: {
1136
+ x: number;
1137
+ y: number;
1138
+ }[];
1139
+ }[];
1140
+ export { datasets_22 as datasets };
1141
+ }
1142
+ export { data_22 as data };
1143
+ }
1144
+ export { chart_40 as chart };
1145
+ }
1146
+ export { args_42 as args };
1147
+ }
1120
1148
  import { LineChart } from './line-chart';
1121
1149
  declare namespace basicChart { }
1122
1150
  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": "3.7.4",
3
+ "version": "3.7.5",
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": {