@oliasoft-open-source/charts-library 4.1.8 → 4.1.9
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.
|
@@ -1202,6 +1202,7 @@ export function ManageAnnotationExternally(): import("react/jsx-runtime").JSX.El
|
|
|
1202
1202
|
export function FilterAnnotationWhenLegendClick(): import("react/jsx-runtime").JSX.Element;
|
|
1203
1203
|
export function GroupedDS(): import("react/jsx-runtime").JSX.Element;
|
|
1204
1204
|
export function SimilarValuesWithAnnotation(): import("react/jsx-runtime").JSX.Element;
|
|
1205
|
+
export function HideSpecificDatasetAndAnnotation(): import("react/jsx-runtime").JSX.Element;
|
|
1205
1206
|
import { LineChart } from './line-chart';
|
|
1206
1207
|
declare namespace basicChart { }
|
|
1207
1208
|
declare const customLegendContainerID: "custom-legend-container";
|
package/package.json
CHANGED