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

8 lines (7 loc) 215 B
import { XYGridConfig } from "./xy-grid-config"; /** * Pre-defined XYGridConfig for conforming an area chart to Nova UX standards */ export declare class AreaGridConfig extends XYGridConfig { constructor(); }