##// 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
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
$$PWD/qlineseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qlineseries.h