Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 14, 2016 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/e00ea4166380922a60ad170b2d983350 to your computer and use it in GitHub Desktop.
Save goofmint/e00ea4166380922a60ad170b2d983350 to your computer and use it in GitHub Desktop.
8.md
"#go click": function() {
var movedNum = this._chartController.go(1);
if (movedNum === 1) {
return;
}
// 追加データ生成
addData = [{name: 'series_1', data: createChartDummyData(400, 100, 1)[0]}];
// データ追加
this._chartController.addData(addData);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment