@nova-ui/charts
Version:
Nova Charts is a library created to provide potential consumers with solutions for various data visualizations that conform with the Nova Design Language. It's designed to solve common patterns identified by UX designers, but also be very flexible so that
21 lines (20 loc) • 864 B
TypeScript
import { SvgMarker } from "./markers/svg-marker";
/** Default single-shade color sequence for charts */
export declare const CHART_PALETTE_CS1: string[];
/** Default two-shade color sequence for charts */
export declare const CHART_PALETTE_CS2: string[];
/** Default three-shade color sequence for charts */
export declare const CHART_PALETTE_CS3: string[];
/** @deprecated
* Will be removed in v.12
* https://jira.solarwinds.com/browse/NUI-4296?jql=text%20~%20%22v11%22
*
* Default status color sequence for charts */
export declare const CHART_PALETTE_CS_S: string[];
/** Extended status color sequence for charts
* It will substitute the default one above in v.12
* https://jira.solarwinds.com/browse/NUI-5367
*/
export declare const CHART_PALETTE_CS_S_EXTENDED: string[];
/** Default chart marker set */
export declare const CHART_MARKERS: SvgMarker[];