Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 13, 2016 05:18
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/1557dfb56dc5a41a074102f82d7563d5 to your computer and use it in GitHub Desktop.
Save goofmint/1557dfb56dc5a41a074102f82d7563d5 to your computer and use it in GitHub Desktop.
3.md
// 系列定義
return {
name: 'series_1',
type: 'stacked_line', // lineから変更
data: data,
propNames: {
y: 'val'
},
fillColor: "#1E98B9", // 色を設定
color: 'blue'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment