문제

I'm trying to style the mask covering the un-selected region in the Navigator. I have:

navigator.maskFill: 'rgba(233, 233, 233, 0.7)'

which generates a nice grey overlay indicating the content is not currently being displayed in the chart.

Unfortunately for some reason this mask doesn't completely cover the data, as seen here highlighted in red:

enter image description here

The mask appears 1px too short. Can anybody explain why, or suggest how to fix/work around this?

Edit jsfiddle showing example: http://jsfiddle.net/s6BmC/2/

도움이 되었습니까?

해결책

Indeed it looks like a bug, reported here: https://github.com/highslide-software/highcharts.com/issues/2710

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top