Skip to content

Roadmap

Jae Sung Park edited this page Jan 19, 2024 · 25 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!

New chart types

Multi rendering path

  • Provide canvas rendering path

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)

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)