nagix / chartjs-plugin-style

Chart.js plugin for more styling options
MIT License
67 stars 19 forks source link

Bevel highlight overlapping chart #9

Open combinationofsymbols opened 5 years ago

combinationofsymbols commented 5 years ago

Hey, I'm having an issue where the bevel highlight also overlaps the chart's lines.

Screenshot: https://imgur.com/a/6luzj26

Doesn't happen consistently, but fairly often. Setting pointBevelWidth to 0 removes the issue, but also obviously disables bevels. Changing pointBevelHighlightColor affects the lines' colour at the overlap, so that for example 'rgba(255, 255, 255, 0)' causes this: https://imgur.com/a/nAELQ0H

Both of the above are on Windows Chrome, and it's somewhat worse on Firefox: https://imgur.com/a/DlI9lxW

Encountered on 0.3.2 and 0.4.0 versions of this plugin.

nagix commented 5 years ago

Thank you for reporting this. Unfortunately, I'm not able to reproduce the problem. Can you share jsfiddle, codepen or similar?