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
In dc.css (line 68) there is a double rule for .axis path and .axis line within a .dc-chart
the rule for .axis line is missing the parent specifier .dc-chart
In dc.css (line 68) there is a double rule for .axis path and .axis line within a .dc-chart
the rule for .axis line is missing the parent specifier .dc-chart
https://github.com/dc-js/dc.js/blob/develop/dc.css#L68
That can (and does) conflict with other parties css rules
The text was updated successfully, but these errors were encountered: