mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-08 05:55:55 +08:00
fix: delay first setOption until initial resize, update deps
This commit is contained in:
@ -12,27 +12,27 @@ export default function getData() {
|
||||
source: [
|
||||
{
|
||||
Product: "Matcha Latte",
|
||||
"2015": random(),
|
||||
"2016": random(),
|
||||
"2017": random()
|
||||
2015: random(),
|
||||
2016: random(),
|
||||
2017: random()
|
||||
},
|
||||
{
|
||||
Product: "Milk Tea",
|
||||
"2015": random(),
|
||||
"2016": random(),
|
||||
"2017": random()
|
||||
2015: random(),
|
||||
2016: random(),
|
||||
2017: random()
|
||||
},
|
||||
{
|
||||
Product: "Cheese Cocoa",
|
||||
"2015": random(),
|
||||
"2016": random(),
|
||||
"2017": random()
|
||||
2015: random(),
|
||||
2016: random(),
|
||||
2017: random()
|
||||
},
|
||||
{
|
||||
Product: "Walnut Brownie",
|
||||
"2015": random(),
|
||||
"2016": random(),
|
||||
"2017": random()
|
||||
2015: random(),
|
||||
2016: random(),
|
||||
2017: random()
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user