##// END OF EJS Templates
Switched the z-order of axis to be below series...
Switched the z-order of axis to be below series The axis was changed to be below series to make it possible to get clicked signals from series when a data point is overlapping an axis. If the axis is on top of series, you cannot get clicked events from such data points at all. It should not be a problem if you don't get a clicked event from the axis in this case; you can always click on other position on top of the axis (except in the rare use case that the axis is fully covered by data points of a series).

File last commit:

r1256:b3d46b8e0cda
r1790:9e99014de1f1
Show More
xychart.pri
21 lines | 446 B | text/plain | TextLexer
Michal Klocek
Add missing files from previous commit
r466 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
Michal Klocek
Refactor xychartitem -> xychart
r1218 $$PWD/xychart.cpp \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qxyseries.cpp \
Marek Rosa
Added Vertical and Horizontal QXYModelMapper
r1252 $$PWD/qxymodelmapper.cpp \
$$PWD/qvxymodelmapper.cpp \
$$PWD/qhxymodelmapper.cpp
Michal Klocek
Add missing files from previous commit
r466
PRIVATE_HEADERS += \
Michal Klocek
Refactor xychartitem -> xychart
r1218 $$PWD/xychart_p.h \
Marek Rosa
XYModelMapper slots for model signals implemented
r1256 $$PWD/qxyseries_p.h \
$$PWD/qxymodelmapper_p.h
Michal Klocek
Animation refactor...
r530
Michal Klocek
Add missing files from previous commit
r466
PUBLIC_HEADERS += \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qxyseries.h \
Marek Rosa
Added Vertical and Horizontal QXYModelMapper
r1252 $$PWD/qxymodelmapper.h \
$$PWD/qvxymodelmapper.h \
$$PWD/qhxymodelmapper.h