Incorrect rendering in dojox charting stacked column?
- by FokeyJoe
Hiya,
I seem to be having a problem with my dojo stackedcolumn whereby the scale of some of the bars is correct for some x-axis points, but not others. Here's my code (observe the northern ireland hydro should be 70, but only shows as around 30):
dojo.addOnLoad(function() {
var chart1 = new dojox.charting.Chart2D("sitesbycountry");
…