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

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.
@@ -1177,12 +1177,70 @@ export namespace Tension {
1177
1177
  }
1178
1178
  export { args_43 as args };
1179
1179
  }
1180
- export function TestCustomLinePointsLogic(args: any): import("react/jsx-runtime").JSX.Element;
1181
- export namespace TestCustomLinePointsLogic {
1180
+ export function SeparateTensionsForDSs(args: any): import("react/jsx-runtime").JSX.Element;
1181
+ export namespace SeparateTensionsForDSs {
1182
1182
  export namespace args_44 {
1183
1183
  export namespace chart_42 {
1184
+ export namespace options_36 {
1185
+ export namespace graph_4 {
1186
+ let lineTension_1: number;
1187
+ export { lineTension_1 as lineTension };
1188
+ }
1189
+ export { graph_4 as graph };
1190
+ export namespace additionalAxesOptions_6 {
1191
+ export namespace range_3 {
1192
+ export namespace x_8 {
1193
+ let min_5: number;
1194
+ export { min_5 as min };
1195
+ let max_5: number;
1196
+ export { max_5 as max };
1197
+ }
1198
+ export { x_8 as x };
1199
+ export namespace y_7 {
1200
+ let min_6: number;
1201
+ export { min_6 as min };
1202
+ let max_6: number;
1203
+ export { max_6 as max };
1204
+ }
1205
+ export { y_7 as y };
1206
+ }
1207
+ export { range_3 as range };
1208
+ }
1209
+ export { additionalAxesOptions_6 as additionalAxesOptions };
1210
+ }
1211
+ export { options_36 as options };
1184
1212
  export namespace data_23 {
1185
1213
  let datasets_23: ({
1214
+ label: string;
1215
+ showPoints: boolean;
1216
+ data: {
1217
+ x: number;
1218
+ y: number;
1219
+ }[];
1220
+ lineTension?: undefined;
1221
+ } | {
1222
+ label: string;
1223
+ showPoints: boolean;
1224
+ lineTension: number;
1225
+ data: {
1226
+ x: number;
1227
+ y: number;
1228
+ }[];
1229
+ })[];
1230
+ export { datasets_23 as datasets };
1231
+ }
1232
+ export { data_23 as data };
1233
+ }
1234
+ export { chart_42 as chart };
1235
+ }
1236
+ export { args_44 as args };
1237
+ }
1238
+ export function TestCustomLinePointsLogic(args: any): import("react/jsx-runtime").JSX.Element;
1239
+ export namespace TestCustomLinePointsLogic {
1240
+ export namespace args_45 {
1241
+ export namespace chart_43 {
1242
+ export namespace data_24 {
1243
+ let datasets_24: ({
1186
1244
  label: string;
1187
1245
  data: {
1188
1246
  x: number;
@@ -1215,13 +1273,13 @@ export namespace TestCustomLinePointsLogic {
1215
1273
  y: number;
1216
1274
  }[];
1217
1275
  })[];
1218
- export { datasets_23 as datasets };
1276
+ export { datasets_24 as datasets };
1219
1277
  }
1220
- export { data_23 as data };
1278
+ export { data_24 as data };
1221
1279
  }
1222
- export { chart_42 as chart };
1280
+ export { chart_43 as chart };
1223
1281
  }
1224
- export { args_44 as args };
1282
+ export { args_45 as args };
1225
1283
  }
1226
1284
  export function ManageAnnotationExternally(): import("react/jsx-runtime").JSX.Element;
1227
1285
  export function FilterAnnotationWhenLegendClick(): import("react/jsx-runtime").JSX.Element;
@@ -1230,9 +1288,9 @@ export function SimilarValuesWithAnnotation(): import("react/jsx-runtime").JSX.E
1230
1288
  export function HideSpecificDatasetAndAnnotation(): import("react/jsx-runtime").JSX.Element;
1231
1289
  export function DragAnnotations(args: any): import("react/jsx-runtime").JSX.Element;
1232
1290
  export namespace DragAnnotations {
1233
- export namespace args_45 {
1234
- export namespace chart_43 {
1235
- export namespace options_36 {
1291
+ export namespace args_46 {
1292
+ export namespace chart_44 {
1293
+ export namespace options_37 {
1236
1294
  export namespace chartOptions {
1237
1295
  let enableDragAnnotation: boolean;
1238
1296
  }
@@ -1490,11 +1548,11 @@ export namespace DragAnnotations {
1490
1548
  }
1491
1549
  export { annotations_5 as annotations };
1492
1550
  }
1493
- export { options_36 as options };
1551
+ export { options_37 as options };
1494
1552
  }
1495
- export { chart_43 as chart };
1553
+ export { chart_44 as chart };
1496
1554
  }
1497
- export { args_45 as args };
1555
+ export { args_46 as args };
1498
1556
  }
1499
1557
  import { LineChart } from './line-chart';
1500
1558
  declare namespace basicChart { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.7.0",
3
+ "version": "4.7.1-beta-1",
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": {