@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
12 lines • 325 B
TypeScript
import { ChartRenderFunction } from '../types';
/**
* Proportion chart configuration
*/
export interface ProportionChartConfig {
data: number;
}
/**
* Renders a circular proportion indicator
*/
export declare const renderProportionChart: ChartRenderFunction<ProportionChartConfig>;
//# sourceMappingURL=index.d.ts.map