mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
174 lines
3.7 KiB
JSON
174 lines
3.7 KiB
JSON
{
|
|
"backgroundColor": "rgba(0,0,0,0)",
|
|
"title": {
|
|
"textStyle": {
|
|
"color": "#eeeeee"
|
|
},
|
|
"subtextStyle": {
|
|
"color": "#aaaaaa"
|
|
}
|
|
},
|
|
"bar": {
|
|
"itemStyle": {
|
|
"barBorderColor": "#444444"
|
|
}
|
|
},
|
|
"categoryAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisLabel": {
|
|
"color": "#444444"
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["#444444"]
|
|
}
|
|
},
|
|
"splitArea": {
|
|
"areaStyle": {
|
|
"color": ["#eeeeee"]
|
|
}
|
|
}
|
|
},
|
|
"valueAxis": {
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisLabel": {
|
|
"color": "#868EA3"
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["#4F5769"]
|
|
}
|
|
},
|
|
"splitArea": {
|
|
"show": false
|
|
}
|
|
},
|
|
"logAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisLabel": {
|
|
"color": "#666666"
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["#333333"]
|
|
}
|
|
}
|
|
},
|
|
"timeAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "#333333"
|
|
}
|
|
},
|
|
"axisLabel": {
|
|
"color": "#666666"
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["#333333"]
|
|
}
|
|
}
|
|
},
|
|
"toolbox": {
|
|
"iconStyle": {
|
|
"borderColor": "#999999"
|
|
},
|
|
"emphasis": {
|
|
"iconStyle": {
|
|
"borderColor": "#444444"
|
|
}
|
|
}
|
|
},
|
|
"legend": {
|
|
"textStyle": {
|
|
"color": "#eeeeee"
|
|
}
|
|
},
|
|
"tooltip": {
|
|
"axisPointer": {
|
|
"lineStyle": {
|
|
"color": "#444444"
|
|
},
|
|
"crossStyle": {
|
|
"color": "#444444"
|
|
}
|
|
},
|
|
"backgroundColor": "var(--bgcolor-neutral-primary)",
|
|
"borderColor": "var(--border-neutral)",
|
|
"textStyle": {
|
|
"color": "var(--fgcolor-neutral-secondary)"
|
|
}
|
|
},
|
|
"timeline": {
|
|
"lineStyle": {
|
|
"color": "#444444"
|
|
},
|
|
"itemStyle": {
|
|
"color": "#dd6b66"
|
|
},
|
|
"controlStyle": {
|
|
"color": "#444444",
|
|
"borderColor": "#444444"
|
|
},
|
|
"checkpointStyle": {
|
|
"color": "#e43c59",
|
|
"borderColor": "#c23531"
|
|
},
|
|
"label": {
|
|
"color": "#eeeeee"
|
|
},
|
|
"emphasis": {
|
|
"itemStyle": {
|
|
"color": "#a9334c"
|
|
},
|
|
"controlStyle": {
|
|
"color": "#444444",
|
|
"borderColor": "#444444"
|
|
},
|
|
"label": {
|
|
"color": "#eeeeee"
|
|
}
|
|
}
|
|
},
|
|
"visualMap": {
|
|
"color": ["#bf444c", "#d88273", "#f6efa6"]
|
|
},
|
|
"markPoint": {
|
|
"label": {
|
|
"color": "#444444"
|
|
},
|
|
"emphasis": {
|
|
"label": {
|
|
"color": "#444444"
|
|
}
|
|
}
|
|
}
|
|
}
|