##// END OF EJS Templates
Fix zooming...
Fix zooming If chart is zoomed only horizontally or vertically then the range for the other direction should not change. This is now checked by comparing the minimum and maximum values to the axis span. Change-Id: Icb5e14fc41afcedd7f75e60ca3ad6f699b053ae7 Task-number: QTRD-3399 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2728:2e341eff31af
Show More
auto.pro
35 lines | 810 B | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += \
qchartview \
qchart \
qlineseries \
qbarset \
qbarseries \
qstackedbarseries \
qpercentbarseries \
qpieslice qpieseries \
qpiemodelmapper \
qsplineseries \
qscatterseries \
qxymodelmapper \
qbarmodelmapper \
qhorizontalbarseries \
qhorizontalstackedbarseries \
qhorizontalpercentbarseries \
qvalueaxis \
qlogvalueaxis \
qcategoryaxis \
qbarcategoryaxis \
domain \
chartdataset \
qlegend
!linux-arm*: {
SUBDIRS += \
qdatetimeaxis
}
qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
}