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) 346 B
/** * Default gauge label formatter name */ export declare const GAUGE_LABEL_FORMATTER_NAME_DEFAULT = "gauge-label"; /** * Gauge labels container class name */ export declare const GAUGE_LABELS_CONTAINER_CLASS = "gauge-labels"; /** * Gauge threshold label class name */ export declare const GAUGE_THRESHOLD_LABEL_CLASS = "threshold-label";