##// END OF EJS Templates
Check that areaseries is actually in chart before trying to update....
Check that areaseries is actually in chart before trying to update. When a line series is used both as a series on chart and as an area series boundary, but not at the same time, animation can sometimes get confused as to what series to update if the area series is removed from the chart and the line series is added to the chart while a series animation is running. Task-number: QTRD-3445 Change-Id: Ia3d72d3ceba784b6e162b2c9b678acdc3e3ffcac Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2800:891ed0097501
Show More
xychart.pri
20 lines | 433 B | text/plain | TextLexer
Titta Heikkala
Qt Charts project file structure change...
r2712 #INCLUDEPATH += $$PWD
#DEPENDPATH += $$PWD
Michal Klocek
Add missing files from previous commit
r466
SOURCES += \
Michal Klocek
Refactor xychartitem -> xychart
r1218 $$PWD/xychart.cpp \
Titta Heikkala
Qt Charts project file structure change...
r2712 $$PWD/qxyseries.cpp \
Marek Rosa
Added Vertical and Horizontal QXYModelMapper
r1252 $$PWD/qxymodelmapper.cpp \
$$PWD/qvxymodelmapper.cpp \
$$PWD/qhxymodelmapper.cpp
Titta Heikkala
Qt Charts project file structure change...
r2712
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
Titta Heikkala
Qt Charts project file structure change...
r2712 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