##// 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
piechart.pri
26 lines | 614 B | text/plain | TextLexer
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem.cpp \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem.cpp \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.cpp \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Move PieSliceData to own header
r675 $$PWD/pieslicedata_p.h \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem_p.h \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem_p.h \
Jani Honkonen
pie: added everything as a property in QPieSlice...
r1274 $$PWD/qpieslice_p.h \
Marek Rosa
ModelMapper proposal
r1229 $$PWD/qpieseries_p.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qpiemodelmapper_p.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PUBLIC_HEADERS += \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieseries.h \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.h \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.h