Good day,

I have added your library to an Angular project. I have the chart living in a 
component and I am just passing the data to it from a parent component...

<app-echarts-wrapper [options]="chart" 
style="width:120%;height:300px"></app-echarts-wrapper>

I have to specify the size in this fashion, else it does not show on my page. 
However, the style gets converted to pixels on the then rendered chart.

How can I prevent this from happening?

Kind Regards,
Juan

Reply via email to