flutter-candlesticks icon indicating copy to clipboard operation
flutter-candlesticks copied to clipboard

Is it possible that this plugin can function in flutter without using "volumeTo" parameter?

Open MobilyteApps opened this issue 5 years ago • 1 comments

I want to create candle stick graph in my flutter application but i dont have volume to parameter available in the API. I have tried implementing it without having "volumeTo" parameter but it didnt work for me. So can you please help me out with this issue in order to use candle stick graph without "VolumeTo" parameter.

MobilyteApps avatar Apr 18 '19 20:04 MobilyteApps

You should just be able to set volumeProp to 0 and then just feed it 0 for all the volume data.

trentpiercy avatar Apr 18 '19 20:04 trentpiercy