Reputation: 913
I am trying to build a vertical line chart, a chart where the X and Y axis are swapped, that would look similar to this one:
Currently, using @mui/x-charts
, it is only possible to do something similar using BarChart
with the property layout="horizontal"
, which would create a chart like the one on the documentation.
Have anyone managed to do the same, but for the Linechart
?
Upvotes: 0
Views: 27