##// END OF EJS Templates
Add Polar chart support...
Add Polar chart support This commit also heavily refactors things as polar chart needs separate implementation of various classes that previously only needed one, such as ChartAxis and ChartLayout. Task-number: QTRD-1757 Change-Id: I3d3db23920314987ceef3ae92879960b833b7136 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2316:74962bdcee07
r2483:f494279b6366
Show More
animations.pri
19 lines | 468 B | text/plain | TextLexer
Michal Klocek
Animation refactor...
r530 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisanimation.cpp \
Jani Honkonen
Add animations to pie. Works but has some visual issues when adding slices.
r618 $$PWD/xyanimation.cpp \
$$PWD/pieanimation.cpp \
Michal Klocek
Improves spline interpolation...
r622 $$PWD/piesliceanimation.cpp \
sauimone
Animation framework for barchart.
r671 $$PWD/splineanimation.cpp \
Marek Rosa
Bar animations refactored
r2316 $$PWD/baranimation.cpp
Michal Klocek
Animation refactor...
r530
PRIVATE_HEADERS += \
$$PWD/axisanimation_p.h \
$$PWD/chartanimation_p.h \
Jani Honkonen
Add animations to pie. Works but has some visual issues when adding slices.
r618 $$PWD/xyanimation_p.h \
$$PWD/pieanimation_p.h \
Michal Klocek
Improves spline interpolation...
r622 $$PWD/piesliceanimation_p.h \
sauimone
Animation framework for barchart.
r671 $$PWD/splineanimation_p.h \
Marek Rosa
Bar animations refactored
r2316 $$PWD/baranimation_p.h