@ambuj.bhaskar/react-component-library 0.28.7-alpha → 0.28.9-alpha

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 CHANGED
@@ -686,6 +686,7 @@ export declare type ChartProps = {
686
686
  backgroundColor?: Color;
687
687
  className?: string;
688
688
  colors?: Color[];
689
+ displayExternalLegend?: boolean;
689
690
  };
690
691
 
691
692
  declare type ChartType = "line" | "bar" | "doughnut" | "pie";