Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legend color properties missing when changed default color and set top-left color to '0' #334

Open
adamws opened this issue Aug 13, 2023 · 0 comments

Comments

@adamws
Copy link

adamws commented Aug 13, 2023

There are at least two label color related issues opened:
#315
#214

This one might be related.
Steps to reproduce:

  • open empty layout, add two keys
  • modify left key:
    • set Legend Color
    • add top left legend, set it color to #000000
    • add other labels

result:
image
keyboard renders as expected but in Raw data tab, layout is missing color specifiers:

["x\nx\n\n\n\n\nx","x"]

when top left legend color is changed to something else than #000000 then it is ok:

[{t:"#0f00bf"},"x\nx\n\n\n\n\nx","x"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant