Skip to content

[Feature] how to know which components are used by echarts #17157

@fuzi1996

Description

@fuzi1996

What problem does this feature solve?

when I use use api to regist components, I want to know that is a specific components is registed? In other words, I want to get a colleaction about registed components

What does the proposed API look like?

// return an array that contains component type such as ['bar'] 
ECharts.getRegistedChart()

// ['svg']
ECharts.getRegistedRenderer()

// ['title','dataset']
ECharts.getRegistedComponents()

// or more specific api to know is it registed
// true: registed;false unregisted
ECharts.isBarChartRegisted()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions