Page MenuHomePhabricator

Add curve manipulation to MitkChart
Closed, ResolvedPublic

Description

Is currently available in QmitkPlotWidget. Add it to MitkChart.

  • SetCurvePen
  • SetCurveBrush
  • SetCurveStlye
  • SetCurveSymbol

Event Timeline

the following works in C3js:

  • change color for each data entry
  • change line style to dashed for each data entry

the following does not work:

  • change line style to dotted or similar
  • change symbol of line

feature request custom symbol of line: see https://github.com/c3js/c3/issues/1071