Trend graphs: colors with alpha channel not working in Google Chrome
Description
Colors with defined alpha channel defined in hex (e.g. #RRGGBBAA) are not working in the trend charts in Google Chrome. Using rgba(r,g,b,a) instead of hex values seem to work in Safari, Chrome, FF and IE.
Environment
OpenNMS 20.0.0 with default trend charts, Chrome 59.0.3071.115, macOS Sierra
Acceptance / Success Criteria
None
Attachments
1
Lucidchart Diagrams
Activity
Show:
Ronny Trommer June 28, 2017 at 9:59 AM
Merged PR to release-20.0.1
Ronny Trommer June 28, 2017 at 9:58 AM
Left Chrome and right Safari with hex values instead of rgba()
Colors with defined alpha channel defined in hex (e.g. #RRGGBBAA) are not working in the trend charts in Google Chrome. Using rgba(r,g,b,a) instead of hex values seem to work in Safari, Chrome, FF and IE.