读书人

FLEX外加柱状图(分层柱状图)

发布时间: 2012-11-23 22:54:33 作者: rapoo

FLEX叠加柱状图(分层柱状图)

一句话,设置type属性

"clustered": Values from different series are grouped by category. This is the default type.

"overlaid": Multiple values are rendered on top of one another by category, with the last series on top.

"stacked": Columns are stacked on top of each other and grouped by category. Each column represents the cumulative value of the columns beneath it.

"100%": Columns are stacked on top of each other, adding up to 100%. Each column represents the percent that it contributes to the sum of the values for that category?

读书人网 >flex

热点推荐