You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can create this problem in https://c3js.org/examples.html in any graph type. When I click on any data in the legend, it will hide it. When i click it again to show the data it will do everything except show the line.
i was able to show the line by going to the inspector and into the lines class
c3-chart => c3-chart-lines => (Lines) the style for the line was (display: none); I changed it to (display: block) and it showed the line.
I am not sure if there is a javascript function that is not supported by IE 11 or something else.
C3 version: v0.6.7
D3 version: v5.6.0
Browser: IE 11
OS: Windows 10
The text was updated successfully, but these errors were encountered:
I can create this problem in https://c3js.org/examples.html in any graph type. When I click on any data in the legend, it will hide it. When i click it again to show the data it will do everything except show the line.
i was able to show the line by going to the inspector and into the lines class
c3-chart => c3-chart-lines => (Lines) the style for the line was (display: none); I changed it to (display: block) and it showed the line.
I am not sure if there is a javascript function that is not supported by IE 11 or something else.
The text was updated successfully, but these errors were encountered: