feat: 新增全站历史统计功能
This commit is contained in:
18
Yi.Bbs.Vue3/src/views/home/hooks/accessLogEchartsConfig.js
Normal file
18
Yi.Bbs.Vue3/src/views/home/hooks/accessLogEchartsConfig.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export const accessLogEchartsConfig = {
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
boundaryGap: false,
|
||||
data: []
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
data: [],
|
||||
type: 'line',
|
||||
areaStyle: {}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user