Inquiry regarding Candle Chart implementation in the master branch #37653
Replies: 1 comment 1 reply
|
There isn't a built-in Candle Chart (Candlestick/OHLC) in the master branch of Apache Superset, and there are no open pull requests or immediate plans to add this feature soon cite. Superset does support custom chart plugins, so you can implement a Candle Chart by developing a custom plugin—ECharts (the charting library used by Superset) natively supports candlestick charts, making this feasible cite. If you want to build your own, check out the Community Resource Library for guides and examples on creating custom visualization plugins, including a blog post and videos on plugin development cite. For implementation, you can use the existing ECharts-based plugins (like the Timeseries chart) as templates—these show how to structure the plugin, wire up metadata, and integrate with Superset’s plugin system cite. In summary: no built-in Candle Chart yet, but you can add one via a custom ECharts plugin. If this feature is important to you, building a plugin is currently the best path forward. To reply, just mention @dosu. Docs are dead. Just use Dosu. |



Uh oh!
There was an error while loading. Please reload this page.
I am looking for the Candle Chart functionality in the master branch to render stock OHLC data, but I couldn't locate it. Could you please clarify if there is a way to implement candle charts currently, or if there are plans to merge this feature into the master branch in the near future?
All reactions