flutter-candlesticks
flutter-candlesticks copied to clipboard
Is it possible that this plugin can function in flutter without using "volumeTo" parameter?
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.
You should just be able to set volumeProp
to 0 and then just feed it 0 for all the volume data.