Add size support for bar chart like scatter.
See original GitHub issueOne-line summary [问题简述]
It would be better if we have callback function for barWidth so that we can configure different bar width for individual item on the basic of some other dimension like scatter plot.
Version & Environment [版本及环境]
- ECharts version [ECharts 版本]:
- Browser version [浏览器类型和版本]:
- OS Version [操作系统类型和版本]:
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
option = {
}
Other comments [其他信息]
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Add size support for bar chart like scatter. · Issue #8265 - GitHub
It would be better if we have callback function for barWidth so that we can configure different bar width for individual item on...
Read more >Present your data in a bubble chart - Microsoft Support
On the Insert tab, in the Charts group, click the arrow next to Scatter Charts. Select arrow next to Scatter Charts · To...
Read more >A Complete Guide to Scatter Plots - Chartio
Scatter plots are an essential type of data visualization that shows relationships between variables. Use this tutorial to learn how to use this...
Read more >Bar Charts | Google Developers
Stacked bar charts also support 100% stacking, where the stacks of elements at each domain-value are rescaled such that they add up to...
Read more >5.2 Bar chart - Statistique Canada
When developing bar charts manually, draw a vertical or horizontal bar for each category or value. The height or length of the bar...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hanfengcan there is nothing strange with bar having different widths. It would be better if echarts also add this support.
@hanfengcan, This is a real use case. You can check top BI tools like Tableau which have this functionality. With this functionality, you can compare different dimensions in a single chart.