Hello Syam, nice work your doing here! I just found a bug, when trying to add a DataZoom to SOChart. The generated javascript has a missing comma as shown in the image i attached. This prevents the rendering of the chart. Could you please correct this?
Hi there, are we trying the same? :) - Did you take any further steps besides creating the DataZoom object and call “show()”. What about Positioning? Do you have a short Code snipped ?
Could be. I’m just trying out. And i simply found out, that adding the DataZoom to the chart, the chart was not rendered anymore. Checking the generated javascript code (setting a breakpoint in SOChart.customizeJSON()) i saw, that the syntax is not correct. After inserting the missing comma to the string in the debugger (in IntelljIDEA) the ‘Scrollbar’ of DataZoom suddenly appears in the chart…