Open deepakkanyan opened 7 months ago
In principle this is similar to these two plugin examples:
and the code for these examples is within this folder: https://github.com/tradingview/lightweight-charts/tree/master/plugin-examples
and finally some documentation on Plugins: https://tradingview.github.io/lightweight-charts/docs/plugins/intro
I have no knowledge of Typescript. Is there any direct way? Like I'm using Android wrapper for lightweight.
Currently plugins aren't supported with the Android wrapper library, and there isn't a built-in way to achieve that exact appearance without the usage of Plugins.
You could look into using the library without a wrapper (using WebViews).
I want this functionality below in image.
I am using android/Kotlin I am using tradingview-lightweightchart lib.