Minor observations : highcharts-negative extry twice. #6114
Labels
Comments
Thanks for reporting! Internal note: |
Yes, zones are used for negative color, and then have a className of |
Assigning the remaining CSS part of the issue to you @TorsteinHonsi |
TorsteinHonsi
added a commit
that referenced
this issue
Dec 15, 2016
TorsteinHonsi
added a commit
that referenced
this issue
Dec 15, 2016
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Single class entry for .highcharts-negative
Actual behaviour
double entry for .highcharts-negative
Live demo with steps to reproduce
http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/css/series-negative-color/
Also testing with the Master Branch,
If you inspect one of the points we can see the double entry.
<path d="M 227 199.36 L 231 203.36 227 207.36 223 203.36 Z" class="highcharts-point highcharts-negative highcharts-color-1 highcharts-negative "></path>
Also noticed in the CSS File.
https://code.highcharts.com/css/highcharts.css
Duplicate CSS Entries, the 2nd "inherit" I disabled as it was not applying the stroke colour I was trying to configure.
.highcharts-column-series .highcharts-point {
stroke: #ffffff;
transition: fill-opacity 250ms;
}
and
.highcharts-column-series .highcharts-point {
stroke: inherit;
/* use point color */
}
Affected browser(s)
The text was updated successfully, but these errors were encountered: