When I added
data-graph-inverted ="1"
for
data-graph-type = "column"
I am getting an error of "Uncaught TypeError: Cannot read property 'defaultView' of undefined". Can you please look into it? The graph is being displayed. No functionality issues but generated huge amount of errors in console.
<table class="highchart" data-graph-container="#vessel_ranking_graphcontainer_s52" data-graph-height = "600" data-graph-inverted ="1" data-graph-type="column" id ="vessel-ranking-graph-s5" style="display:none">
