-
Is it possible to add a Volume to the chart and how to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
timocov
Dec 2, 2020
Replies: 1 comment 4 replies
-
Yes, it is possible.
See example https://jsfiddle.net/TradingView/cnbamtuh/. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
timocov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is possible.
lightweight-charts
knows nothing about what exactly you display in the chart, thus you can't show volume via addingvolume
field to the series' data. But you can create Histogram series and put volume's data to it.See example https://jsfiddle.net/TradingView/cnbamtuh/.