Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 12, 2016 09:54
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/e04708ef1896223f30acf25d5344d7b2 to your computer and use it in GitHub Desktop.
Save goofmint/e04708ef1896223f30acf25d5344d7b2 to your computer and use it in GitHub Desktop.
2.md
_createNewSeries: function() {
var data = createChartDummyData(400, 100); // ダミーデータを生成
// 系列定義
return {
name: 'series_1',
type: 'line',
data: data,
propNames: {
y: 'val'
},
color: 'blue'
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment