VChart
VChart copied to clipboard
[Feature] theme support charttype
What problem does this feature solve?
支持不同图表类型,指定不同的组件主题样式
What does the proposed API look like?
{
chart: {
bar?: ITheme;
line?: ITheme;
}
}