pattern-fill
pattern-fill copied to clipboard
zIndex issue with patterns
As of the current version, the patterns are plotted with a somewhat messy z-index, that covers up the tooltip crosshair.
I have altered the demo fiddle to show this: http://jsfiddle.net/z3jLqu2p/
Changing the tooltip crosshair zIndex makes it cover the markers, so it's not an acceptable work-arround
The same issue with halo around the points. Visible also in the demo above, but I created another demo: http://jsfiddle.net/ErU8H/538/
For a crosshair, simply set higher zIndex: http://jsfiddle.net/z3jLqu2p/1/
And the same for a halo: http://jsfiddle.net/ErU8H/539/
I did that work-arround too, but the tooltip is now over the series points, and i can't seem to be able to change the points z-index.
Changing the the halo z-index is also not working on my production version. I'll try to update the lib version in my dev branch and will post back results.
Sorry, to high zIndex for crosshair, set it to 5: http://jsfiddle.net/ErU8H/543/