c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

Need to change tooltip after it's rendered using mutationobserver... #2824

Open aaronELBorg opened 3 years ago

aaronELBorg commented 3 years ago

...but they get clobbered by the c3 mutationobserver? Seems like it anyway.

I can see my changes happen within the tooltip when I mouseover the graph but then it seems c3's mutationobserver is clobbering mine as a millisecond later the default tooltip is shown.

Is there a way to "append to" the native mutationobserver?

Thank you.