jqplot Side by Side Stacked Bar Chart
问题 Is it possible to achieve a side by side stacked bar chart using jqplot? For example the X-Axis would be a given month and for each month you would have some number of stacked bars. Something like this: NOTE: I'm asking for something different that just a normal stacked chart. Please look at the picture to get a better understanding of what I'm trying to do. 回答1: yes, it is possible to do so. with reference from jqplot Source Code: $(document).ready(function(){ var s1 = [2, 6, 7, 10]; var s2