VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] theme support charttype

Open xile611 opened this issue 7 months ago • 0 comments

What problem does this feature solve?

支持不同图表类型,指定不同的组件主题样式

What does the proposed API look like?

{
  chart: {
     bar?: ITheme;
     line?: ITheme;
  }
}

xile611 avatar Jul 19 '24 09:07 xile611