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

11 lines (10 loc) 350 B
import { BaseType } from "d3"; import { Selection } from "d3-selection"; import { ITextOverflowArgs } from "./types"; /** * Default handler for text overflow * * @param textSelection * @param args */ export declare function defaultTextOverflowHandler(textSelection: Selection<BaseType, unknown, null, undefined>, args: ITextOverflowArgs): void;