@orbcharts/plugins-basic 3.0.0-beta.12 → 3.0.0-beta.14

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.
@@ -11,3 +11,4 @@ export declare function makeD3Arc({ axisWidth, innerRadius, outerRadius, padAngl
11
11
  }): d3.Arc<any, d3.DefaultArcObject>;
12
12
  export declare const parseTickFormatValue: (value: any, tickFormat: string | ((text: d3.NumberValue) => string | d3.NumberValue)) => string;
13
13
  export declare const parseDateTickFormatValue: (value: any, tickFormat: string | ((text: d3.NumberValue) => string | d3.NumberValue)) => string;
14
+ export declare function isLightColor(color: string): boolean;