Skip to content

Non JSX Usage? #19

@abdulhakim-alshanqiti

Description

@abdulhakim-alshanqiti

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

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions