Forum Discussion
MiniVolcano
2 years agoFrequent Visitor
Deneb Vega-Lite Axis Label Font Color
Hi, I have written the below code, but I am trying to make the font color on the X-Axis the same as the Title color. everything I have tried either makes the Title change, or produces an error (V...
- 2 years ago
Hi Xiaoxin,
I accidently found a solution by adding this to the config, not sure if it is right, but it works!
"config": {
"style": {"guide-label": {"fill": "#8F95A1"}},thank you anyway
MiniVolcano
2 years agoFrequent Visitor
Hi Xiaoxin,
I accidently found a solution by adding this to the config, not sure if it is right, but it works!
"config": {
"style": {"guide-label": {"fill": "#8F95A1"}},
thank you anyway