Your cookie preferences were saved
This clustered bar graph is populated in exactly the same way as the "Stacked Bar" example. However, in this instance the category axis is provided with an array. The first element provides the axis values, the second the clusters within it.
helper.registerCustomFieldFn("DOUBLEBAR", "initChart", function(chart) { chart.addCategoryAxis("x", ["Topping", "Person"]); chart.addMeasureAxis("y", "Amount"); chart.addSeries("Person", dimple.plot.bar); chart.addLegend(60, 10, 500, 20, "right");});
Share this page
Print