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) 307 B
import { IBarRendererConfig } from "../types"; /** * Convenience function for generating a standard renderer configuration for a linear gauge * * @returns {IBarRendererConfig} Standard renderer configuration for a linear gauge */ export declare function linearGaugeRendererConfig(): IBarRendererConfig;