Văn Nam Phúc
Văn Nam Phúc
Sometimes it shows this, sometimes it does not (in my video, this modal is not displayed).
Looks like kline doesn't support in react-native platform. Currently I am using webview to display into the application.
I am also needing to do a similar function like this. If you find a solution can you guide me please. Thank you very much
Hello @StationSun I found a solution to this problem but it will have performance issues. First I will have to find the position of priceMark in yAxis. Here I use...
Any progress on your idea? @StationSun
> > But because of setState like that, it will be a bit sluggish when dragging the chart too fast. I think this is a pretty good approach. If possible,...
I just can put ```jsx transition: "top 0.5s", ``` To make animation smoothy a little bit @@