helgasoft commented on issue #18257: URL: https://github.com/apache/echarts/issues/18257#issuecomment-1426203347
Probably not-a-bug, not even a new [Feature] request. Custom renderers are not part of ECharts, there are just some [examples](https://echarts.apache.org/examples/en/editor.html?c=custom-error-bar) of them. If your goal is **error bars for grouped data**,  then [this code](https://github.com/helgasoft/echarty/blob/main/inst/js/renderers.js#L18) may help. It is part of an [R package](https://helgasoft.github.io/echarty/gallery.html#:~:text=%F0%9F%94%BB%20View%20code-,Error%20Bars,-%F0%9F%94%BB%20View%20code) wrapper to ECharts. We had to rewrite the example renderer to accommodate groups. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
