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