【发布时间】:2017-06-13 06:45:04
【问题描述】:
请帮助解决这个问题,如何在 sencha 图表中更改轴文本的字体颜色和字体大小
这是我的示例图表
http://jsfiddle.net/onlinesolution/djaydxnd/58/
axes: [
{
type: 'Numeric',
position: 'bottom',
fields: ['data1'],
minimum: 0,
maximum:20,
fontSize:20
}, {
type: 'Category',
position: 'top',
fields: ['month'],
}
],
【问题讨论】:
标签: javascript html css extjs sencha-touch