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) 222 B
import { XYGridConfig } from "./xy-grid-config"; /** * Pre-defined and conforming Nova UX standards configuration of XYGrid for bar chart */ export declare class BarGridConfig extends XYGridConfig { constructor(); }