'React-apex-charts - area graph remove the "fill" color

enter image description here

I'm not entirely sure how to remove the color of the gaps between them, anyone know how to achieve that? Thanks



Solution 1:[1]

Adding this option:

fill: {
    type: 'solid',
    colors: ['transparent'],
  },

made it work :)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 idiglove