2014-04-07 4 views

답변

0

예를 들어 열 유형을 사용하는 경우입니다. 풍선은 기본적으로 나타납니다.

var graph = new AmCharts.AmGraph(); 
graph.valueField = "visits"; //this is from my Json data 
graph.type = "column"; //here is the type of graph 

지금 당신은 당신이 풍선 객체

// here I modify the default outputted text  
graph.balloonText = "[[category]]: <b>[[value]]</b>"; 
에게 접근하고 수정할 수 있습니다하고자하는 경우