microsoft / charticulator

Interactive Layout-Aware Construction of Bespoke Charts
Other
830 stars 116 forks source link

Setting color to None won't apply upon save #1015

Closed kolky001 closed 2 years ago

kolky001 commented 2 years ago

Describe the bug Changing some category colors to "None", appears to work. Once the chart is saved, the colors for those categories revert to default. When changing colors to "None", I expect these to be transparent.

To Reproduce Steps to reproduce the behavior:

  1. Draw Mark
  2. Change Mark Fill to None
  3. See the Mark has become transparent on Main Canvas
  4. Save Chart
  5. Color reverts to default

Screenshots image

zBritva commented 2 years ago

Did you enable the color updating settings in the visual format panel?:

image

kolky001 commented 2 years ago

Hi, No I didn't. But I just tested and the same behaviour happens enabled or not enabled.

zBritva commented 2 years ago

Uncheck Auto update values. Charticulator considers null for colors as new value in dataset and assigns color from Power BI palette.

kolky001 commented 2 years ago

Where is auto-update values?

kolky001 commented 2 years ago

Found it. Thanks for your help