RevealBi / Reveal.Sdk

Issue tracker - Reveal SDK https://www.revealbi.io/
https://www.revealbi.io/
3 stars 0 forks source link

Adding color pickers for Chart Series (replacing 10 fixed options) #80

Open fzandomeni opened 1 year ago

fzandomeni commented 1 year ago

image

gkaveckis commented 1 year ago

Hi We are tracking internally AB#26714 Thanks!

brianlagunas commented 11 months ago

This is going to be a multi-phase implementation. The first implantation (planned release on Dec 20) will use a new color picker for the Background property, but there will still only be a color pallet to chose from for the Start Color property. In a future release (est. Feb release), we will replace the Start Color property to use a the new color picker which allows the choice of a custom color. Since internally the Start Color is stored as an int, it makes switching to an actual color more difficult than originally thought.

brianlagunas commented 11 months ago

The first phase has been completed. The background color picker has been replaced with a new color picker. This also removes the dependency on Spectrum library for web platforms. It will be available in our upcoming December release.