kilianten
(kilian)
November 27, 2019, 9:38am
1
Hey! Im building a vega diagram using something similar to this trellis example:
Its split by row and I can't change the font color of (in the example above gender & male feminine)
I was hoping
"row": {"field": "gender", "type": "nominal", "titlecolor"/"labelcolor":"white"},
would work but it doesnt seem to!
Help would be appreciated.
matw
(Matthias Wilhelm)
November 28, 2019, 8:00am
2
Hi
I guess you don't want to show those labels? Try the following:
"row": {"field": "gender", "type": "nominal", "header": { "labels": false}},
hope this helps,
best,
Matthias
kilianten
(kilian)
November 28, 2019, 10:03am
3
Sorry, not exactly. I want those labels, but I want to change the colour from black! But yup, it helped, didnt know the tag was "header". Issue fixed.
"header":{titleColor:"white", labelColor:"white"}
Thanks Matthias!
1 Like
system
(system)
Closed
December 26, 2019, 10:03am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.