Ability to use image as bar chart
Each column could be constructed with a series of images. So for example if I wanted each bar to be made up of a column of little blue squares, I could specify the image to use and the chart would use that to construct each bar.
-
Jangla commented
Torstein - that is fantastic. Never thought of using the grid lines as the separator and then zIndex'ing them over the top of the chart. Thanks so much :)
-
You can do that without using images: http://jsfiddle.net/highcharts/WcLz9/
Please note that the gridZIndex option is not supported in the current release of Highcharts; the example uses the development branch for Highcharts 2.2.
-
Jangla commented
Thanks for the post Torstein but that's not really what I was getting at - apologies for my poor explanation. What I was trying to describe was something like the blue chart you can just see in the bottom right of this dribbble shot: http://dribbble.com/shots/334619-Menu-Dashboard-Akka-UI-UX
-