Error: [PieSeries is not defined] by direct script

I got two problems in Vue 

error1.html : when loop object in to :content ,it occurs error ,how it happen ?
error2.html:  When render pie chart  by direct scripts, vue console show  [Cannot set property 'accumulation' of null]  ,how to solve it?

Can I get some Vue integrated components examples by direct script ?

2 Replies 1 reply marked as answer

AD adrian May 2, 2021 06:32 AM UTC

please close , I got solution 

just like this 
const PieSeries = ejs.charts.PieSeries;
const AccumulationDataLabel = ejs.charts.AccumulationDataLabel
const AccumulationTooltip = ejs.charts.AccumulationTooltip
  


Marked as answer

GG Gowtham Gunashekar Syncfusion Team May 3, 2021 10:45 AM UTC

Hi Adrian, 
 
we are glad that you found the solution, please let us know if you need any further assistance. 
 
Regards, 
Gowtham 


Loader.
Up arrow icon