##// END OF EJS Templates
Fixed AreaSeries initialization for PolarChart...
Fixed AreaSeries initialization for PolarChart The correct domain has to be set for the upper and the lower series of the AreaSeries with polar chart. Updating the geometry of LineChartItem will have problems if the correct domain is not set. Change-Id: Id9664ae175d2ee272c4705fbdbf17d9a719cf428 Task-number: QTRD-3507 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2791:53fbaba3122c
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
$$PWD/scatterchartitem.cpp
PRIVATE_HEADERS += \
$$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h