2014-10-29 2 views
0

내 customBullet을 변경해야합니다. 색상과 글꼴 크기를 변경해야 할 필요가 있습니까? 아래 코드 :amcharts and customBullet

"dataProvider": [{ 
       //"title": "Website visits", 
       "year": 2009, 
       "income": 23.5, 
       "expenses": 18.1, 
       "customDescription": "money$$$",     
      }], 
    .............. 
    "graphs": [{ 
       "labelText": "[[customDescription]]", 
       .... 
      }, 
    .... 

어떤 속성이 크기와 색상을 설정할 수 있습니까?

답변

1

이 더 총알 글꼴 크기는 없지만 당신이 총알에 대해 얘기했다 경우 자체가 graph documentation를 조회하고 "총알"을 검색

AmCharts.makeChart("..",{ 
    "balloon": { 
     "adjustBorderColor": true, 
     "color": "#000000", 
     "cornerRadius": 5, 
     "fillColor": "#FFFFFF" 
    } 
}); 

balloon settings가 일반적으로 변경할 수 있습니다 그것은 당신에게 모든 poissibilities를 보여줍니다