Quickly hovering over the chart during chart creation (on load) results in console errors due to the data attribute "index" having float instead of integer values, resulting in an invalid selector. I suspect this is due one of the previous function calls asynchronously slowing the call to set the index data attribute. Moving it before the other function calls fixes the issue.
Quickly hovering over the chart during chart creation (on load) results in console errors due to the data attribute "index" having float instead of integer values, resulting in an invalid selector. I suspect this is due one of the previous function calls asynchronously slowing the call to set the index data attribute. Moving it before the other function calls fixes the issue.