2013-05-17 7 views

Antwort

1

in Ihrem Diagramm Setzen Sie diese: {}

events: { 
        load: function(){ 

         if (this.options.chart.forExport) { 

          Highcharts.each(this.series, function (series) { 
           series.yAxis.update({ 
            labels: { 
             style: { 
              fontSize: 6 
             } 
            } 
           }); 
          }); 
         } 
        } 
} 
Verwandte Themen