I'm using a vertical flot bar chart to display some users and two datasets for each user. Now I'm trying to make the chart horizontal but I can't seem to figure out how to put it together.
I have created a fiddle of the working vertical chart and simplified the data sets. https://jsfiddle.net/3oqu8Lzp/1/ I have tried setting
horizontal: true
on the bars and changing order in the datasets with no luck.
Any advice much appreciated.