Ng2-charts: Disable tooltip

Created on 13 Nov 2016  路  2Comments  路  Source: valor-software/ng2-charts

I need to hide the tooltip, and found this solution for chart.js Chart.defaults.global.tooltipenabled = false;

http://stackoverflow.com/questions/36953558/hide-disable-tooltips-chart-js

how can I do that on ng2-charts?

Most helpful comment

You can add to charts options:
this.options = { tooltips: { enabled: false } }

All 2 comments

You can add to charts options:
this.options = { tooltips: { enabled: false } }

@victorcarvalhosp
is this issue still actual for you?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hggeorgiev picture hggeorgiev  路  4Comments

Maistho picture Maistho  路  3Comments

sarn3792 picture sarn3792  路  4Comments

SteeledSlagle13 picture SteeledSlagle13  路  3Comments

brandonreid picture brandonreid  路  3Comments