I am trying to use negative values with vert bars; I have tried adding the minaxis="-150" to the code but still get issues with the chart plotting correctly as all values start at -150 instead of 0.
Code used in my chart provided below.
[easychart type="vertbar" height="200" width="250" title="Pin Bar Trading Signals - Pips" minaxis="-150" groupnames="Weekly Pips" valuenames="1/9,8/9,15/9,22/9,29/9,6/10,13/10,20/10" group1values="449,355,358,192,427,-150,0" ]
Link to chart
http://www.littlefishfx.com/automated-trading/account-performance/Is there a way to fix this so that values start from 0?