vue-echarts-v3-demo icon indicating copy to clipboard operation
vue-echarts-v3-demo copied to clipboard

Chart crashes as soon as it's rendered

Open luigibriganti opened this issue 2 years ago • 0 comments

Hi, I'm trying to define programmatically the bars for my chart doing this:

But in console I get this error:

app.js:182953 Uncaught (in promise) TypeError: h is not a function at Proxy.render (app.js:182953:14) at renderComponentRoot (app.js:11388:44) at ReactiveEffect.componentUpdateFn [as fn] (app.js:15505:57) at ReactiveEffect.run (app.js:9325:25) at setupRenderEffect (app.js:15631:9) at mountComponent (app.js:15414:9) at processComponent (app.js:15372:17) at patch (app.js:14973:21) at ReactiveEffect.componentUpdateFn [as fn] (app.js:15582:17) at ReactiveEffect.run (app.js:9325:25)

Am I doing something wrong?

Thanks.

luigibriganti avatar Jun 30 '22 13:06 luigibriganti