gehringf commented on issue #15807:
URL: https://github.com/apache/echarts/issues/15807#issuecomment-938384796
> @gehringf Sorry for late reply.
>
> Does this work for you?
>
> ```js
> option = {
> xAxis: {
> type: 'category',
> data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
> },
> yAxis: {
> type: 'value'
> },
> series: [
> {
> data: [120, 200, 150, 80, 70, 110, 130],
> type: 'bar',
> label: {
> show: true,
> rotate: 90
> }
> }
> ]
> };
> ```
@Ovilia this produces something very different 🤔

I'm looking to have a vertical(y) time axis, with the bars taking up a
portion of that time (kinda like a gantt chart).
At some point I might have to add datazoom to it. I've gotten it to work for
a different chart where the time axis is on the xAxis, but I can't figure out
how to do it for this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]