##// END OF EJS Templates
Bar series to use theme base colors. Pie brush minor fix....
Bar series to use theme base colors. Pie brush minor fix. Also fixed pen of bar series and stacked bar series.

File last commit:

r470:5c708e3e7c7c
r661:4756f59398b8
Show More
scatter.pri
12 lines | 219 B | text/plain | TextLexer
Tero Ahola
Moved scatter impl into a subfolder
r194 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
Michal Klocek
Refactor scatter chart to fit the other classes...
r470 $$PWD/scatterchartitem.cpp
Tero Ahola
Moved scatter impl into a subfolder
r194
PRIVATE_HEADERS += \
Michal Klocek
Refactor scatter chart to fit the other classes...
r470 $$PWD/scatterchartitem_p.h
Tero Ahola
Moved scatter impl into a subfolder
r194
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h