Reputation: 378
I'm facing this problem in HighCharts that when I include 3D HighCharts library(exactly: <script type="text/javascript" src="http://code.highcharts.com/highcharts-3d.js"></script>
) in my code and want to create a 2D chart the x-axis and y-axis line disappears, when I removed 3D HighCharts library it shows me ok.
Here is a fiddle of my problem:
Fiddle for my problem
try to remove 3D chart library from the HTML and see output
Upvotes: 0
Views: 158
Reputation: 37588
This bug is fixed in the newest master branch. Use version from http://github.highcharts.com/highcharts-3d.js
Example: http://jsfiddle.net/1gaypvwh/2/
Upvotes: 2