Skip to content

Roadmap

Jae Sung Park edited this page Nov 6, 2022 · 27 revisions

These are rough future plans of new features and updates.

If anyone has some opinions to tell us, please feel free to do that opening an issue :)
We're always welcoming that!

Framework supports

Provide a simple component wrapper to be used on popular frameworks.

  • React (#2838)
  • Vue.js
  • Svelte
  • ...

New options/features

Add new useful options to bring more functionalities.

  • Multiple Axis (#98)

Theming

  • Provide theme style using different CSS (#241)

New chart types

  • Zoomable Treemap (#123)
  • Candlestick (#76)
  • Polar (#2594)
  • Sparkline (#2285)
  • more? ...

Support of extension/plugin system

Implement interface easily adopting 3rd party extension/plugin (#849)

Optimization

  • Make axis generation code lighter (#671)
  • Make lighter SVG nodes, generating only the necessaries (#36)

Modularization

  • Make each files(divided according its functions) to be an independent module (#191)
    • this can be used providing customized build (ex. if don't need use different types, can shrink the file size)