2013-05-17 17 views

Odpowiedz

1

umieścić to w środku wykresu: {}

events: { 
        load: function(){ 

         if (this.options.chart.forExport) { 

          Highcharts.each(this.series, function (series) { 
           series.yAxis.update({ 
            labels: { 
             style: { 
              fontSize: 6 
             } 
            } 
           }); 
          }); 
         } 
        } 
} 
Powiązane problemy