SupportedBarChartDataTypes type
Set of supported types for the data used with the bar chart data visualization.
export type SupportedBarChartDataTypes = [string, number, Date];
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Set of supported types for the data used with the bar chart data visualization.
export type SupportedBarChartDataTypes = [string, number, Date];