@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
10 lines (9 loc) • 328 B
TypeScript
import { Atom } from "@nova-ui/bits/sdk/atoms";
export declare class RichLegendTileAtom extends Atom {
static CSS_CLASS: string;
getValue(): Promise<string>;
getUnitLabel(): Promise<string>;
isMarkerVisible(): Promise<boolean>;
isIconVisible(): Promise<boolean>;
getBackgroundColor(): Promise<string>;
}