Open tricialimc opened 7 years ago
@tricialimc the horizontal bar chart is not currently officially supported. I know the x and y axis in flot is currently fixed by the charts plugin.
Do you want to share how you configured your example with flot? Have you used some specific flot plugin? That could help us to eventually add a such feature.
Thank you
Oh okay that makes sense. Thank you for the clarification!
I just included data-flot attributes within the table tag (using the jquery.flot.js files provided in WET prod files) : //<table class="wb-charts wb-charts-bar table" id="poll-table" data-flot='{"series": { "bars": { "horizontal": true } }}'>
I've played around with flot.js to customize my bar charts in order to transform the graph into a horizontal bar chart. The bars did successfully turn horizontally; however, the x and y axis seem to be fixed and some bars overlap each other due to a fixed height?
Is it possible to fully customize my vertical bar chart into a horizontal bar chart?