areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

Custom Tooltip #89

Open engineervix opened 7 years ago

engineervix commented 7 years ago

I've been trying to customize the tooltip on a multibar chart and from my observations, it seems the tooltip text is always in the form " _... etc etc ... at horizontal_axisvalue" or " _... etc etc on horizontal_axisvalue" (where horizontal axis is time-based). The keywords here are the at and the on.

How can I change this in my python code to be, for example " _... etc etc ... for horizontal_axisvalue"?

Thanks.