Commit 543d9ebf authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update sample for data_load

parent c1d037e5
......@@ -31,7 +31,9 @@
}, 1000);
setTimeout(function () {
chart.unload('data1');
// chart.unload(['data1', 'data2']);
// chart.unload('data1');
chart.unload('data2');
}, 2000);
setTimeout(function () {
......@@ -39,7 +41,9 @@
columns: [
['data1@test', 30, 20, 50, 40, 60, 50],
],
unload: ['data2', 'data3'],
unload: true,
// unload: ['data2', 'data3'],
// unload: ['data2']
});
}, 3000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment