gslender / ofcgwt

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

axis range use Integer instead of Double #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hallo,
in OFChart I can create axis range "0.1 - 0.2". In OFCGWT there is integer.
Can you change method in AbstractAxis class:

public void setMax(Double max)
public Double getMax()
public void setRange(Double min, Double max, Double step)
public void setRange(Double min, Double max)
public Double getMin()
public void setMin(Double min)

and attribute:

private Double min;
private Double max;
private Double steps;

Thanks.
Pavel Navrkal

Original issue reported on code.google.com by navrkal....@gmail.com on 6 Dec 2008 at 9:58

GoogleCodeExporter commented 9 years ago
Changes have been made in SVN

Original comment by gslen...@gmail.com on 6 Dec 2008 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by gslen...@gmail.com on 9 Jan 2009 at 5:08