@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.
@@ -39,6 +39,7 @@ export interface ICommonAnnotationElement {
39
39
  }
40
40
  export interface ICommonAnnotationsData {
41
41
  display?: boolean;
42
+ hideLegend?: boolean;
42
43
  adjustScaleRange: boolean;
43
44
  annotationAxis: 'x' | 'y';
44
45
  color: string;
@@ -41,6 +41,7 @@ declare const getAnnotation: ({ showAnnotations, annotationsData, }: IGetAnnotat
41
41
  }, { chart, }: {
42
42
  chart: Chart;
43
43
  }) => void;
44
+ hideLegend?: boolean | undefined;
44
45
  annotationAxis: "x" | "y";
45
46
  color: string;
46
47
  endValue: number;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
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": {