apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
319 stars 79 forks source link

Tootltip example in documentation is not working in 1.8.0 #297

Closed cgonza85 closed 10 months ago

cgonza85 commented 10 months ago

I want to implement this tooltip:

https://apexcharts.com/angular-chart-demos/area-charts/spline/

The documentation is using version 1.5.1:

image

In version 1.8.0 the tooltip is showing by default:

image

I try custom and formatter function but is not called.