##// END OF EJS Templates
Fix label truncate issues with multiple axes...
Fix label truncate issues with multiple axes If there were multiple axes on single side of the chart, the axes wider/higher than average never got their preferred size, causing labels to truncate. Fixed by calculating the required squeeze ratio instead of just blindly using even fraction of available space. Task-number: QTRD-1897 Reviewed-by: Mika Salmela

File last commit:

r2316:74962bdcee07
r2411:6fca0e6f42a3
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