Skip to content

Roadmap

Jae Sung Park edited this page Apr 27, 2021 · 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!

v2

The next major release dev is on going. Checkout the detailed updates from the v2 branch.

v2 released:

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
  • Sparkline
  • 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)

Clone this wiki locally