Hi,
I have a spline area chart with dates (3 month period) as x-axis and numerical values as the y-axis. The values for the y-axis come from the database so we used logarithmicScale: true, so it will just adjust depending on the values returned. The problem is, there will be dates that the value is 0 and the points were not being plotted. The thing is if i set a maxValue and minValue = 0 (removed the settings for logarithmicScale), the dates with 0 are being plotted.
Is there any way that i can use logarithmicScale and minValue at the same time?
Thanks!
goooseman