You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/04/27 14:50:02 UTC

[GitHub] Diamant024 opened a new issue #8241: Question about multidimensionality

Diamant024 opened a new issue #8241: Question about multidimensionality
URL: https://github.com/apache/incubator-echarts/issues/8241
 
 
   ### One-line summary [问题简述]
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: Any
   + OS Version [操作系统类型和版本]: Any
   
   I have data in next format:
   
   ```javascript
   [['Product', 'Year', 'Sales'],
   ['Matcha Latte', '2017', 24],
   ['Matcha Latte', '2018', 41],
   ['Milk Tea', '2016', 31],
   ['Milk Tea', '2017', 26],
   ['Milk Tea', '2018', 77]]
   
   ```
   
   As you see, there two dimensions and one measure. Can I visualizate it in Echarts using only one Series?

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


With regards,
Apache Git Services

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