QtitanChart Changelog

What's new in QtitanChart 4.0.1

Feb 17, 2015
  • Added: Moved to Qt5.4.
  • Fixed: Issue with namespaces.

New in QtitanChart 4.0.0 (Oct 23, 2014)

  • Added: Implemented support for QAbstractItemModel in ChartPointSeries, ChartLineSeries, ChartStepLineSeries, ChartAreaSeries, ChartSplineAreaSeries, ChartStackedAreaSeries, ChartStackedSplineAreaSeries, ChartPieSeries, ChartBarSeries, ChartStackedBarSeries series.
  • Added: Implemented support of zooming relative to the diagram center. Usefull if the diagram has a big data.
  • Added: Implemented support of scrolling by horizontal or vertical. Usefull if the diagram has a big data.
  • Added: Implemented a panorama view of the diagram (Pan mode) by vertical or horizontal. Usefull if the diagram has a big data.
  • Added: Refactoring of API.
  • Added: Shadow effects for ChartSplineSeries, ChartStepLineSeries, ChartBarSeries, ChartStackedBarSeries series.
  • Added: HitTest support for ChartPieSeries.
  • Added: New demo examples for evaluation of working chart with models.
  • Fixed: Improved drawing of shadows.
  • Fixed: Improved drawing of smoothing certain primitives in series (axes, legends, ..).
  • Fixed: Fixed bug positioning of text inside the label points.
  • Fixed: Many a minor bugs in various part of the component.

New in QtitanChart 3.0.0 (Jul 22, 2014)

  • Added: New chart Polar Point.
  • Added: New chart Polar Line.
  • Added: New chart Polar Area.
  • Added: New chart Polar Spline.
  • Added: A few functions to control Data Points.
  • Added: Optimization for positioning of labels points. Now, the labels do not overlap each other if chart has a lot of points.
  • Fixed: Rendering issue for series.

New in QtitanChart 2.0.0 (May 14, 2013)

  • Added: Support for Qt5.
  • Fixed: General fixes for drawing issues.
  • Fixed: Correcting filling of Area series.
  • Fixed: Correcting drawing legends and their positioning.
  • Fixed: Rendering problems after switching on mode AntiAlias.