javascript - Highcharts creates same text 3 times -
I was using Highcharts 1.7 and everything was working fine with this label which is repeated (left One, 0.025), but in the actual highchart version, which I want, the label is presented as 3 times. Not sure what is going wrong here, basically & gt; High charts 0.25 repeated the text several times. See this link for code and work examples.
$ (function () {var chart; $ (document) .ready (function () {var chart = new highcharts.Chart ({'chart': {'rendereTo': 'container '' 'Bar', 'width': 500, 'height': 150}, 'Export': {'Enabled': wrong}, 'yAxis': {'max': 1400, 'title': {'Text' : '' 'Title': {'text': 'my normal barchart'}, 'plot option': {'bar': {'pointWidth': 30, 'borderwidth': 0, 'dataLabels':' 'Enabled': True, 'Distance': -10, 'Color': 'black', 'padding': 5, 'x': -45, 'background color': '#ffffff', 'border width': 1, 'border color': '# 000000', 'style': {'fontSize': '12px', 'font-weight': 'bold'},}}}, 'credit': {'enabled': false }, 'Label': {'capable': false}, 'legend': {'enabled': wrong} , 'Series': [{'data': [637]}]}}}})}} What's going wrong here? Thanks in advance for any help.
This is most likely because you have the X-axis .
xAxis: {categories: ['cost'], // just try adding a default value header: {text: tap}}, a ????
Comments
Post a Comment