|
App.Vue:
<ejs-accumulationchart style='height: 80vh' >
// add your additional code here </ejs-accumulationchart> |

|
<ejs-chart style='display:block' :height='height' :width='width'> </ejs-chart> // add your additional code here
width : '60%',
height : '200px', // add your additional code here |