I am facing alignment issue in GWT HighCharts ,below is the link to my chart, any idea why every thing is a bit unaligned like the columns and symbols
means column bars shouldn't appear ON the vertical lines
public Chart createChart() {
btnChart.setEnabled(false);
final Chart chart = new Chart()
.setBorderColor("#C7D5D5")
.setBorderWidth(3)
.setBorderRadius(0)
I am facing alignment issue in GWT HighCharts ,below is the link to my chart, any idea why every thing is a bit unaligned like the columns and symbols
means column bars shouldn't appear ON the vertical lines
http://kic-charting.appspot.com/
below is my code :
public Chart createChart() {
btnChart.setEnabled(false);
final Chart chart = new Chart()
.setBorderColor("#C7D5D5")
.setBorderWidth(3)
.setBorderRadius(0)
}
private long getTime(String date) {
return dateTimeFormat.parse(date).getTime();
}
static final DateTimeFormat dateTimeFormat = DateTimeFormat
.getFormat("yyyy-MM-dd HH");
thanks
Last edit: junaidp 2012-02-07