-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I would love to use this web component without jsx
like for example importing it like a web component in a webpage like this
<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>Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
To do