marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Attempting to create a graph with identical values for range causes no graph to be displayed #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a graph where each range (y-axis) value is identical. This should
simply display a horizontal line seeing as the value does not change.

2. Attempt to display this graph on a GWT page. If there are no other
datasets in the graph, no graph is displayed. 
If there are other datasets, then only the line of the graph is displayed
(missing labels and background grid etc.).

3. Change a single value in the range - the graph now displays correctly.

What version of the product are you using? On what operating system?
Chronoscope 0.85.1 with GWT 1.4.62.
Reproducible on IE 7 and Firefox 3.1 (and Chrome).

Original issue reported on code.google.com by touchfu...@gmail.com on 5 Sep 2008 at 1:49

GoogleCodeExporter commented 8 years ago
Definately a bad bug, thanks for the report.

Original comment by cromwell...@gmail.com on 11 Sep 2008 at 11:12

GoogleCodeExporter commented 8 years ago
Fixed. The range will now be +/- 1 ordinal leading digit.  A bunch of values 
123.45 will result in a range from 0 
to 200, a bunch of .00312 values will result in a range from .002 to .004

Original comment by cromwell...@gmail.com on 12 Sep 2008 at 11:18

GoogleCodeExporter commented 8 years ago
Only got a chance to check this now - and I'm glad to say it works correctly! 
Thanks
a lot!

Original comment by touchfu...@gmail.com on 19 Sep 2008 at 9:57