@oliasoft-open-source/charts-library 5.11.0-beta-1 → 5.11.0
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 +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1193,9 +1193,7 @@ export { }
|
|
|
1193
1193
|
|
|
1194
1194
|
declare module 'chart.js' {
|
|
1195
1195
|
interface PluginOptionsByType<TType extends ChartType> {
|
|
1196
|
-
|
|
1197
|
-
enabled?: boolean;
|
|
1198
|
-
} | TLineMarkersOptions;
|
|
1196
|
+
annotationDraggerPlugin?: AnnotationDraggerPluginOptions;
|
|
1199
1197
|
}
|
|
1200
1198
|
}
|
|
1201
1199
|
|
|
@@ -1211,6 +1209,8 @@ declare module 'chart.js' {
|
|
|
1211
1209
|
|
|
1212
1210
|
declare module 'chart.js' {
|
|
1213
1211
|
interface PluginOptionsByType<TType extends ChartType> {
|
|
1214
|
-
|
|
1212
|
+
lineMarkersPlugin?: {
|
|
1213
|
+
enabled?: boolean;
|
|
1214
|
+
} | TLineMarkersOptions;
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/charts-library",
|
|
3
|
-
"version": "5.11.0
|
|
3
|
+
"version": "5.11.0",
|
|
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": {
|