I have this data:
Array
(
[firefox 3.0] => 2
[chrome 24.0] => 1
[ie 9.0] => 2
[ie 10.0] => 1
)
Question: How to add series to achieve wanted chart?
My try:
JsFiddle: http://jsfiddle.net/fVrbQ
I want to have stacked chart like this: