2015-02-03 2 views

답변

0

당신과 같이, 축 설정의 레이블 속성을 설정하여이 작업을 수행 할 수 있습니다

axes: [{ 
    type: 'numeric', 
    position: 'left', 
    fields: ['data1'], 
    title: { 
     text: 'Sample Values', 
     fontSize: 15 
    }, 
     grid: true, 
     minimum: 0 
    }, { 
     type: 'category', 
     position: 'bottom', 
     fields: ['name'], 
     title: { 
      text: 'Sample Values', 
      fontSize: 15 
     }, 
     label: { 
      fill: '#FF0000' 
     } 
}], 

나는 fiddle 그래서 당신은이 작업을 볼 수 만들었습니다. ExtJs 4가있는 구성 항목은 fill이며 원하는 색상이 아닙니다.