UNPKG

@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

13 lines (12 loc) 642 B
import { IMarkerInteractionConfig } from "./types"; import { IRendererConfig } from "../core/common/types"; /** Renderer configuration for the thresholds on a chart */ export declare const THRESHOLDS_MAIN_CHART_RENDERER_CONFIG: IRendererConfig; /** Renderer configuration for a thresholds summary chart */ export declare const THRESHOLDS_SUMMARY_RENDERER_CONFIG: IRendererConfig; /** Default configuration for marker interaction */ export declare const DEFAULT_MARKER_INTERACTION_CONFIG: IMarkerInteractionConfig; /** * Class name for gauge threshold markers */ export declare const GAUGE_THRESHOLD_MARKER_CLASS = "gauge-threshold-marker";