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

9 lines (8 loc) 310 B
import { ILineRendererConfig } from "../types"; /** Standard line renderer config for visualizing missing data */ export declare class MissingDataLineRendererConfig implements ILineRendererConfig { strokeWidth: number; interactive: boolean; strokeStyle: string; useEnhancedLineCaps: boolean; }