Hello, Apache Superset already uses Apache ECharts for the majority of chart types (check `superset-frontend/plugins/plugin-chart-echarts` in the codebase). If you're looking to extend Superset with a custom visualization plugin, there's a few tutorials online that explain how this can be done, and in general requires running a fork of the main codebase. Preset has a blog post covering the main steps required for creating a viz plugin from scratch: https://preset.io/blog/building-custom-viz-plugins-in-superset-v2/ . However, whether or not you use Kubernetes for deploying your Superset fork is a separate topic, and unrelated to custom viz development.
Kind regards, Ville, Superset PMC > On 31. May 2023, at 9.45, Kaan Kalle <[email protected]> wrote: > > Hello Superset dev team, > > We are trying to install Echarts onto our Kubernetes scaled Superset. > > Are there any methods to install Echarts libraries on Superset through > applying values.yaml onto Kubernetes? > Are there any shortcuts on doing this (Echarts CDN by jsDeliver)? > > Can you provide us with support/tutorials and guidance please? > > Kind regards, > > Kaan Kalle > > CTO, Co-Founder > > <Screen Shot 2022-08-26 at 17.55.23.png> > > > Mobile: +90 (536) 507-2768 > Email: [email protected] <mailto:[email protected]> > Esentepe Talatpaşa Caddesi No:5 Harman Sok. 34394 Şişli/İstanbul > www.arcanor.com <http://www.arcanor.com/> > > <PastedGraphic-4.png> >
