apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.45k stars 19.61k forks source link

getModel support for radar chart indicator labels and axisLabel #17555

Open RahulVishK opened 2 years ago

RahulVishK commented 2 years ago

What problem does this feature solve?

currently myChart.getModel().getComponent('indicators'); for indicators and axis labels in the case of radar chart is not working

What does the proposed API look like?

expectation is it should work for indicator labels and axisLabels for radar chart

Ovilia commented 2 years ago

getModel is not a documented public method so it's not advised to be used. If you wish to get the option, you should probably keep the option variable or use chart.getOption() to get the merged option.

RahulVishK commented 2 years ago

hi my requirement is to draw graphics for indicator labels ? is there any way ??

Ovilia commented 2 years ago

Yes. Can you be more specific about what you want? You can use graphic to draw.

RahulVishK commented 1 year ago

hi we have a requirement to use getModel of indicator labels and axis labels , is there any way to get the info ?