@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.
13 lines • 405 B
TypeScript
import { FunctionalComponent } from 'preact';
/**
* SingleLineChart Component
*
* Renders a simple line chart with a filled area below the line
* The chart automatically adjusts to the font size of its container
*
* @param data - Array of numeric values to display as a line chart
*/
export declare const SingleLine: FunctionalComponent<{
data: number[];
}>;
//# sourceMappingURL=index.d.ts.map