youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Min y-axis value of -1 for data series w/ zeroes for x-axis values #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Data series as follows: x-axis = timestamps, y-axis = value
2. Y-axis values are all zeroes
3. Y-axis options as follows:
yaxis: {min: 0, autoscaleMargin: 1, noTicks: 11, tickDecimals: 
0,tickFormatter:addCommas},

What is the expected output? What do you see instead?
Expected output: 
Minimum y-axis of 0

Instead: y-axis min value is -1, max is zero
What version of the product are you using? On what operating system?
Flotr 0.2.0, running on Linux CentOS 5.4 server, happens regardless of client 
OS (tested on Windows, Linux)

Thanks!

Original issue reported on code.google.com by mbbow...@gmail.com on 23 Aug 2010 at 4:26

GoogleCodeExporter commented 8 years ago
Did you try svn trunk? It has many bugfixes in it.  (actually, we should really 
make a new release soon)

Original comment by peter....@solide-ict.nl on 24 Aug 2010 at 10:35