Hansz00 commented on a change in pull request #3:
URL: 
https://github.com/apache/incubator-echarts-handbook/pull/3#discussion_r463504716



##########
File path: contents/en/best-practice/chart-specificatio/bar/stacked-bar.md
##########
@@ -0,0 +1,21 @@
+# Stacked Bar Chart
+
+The stacked bar chart is an extension of the bar chart. The difference is that 
the data in the bar chart is placed parallel while stacked together in the 
stacked bar chart. You can use a stacked bar chart to reflect the total amount 
of each category, as well as the proportional relationship of each data 
compared with the category. Therefore, it is very suitable for dealing with the 
relationship between part and whole.
+
+Compared with the pie chart, a stacked bar chart can display several groups of 
"part and whole" relationship. For instance, you can use a pie or bar chart to 
display the statistics of the number of people in each project in a physical 
education course. You can use a stacked bar chart when you want to distinguish 
boys and girls in each project. As shown in the chart, it included the info of 
the "part and whole" relationship of each group.
+
+<iframe max-width="830" width="100%" height="400" 
+ src="https://gallery.echartsjs.com/view-lite.html?cid=xBk7oUNwEz";>
+</iframe>
+
+## Suggestion Using Stacked Bar Chart

Review comment:
       I'll change rest of the title together.




----------------------------------------------------------------
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



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

Reply via email to