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

piyushSinghalDemo picture piyushSinghalDemo  路  3Comments

maasha picture maasha  路  3Comments

jlil picture jlil  路  3Comments

drew-dulgar picture drew-dulgar  路  3Comments

felixalguzman picture felixalguzman  路  3Comments