开发者

Creating a stacked columnchart (Visualisation API)

开发者 https://www.devze.com 2023-01-18 04:58 出处:网络
I wish to create a stacked column chart, and isStacked(true) is only half the story. How do I make the columns \"stacked\"? eg: I have a bar of countries, and each bar is divided into the number of in

I wish to create a stacked column chart, and isStacked(true) is only half the story. How do I make the columns "stacked"? eg: I have a bar of countries, and each bar is divided into the number of industries it has.

I looked at all the AbstractDataType options, but wasnt able to f开发者_如何学编程ind anything. What am I missing?

Thanks.


I got it. It was simple, just had to add more columns, for a given row. The data in the columns for a given row, creates stacking.

0

精彩评论

暂无评论...
验证码 换一张
取 消