##// 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:

r938:43d9ec405aa3
r1790:9e99014de1f1
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
Marek Rosa
Spline initial
r295 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
Marek Rosa
Renamed SplinePresenter to SplineChartItem
r460 $$PWD/splinechartitem.cpp
Marek Rosa
Spline initial
r295
Marek Rosa
Spline working somewhat
r401 PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
Marek Rosa
Spline initial
r295
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h