Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 13, 2016 07:56
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/423b4386f51946e7c0318faeeb5063b9 to your computer and use it in GitHub Desktop.
Save goofmint/423b4386f51946e7c0318faeeb5063b9 to your computer and use it in GitHub Desktop.
7.md
var pageController = {
__name: 'ui.chart.pageController',
:
_width: 600, // 追加
_height: 480, // 追加
__ready: function(context) {
:
this._chartController.draw({
chartSetting: {
width: this._width, // 変更
height: this._height // 変更
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment