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