##// 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
linechart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
Michal Klocek
Cleanup build setup...
r249
PUBLIC_HEADERS += \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.h