Forum Discussion

MiniVolcano's avatar
MiniVolcano
Frequent Visitor
2 years ago
Solved

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...
  • MiniVolcano's avatar
    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