livewire-charts icon indicating copy to clipboard operation
livewire-charts copied to clipboard

feat: added theme setting options - dark mode, palette

Open syntaxlexx opened this issue 2 years ago • 1 comments

Summary

Added the config options for themes

Issue

https://github.com/asantibanez/livewire-charts/issues/44 https://github.com/asantibanez/livewire-charts/issues/3

Type of Change

  • [ ] :rocket: New Feature Added themes support
  • dark/light mode
  • palettes Currently, apex charts have added options to swap themes
theme: {
      mode: 'light', 
      palette: 'palette1', 
      monochrome: {
          enabled: false,
          color: '#255aee',
          shadeTo: 'light',
          shadeIntensity: 0.65
      },
  }

This PR sets the theme.mode and theme.palette options

Screenshot/Video

image

image

image

[Provide a screenshot or video that describes the change if applicable]

syntaxlexx avatar Aug 01 '21 02:08 syntaxlexx

Hey! @asantibanez Do you have any expectations about when this PR will be merged?

devajmeireles avatar Sep 07 '22 01:09 devajmeireles

@asantibanez would love to see support for this as well. If there is anything I can do to help out let me know!

mbardelmeijer avatar Oct 17 '22 08:10 mbardelmeijer

@asantibanez any chances to merge this PR? Thank you!

phuclh avatar Jun 05 '23 07:06 phuclh

Looks great @syntaxlexx. It's been a long wait for this to be merged in.

Merging.

asantibanez avatar Jul 25 '23 18:07 asantibanez