##// END OF EJS Templates
Refactor barchart...
Refactor barchart * Move implmentation to specific directories * Implement axis intialization and default only in base class since code is very trival

File last commit:

r1697:b1c06caff815
r1707:a9fe09868de9
Show More
examples.pro
31 lines | 812 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "examples"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
presenterchart \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
legend \
barmodelmapper \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donut \
donutdrilldown