Legend symbol formatting does not match series symbol formatting #674
Comments
Internal note: Marker options should be respected in the colorizeItem method. Ideally, the series class should have a renderLegendSymbol method that can be overrridden. Also, pointAttr should be used directly, it not the getAttr logic should be rewritten. |
It's also problem with Highcharts 2.2.1, but works in 2.1.9, examples: |
It is also problem with Highcharts 2.3.1 / 2.3.2 |
TorsteinHonsi
added a commit
that referenced
this issue
Sep 4, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you change the fillColor, LineColor, and lineWidth for the marker for a series, the legend still draws the symbol with the default formatting.
Here is an example, the markers in the series are a hollow black diamond, but in the legend, it is shows as a filled blue diamond:
http://jsfiddle.net/ERsMu/
The text was updated successfully, but these errors were encountered: