Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chart-fx x.2.0 roadmap #44

Closed
9 of 14 tasks
RalphSteinhagen opened this issue Nov 4, 2019 · 0 comments
Closed
9 of 14 tasks

chart-fx x.2.0 roadmap #44

RalphSteinhagen opened this issue Nov 4, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed roadmap
Milestone

Comments

@RalphSteinhagen
Copy link
Member

RalphSteinhagen commented Nov 4, 2019

Roadmap of changes for the next release of chartfx (x.2.0):

Leftovers from #38 ... to be extended (contributions are welcome)

General:

  • modularisation, see also Modularization #160
  • change licensing model from Apache 2.0 to LGPL v3.0
  • remove @Deprecated marked API
  • reduce code dupplication and refactoring of utility methods
  • improve JUnit 5 test coverage
  • Curated docs (beginner -> advanced)
  • remove verbose logging esp. in tests

DataSet:

  • Make DataSet multi dimension capable, DataSet2D and DataSet3D on same level below DataSet
  • remove DataSet::getDataCount(int) interface method (as above)
  • Sorted Flag in DataSet?
  • SerializedDataSet (zeroCopy, in-place deserialisation) [low priority]

Chart:

  • move from usage SVG (Batik-) to fonts (Ikonli-based)
  • Add dimension to axis interface instead of using the position in axis list and its side (needed e.g. to display color axis below chart)

Math:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed roadmap
Projects
None yet
Development

No branches or pull requests

2 participants