bug 294
This commit is contained in:
parent
d2423b751d
commit
8d28f41b20
|
@ -104,6 +104,11 @@
|
|||
yAxis: {
|
||||
type: 'value',
|
||||
},
|
||||
tooltip: {
|
||||
show: true,
|
||||
trigger: 'item',
|
||||
formatter: '{b}的浏览量:</br> {c} 次',
|
||||
},
|
||||
series: [
|
||||
{
|
||||
data: datas.value,
|
||||
|
|
Loading…
Reference in New Issue