<ec-svg-renderer theme="dark" style=" width: '100%'; height: '75vh' ">
<ec-title text="ECharts Getting Started Example" />
<ec-legend data="'sales'" />
<ec-tooltip />
<ec-x-axis
data="
'Shirts',
'Cardigans',
'Chiffons',
'Pants',
'Heels',
'Socks'
"
/>
<ec-y-axis />
<ec-bar-chart
name="sales"
data="5, 20, 36, 10, 10, 20"
onClick={console.log}
/>
</ec-svg-renderer>
I would love to use this web component without jsx
like for example importing it like a web component in a webpage like this