Skip to content

Roadmap

Jae Sung Park edited this page May 11, 2018 · 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!

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

  • Radar (#59)
  • Zoomable Treemap (#123)
  • Candlestick (#76)
  • Polar
  • more? ...

Support of extension/plugin system

Implement interface easily adopting 3rd party extension/plugin.

Optimization

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

Modularization

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