🎨 优化统计样式.
This commit is contained in:
@@ -135,10 +135,10 @@
|
|||||||
const { chartOption: terminalConnectChart } = useChartOption(() => {
|
const { chartOption: terminalConnectChart } = useChartOption(() => {
|
||||||
return {
|
return {
|
||||||
grid: {
|
grid: {
|
||||||
left: 0,
|
left: 8,
|
||||||
right: 0,
|
right: 8,
|
||||||
top: 10,
|
top: 8,
|
||||||
bottom: 0,
|
bottom: 8,
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
@@ -176,10 +176,10 @@
|
|||||||
const { chartOption: execCommandChart } = useChartOption(() => {
|
const { chartOption: execCommandChart } = useChartOption(() => {
|
||||||
return {
|
return {
|
||||||
grid: {
|
grid: {
|
||||||
left: 0,
|
left: 8,
|
||||||
right: 0,
|
right: 8,
|
||||||
top: 10,
|
top: 8,
|
||||||
bottom: 0,
|
bottom: 8,
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
|
|||||||
Reference in New Issue
Block a user