@oliasoft-open-source/charts-library 4.1.7 → 4.1.8-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.
|
@@ -1201,6 +1201,7 @@ export namespace TestCustomLinePointsLogic {
|
|
|
1201
1201
|
export function ManageAnnotationExternally(): import("react/jsx-runtime").JSX.Element;
|
|
1202
1202
|
export function FilterAnnotationWhenLegendClick(): import("react/jsx-runtime").JSX.Element;
|
|
1203
1203
|
export function GroupedDS(): import("react/jsx-runtime").JSX.Element;
|
|
1204
|
+
export function SimilarValuesWithAnnotation(): import("react/jsx-runtime").JSX.Element;
|
|
1204
1205
|
import { LineChart } from './line-chart';
|
|
1205
1206
|
declare namespace basicChart { }
|
|
1206
1207
|
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.1.
|
|
3
|
+
"version": "4.1.8-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": {
|