nvd3-community / nvd3

A reusable chart library for d3.js
http://nvd3-community.github.io/nvd3/
Other
333 stars 141 forks source link

Tooltip is not working #101

Closed pg2455 closed 8 years ago

pg2455 commented 8 years ago

Hi,

In addition to have useInteractiveGuideline(true) I would like my normal stacked Area chart to show me tooltip content. Is there a way that I can define what goes in tooltip? I don't see much documentation on tooltips.

david-nguyen commented 8 years ago

If userInteractiveGuideline is true you can modify the contents using chart.interactiveLayer.tooltip.contentGenerator more info here: http://stackoverflow.com/questions/12416508/nvd3-piechart-js-how-to-edit-the-tooltip

liquidpele commented 8 years ago

Please open issues under novus/nvd3, thanks!