##// 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:

r938:43d9ec405aa3
r2411:6fca0e6f42a3
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
Marek Rosa
Spline initial
r295 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
Marek Rosa
Renamed SplinePresenter to SplineChartItem
r460 $$PWD/splinechartitem.cpp
Marek Rosa
Spline initial
r295
Marek Rosa
Spline working somewhat
r401 PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
Marek Rosa
Spline initial
r295
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h