uykusuz opened a new issue #16201:
URL: https://github.com/apache/echarts/issues/16201
### What problem does this feature solve?
Hi guys,
I want to realize [this][1] using echarts. In particular:
* there's a line series
* there's a bar series at the right
That would be realized like this:
* bottom x-axis: `category`
* left y-axis: `value` (price)
* right y-axis: `category` (the categories from the bottom x-axis)
* top x-axis: `value` (a count)
I tried it with [this][2]. But that doesn't work, the bar is not displayed.
Am I doing something wrong or is this kind of thing not thought of so far?
[1]:
https://www.tradingview.com/support/solutions/43000502040-volume-profile/
[2]: https://jsfiddle.net/uykusuz/jL1kx3br/
### What does the proposed API look like?
Not sure, since I don't know what the exact problem is.
--
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]