mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
148 lines
3.4 KiB
JSON
148 lines
3.4 KiB
JSON
{
|
|
"backgroundColor": "var(--bgcolor-neutral-primary)",
|
|
"categoryAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisLabel": {
|
|
"color": "var(--fgcolor-neutral-tertiary)",
|
|
"show": true
|
|
},
|
|
"splitLine": {
|
|
"show": false
|
|
},
|
|
"splitArea": {
|
|
"show": false
|
|
}
|
|
},
|
|
"valueAxis": {
|
|
"axisLabel": {
|
|
"color": "var(--fgcolor-neutral-tertiary)",
|
|
"show": true
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["var(--border-neutral)"]
|
|
},
|
|
"show": true
|
|
},
|
|
"axisLine": {
|
|
"show": false
|
|
},
|
|
"axisTick": {
|
|
"show": false
|
|
},
|
|
"splitArea": {
|
|
"show": false
|
|
}
|
|
},
|
|
"logAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisLabel": {
|
|
"color": "var(--fgcolor-neutral-tertiary)",
|
|
"show": true
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["var(--border-neutral)"]
|
|
},
|
|
"show": true
|
|
},
|
|
"splitArea": {
|
|
"show": false
|
|
}
|
|
},
|
|
"timeAxis": {
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisTick": {
|
|
"lineStyle": {
|
|
"color": "var(--fgcolor-neutral-tertiary)"
|
|
},
|
|
"show": true
|
|
},
|
|
"axisLabel": {
|
|
"color": "var(--fgcolor-neutral-tertiary)",
|
|
"show": true
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": ["var(--border-neutral)"]
|
|
},
|
|
"show": true
|
|
},
|
|
"splitArea": {
|
|
"show": false
|
|
}
|
|
},
|
|
"tooltip": {
|
|
"backgroundColor": "var(--bgcolor-neutral-primary)",
|
|
"borderColor": "var(--border-neutral)",
|
|
"textStyle": {
|
|
"color": "var(--fgcolor-neutral-secondary)"
|
|
},
|
|
"axisPointer": {
|
|
"lineStyle": {
|
|
"color": "var(--border-neutral-strong)",
|
|
"width": 1
|
|
},
|
|
"crossStyle": {
|
|
"color": "var(--border-neutral-strong)",
|
|
"width": 1
|
|
}
|
|
}
|
|
},
|
|
"textStyle": {},
|
|
"line": {
|
|
"itemStyle": {
|
|
"borderWidth": 1
|
|
},
|
|
"lineStyle": {
|
|
"width": 1
|
|
},
|
|
"symbolSize": 4,
|
|
"symbol": "emptyCircle",
|
|
"smooth": true
|
|
},
|
|
"timeline": {
|
|
"lineStyle": {
|
|
"width": 1
|
|
},
|
|
"itemStyle": {
|
|
"borderWidth": 1
|
|
},
|
|
"controlStyle": {
|
|
"borderWidth": 0.5
|
|
},
|
|
"emphasis": {
|
|
"controlStyle": {
|
|
"borderWidth": 0.5
|
|
}
|
|
}
|
|
}
|
|
}
|