@gitlab/ui
Version:
GitLab UI Components
69 lines (68 loc) • 1.87 kB
JSON
{
"chart": {
"axis": {
"pointer": {
"color": {
"$value": "{icon.color.subtle}",
"$type": "color",
"$description": "Used in charts for the color of the reference line and axis value under mouse pointer."
}
},
"line": {
"color": {
"$value": {
"default": "{color.neutral.200}",
"dark": "{color.neutral.700}"
},
"$type": "color",
"$description": "Used in charts for axis line color."
}
},
"text": {
"color": {
"$value": "{text.color.subtle}",
"$type": "color",
"$description": "Used in charts for the text color of axis titles and labels."
}
}
},
"threshold": {
"area": {
"color": {
"$value": "rgba(221,43,14,0.1)",
"$type": "color",
"$description": "Used in charts to delineate a threshold area in a chart."
}
},
"line": {
"color": {
"$value": {
"default": "{color.red.500}",
"dark": "{color.red.600}"
},
"$type": "color",
"$description": "Used in charts to divide a threshold area in a chart from other data."
}
}
},
"zoom": {
"filler": {
"color": {
"$value": {
"default": "{color.alpha.dark.8}",
"dark": "{color.alpha.light.16}"
},
"$type": "color",
"$description": "Used in charts for the overlay color when zooming in on a specific area of data."
}
},
"handle": {
"color": {
"$value": "{icon.color.subtle}",
"$type": "color",
"$description": "Used in charts for the handle color when zooming in on a specific area of data."
}
}
}
}
}