Home > @plotex/chart-def > ChartTypeString

ChartTypeString type#

Sets the type of chart to output.

Signature:
export declare type ChartTypeString = "line" | "bar" | "scatter" | "area" | "histogram" | "pie" | "donut" | "radialBar" | "bubble" | "heatmap" | "candlestick" | "radar";