Browse Source

Update sample

pull/110/head
Masayuki Tanaka 11 years ago
parent
commit
e5c5e7371b
  1. 2
      htdocs/samples/pie.html

2
htdocs/samples/pie.html

@ -47,7 +47,7 @@
console.log("== LOAD =="); console.log("== LOAD ==");
chart.load({ chart.load({
columns: [ columns: [
['data1', 30, 20, 50, 40, 60, 50], ["setosa", 30],
] ]
}); });
}, 1000); }, 1000);

Loading…
Cancel
Save