ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
290 stars 83 forks source link

How do I change tooltips colours? #56

Closed HakimMutalib closed 2 years ago

HakimMutalib commented 2 years ago

image image

ArielMejiaDev commented 2 years ago

Definitely is something that can be done using the based ApexchartsJS library

Check the Styling Tooltips section https://apexcharts.com/docs/tooltip/

You can even create a custom tooltip https://apexcharts.com/docs/options/tooltip/#custom

Custom tooltip example https://codepen.io/apexcharts/pen/NBdyvV

At this moment is something that I plan to add for the next release (no due date because it requires some free time), But feel free to open a PR.