dongkang1993 opened a new issue #11039: 柱状图每个分组中的柱子代表的名称都不一样怎么解决
URL: https://github.com/apache/incubator-echarts/issues/11039
 
 
   1.现在有分类香烟(子类为A,B),名酒(子类C、D),这样的情况下,X轴是作类别的显示
   2.数据格式:`[{
   type:'香烟',
   data:[{
   some:'A',
   value:12
   },{
   some:'B',
   value:12
   }]
   },{
   type:'九',
   data:[{
   some:'C',
   value:12
   },{
   some:'D',
   value:12
   }]
   }]`
   3.怎么配置展示分组柱状图???

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to