Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 12, 2016 09:54
Embed
What would you like to do?
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