##// END OF EJS Templates
Reserve ordering of chart series internally....
Reserve ordering of chart series internally. This fixes for example issues with series colors being randomly messed up; an issue was most frequently seen in QML test app and on OSX after adding multiple series.

File last commit:

r421:fe0a0dc06876
r825:d850de289019
Show More
areachart.pri
13 lines | 300 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
#$$PWD/areachartanimationitem.cpp \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
# $$PWD/linechartanimationitem_p.h
PUBLIC_HEADERS += \
$$PWD/qareaseries.h