Apexcharts.js: tooltip colors don't respect fill color

Created on 25 Aug 2019  路  1Comment  路  Source: apexcharts/apexcharts.js

Codepen

https://codepen.io/danielschmitz/pen/MWgpjNN

Explanation

  • What is the behavior you expect?
    tooltip color and bar color are same, when fill.colors are set

  • What is happening instead?
    tooltip colors still using pallete color, over the fill property

  • What error message are you getting?
    no errors

Image:

image

Most helpful comment

If you want to have universal colors for everything, you need to define the main colors property like this

options = {
   colors: ['#aa0000']
}

>All comments

If you want to have universal colors for everything, you need to define the main colors property like this

options = {
   colors: ['#aa0000']
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sumon-miazi picture Sumon-miazi  路  3Comments

thellimist picture thellimist  路  3Comments

felixalguzman picture felixalguzman  路  3Comments

drummad picture drummad  路  3Comments

rcoundon picture rcoundon  路  3Comments