I am facing alignment issue in GWT HighCharts , attached is my chart , any idea why every thing is a bit unaligned like the columns and symbols I am facing alignment issue in GWT HighCharts , attached is my chart , any idea why every thing is a bit unaligned like the column bars and weather symbols
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 , attached is my chart , any idea why every thing is a bit unaligned like the columns and symbols I am facing alignment issue in GWT HighCharts , attached is my chart , any idea why every thing is a bit unaligned like the column bars and weather symbols
}
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");