pyatyispyatil / flame-chart-js

Extensible component for incredibly fast viewing of flame charts
https://pyatyispyatil.github.io/flame-chart-js/
MIT License
100 stars 23 forks source link

Dark theme support #71

Closed brsanthu closed 1 week ago

brsanthu commented 1 week ago

Any idea how to support dark theme? I could set colors for individual segments fine per dark theme but couldn't change the canvas background color which seems to be default to white.

brsanthu commented 1 week ago

I could set the background color as following and working great.

styles: {
        main: {
          backgroundColor: 'black',
        },
      }