Page MenuHomePhabricator

Investigate if QtChart is an alternative to c3js
Closed, ResolvedPublic

Description

Since Qt 5.7, QtCharts (https://doc.qt.io/qt-5/qtcharts-index.html) is available in the OpenSource version of Qt.

I currently see three possibilities for MitkChart:

  • stick to C3js
  • use QtChart under the hood of MitkChart
  • remove MitkChart and use QtChart alone

We should do a well reflected decision (as we know now all requirements that we need) as soon as possible.

Event Timeline

Requirements:

  • Chart type
    • bar
    • line/spline
    • area
    • pie
    • all chart types in one chart (except pie)
  • different data properties
    • color
    • line style
    • error bars
    • manipulation of data entry points (color, size, shape)
    • displaying only points
  • data handling
    • adding data on the fly
    • removing data on the fly
  • axis
    • logarithmic axes
  • style changes
    • changing background color
    • Legend
kleina claimed this task.

To bad :-( So I guess we'll stick to C3.js for now.