pattern-fill icon indicating copy to clipboard operation
pattern-fill copied to clipboard

zIndex issue with patterns

Open phrfpeixoto opened this issue 10 years ago • 5 comments

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

phrfpeixoto avatar Apr 08 '15 12:04 phrfpeixoto

The same issue with halo around the points. Visible also in the demo above, but I created another demo: http://jsfiddle.net/ErU8H/538/

pawelfus avatar Jun 30 '15 09:06 pawelfus

For a crosshair, simply set higher zIndex: http://jsfiddle.net/z3jLqu2p/1/

pawelfus avatar Jun 30 '15 09:06 pawelfus

And the same for a halo: http://jsfiddle.net/ErU8H/539/

pawelfus avatar Jun 30 '15 09:06 pawelfus

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.

phrfpeixoto avatar Jun 30 '15 20:06 phrfpeixoto

Sorry, to high zIndex for crosshair, set it to 5: http://jsfiddle.net/ErU8H/543/

pawelfus avatar Jul 01 '15 11:07 pawelfus