areski / python-nvd3

Python Wrapper for NVD3 - It's time for beautiful charts
Other
664 stars 192 forks source link

Tooltip error: Multi chart in on same page shows tooltip only for last created chart #107

Open 5ri opened 8 years ago

5ri commented 8 years ago

When i try to use two charts of the same time the tooltip for the previous charts disappears. Think it was a NDV3 issue as shown here: https://github.com/novus/nvd3/issues/587

Is it a matter of rebuilding with the latest ndv3.js ?

areski commented 8 years ago

yes but there is important changes in 1.8 so that might not be straightforward but it might be nice to start the work on this. I would appreciate a PR :)

SaptadeepaRC commented 6 years ago

I had an issue .don't know how to post individually. I am using nvd3 package on python but the code from nvd3 import multichart doesn't work. I want to print two bars against the same x axis along with 2corresponding lines. Lineplusbar is leading to overlapping of bars. All I want is a proper union of multiplebarchart and multipleline chart. Please help