Illustration


 

Notes

  • Requirement: Two attributes and one metric.
  • Optional, chart and axis titles.

JavaScriptA language that can run in the browser to make websites interactive.

  • window.onload = tbd.loadFile("TestSample/002_fruit_consumption.json",
    • function(source) {
      • var chart = new tbd.GroupedBarChart(
        • "chart01", "sbc", source, [0, 1, 2], 500, 400);
      • chart.render();
  • });