##// END OF EJS Templates
Added colormap chart examples...
Added colormap chart examples Improved Zoom, added direction parameter. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2901:d2a7a7849617
r2901:d2a7a7849617
Show More
charts.pro
67 lines | 1.6 KiB | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
boxplotchart \
legend \
barmodelmapper \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis \
polarchart \
piechartcustomization \
dynamicspline \
nesteddonuts \
chartinteractions \
callout \
chartthemes \
colormap
qtHaveModule(quick) {
SUBDIRS += qmlboxplot \
qmlpiechart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlaxes \
qmlcustomlegend \
qmlpolarchart \
qmlchart \
qmloscilloscope
}
qtHaveModule(multimedia) {
SUBDIRS += audio
} else {
message("QtMultimedia library not available. Some examples are disabled.")
}
contains(QT_CONFIG, opengl) {
SUBDIRS += openglseries
} else {
message("OpenGL not available. Some examples are disabled.")
}
!contains(QT_COORD_TYPE, float): {
SUBDIRS += \
datetimeaxis
}