javascript - set width of column in percentage in highcharts -



javascript - set width of column in percentage in highcharts -

how set width of column in percentage in highcharts

options = { chart: { renderto: 'container', type: 'column' }, title: { text: 'data extracted html table in page' }, xaxis: { }, yaxis: { title: { text: 'units' } }, tooltip: { formatter: function() { homecoming '<b>'+ this.series.name +'</b><br/>'+ this.y +' '+ this.x.tolowercase()+''+this.percentage; } }, plotoptions: { column: { pointwidth: 50 } } };

unfortunately, percent point width not supported.

javascript highcharts

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -