txbm / angular-chartjs

Directive set for the ChartJS library. Supports data bindings and attribute-level specification for chart specific options. The only Angular ChartJS module that supports ALL chart options as HTML5 attributes :)
MIT License
146 stars 37 forks source link

cant seem to be able to enable tooltips in any of the charts? #8

Closed paulocarvalhodesign closed 10 years ago

paulocarvalhodesign commented 10 years ago

Hya, your module works great, any tips on how to enable the hover/touch states tooltips and I cant replicate the behaviour like in the main charts website. Many thanks

txbm commented 10 years ago

I'll take a look thanks for the heads up.

Probably just needs to be tested against new ChartJS releases. Trying to get to that asap.

txbm commented 10 years ago

Set showTooltips: true in the chart options.