##// 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
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = subdirs
Michal Klocek
Adds tst_qvaluesaxis stub implementation
r1699 SUBDIRS += \
qchartview \
qchart \
qlineseries \
qbarset \
qbarseries \
qstackedbarseries \
qpercentbarseries \
qpieslice qpieseries \
qpiemodelmapper \
qsplineseries \
qscatterseries \
qxymodelmapper \
qbarmodelmapper \
qhorizontalbarseries \
qhorizontalstackedbarseries \
qhorizontalpercentbarseries \
Marek Rosa
renamed QValueAxis related files
r1805 qvalueaxis \
Marek Rosa
QChart mapping functions: return QPoint(0, 0) if series type is Pie...
r2351 qlogvalueaxis \
Marek Rosa
Renamed QCategoryAxis related files
r1817 qcategoryaxis \
Michal Klocek
Removes test_private form qmake, adds chaeck in soruce file of private tests
r1977 qbarcategoryaxis \
domain \
sauimone
qlegend unit test started
r2207 chartdataset \
qlegend
Michal Klocek
Disables qml test on < qt 4.7.4
r2005
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867 !linux-arm*: {
Tero Ahola
Unit test module for QML API
r2206 SUBDIRS += \
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867 qdatetimeaxis
}
Titta Heikkala
Qt Charts project file structure change...
r2712 qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
Miikka Heikkinen
Fix qml autotest after qtquick2 support was added...
r2499 }