PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

Markers should be drawn after areas so z-order doesn't make tool tips inaccessible #297

Open brandonvmoore opened 3 years ago

brandonvmoore commented 3 years ago

I've resorted to using the following code to move the dimple markers to the end of their . I had to do this on area charts because otherwise markers get covered by areas drawn above them. Would be better if dimple just drew the markers last though.

$(targetId + " .dimple-marker").appendTo(targetId + ' .dimple-series-group-0');