feat:对接景区数据和监控视频
This commit is contained in:
@@ -71,13 +71,13 @@
|
||||
formatter: (e) => {
|
||||
let valueStr = ''
|
||||
e.map((item) => {
|
||||
valueStr += `<div>${item.seriesName}:${item.value}</div>`
|
||||
valueStr += `<div>${item.axisValueLabel}:${item.value}</div>`
|
||||
})
|
||||
let str = `<div style="
|
||||
background: #07356B;
|
||||
border: 1px solid #0096FF;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
font-weight: bold;
|
||||
font-size: ${fitChartSize(16)}px;
|
||||
border-radius: ${fitChartSize(4)}px;
|
||||
padding: ${fitChartSize(4)}px ${fitChartSize(12)}px;">
|
||||
|
||||
Reference in New Issue
Block a user