##// END OF EJS Templates
fix in legend series visibility handling
fix in legend series visibility handling

File last commit:

r1632:68973f65be55
r1645:bb8b6398e656
Show More
examples.pro
26 lines | 655 B | text/idl | PrologLexer
Tero Ahola
Hacked library dependency issues on OSX
r1035 CURRENTLY_BUILDING_COMPONENTS = "examples"
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
Tero Ahola
Hacked library dependency issues on OSX
r1035 error( "Couldn't find the config.pri file!" )
Michal Klocek
Adds missing includes for pro files
r1003 }
Michal Klocek
adds missing files form previous commit
r12 TEMPLATE = subdirs
Michal Klocek
Uninfy examples , updated public API changes
r747 SUBDIRS += \
areachart \
Marek Rosa
Customchart partially fixed (no categories on axes)
r1631 customchart \
Michal Klocek
Uninfy examples , updated public API changes
r747 linechart \
Tero Ahola
Added minimalistic scatter example
r123 percentbarchart \
Michal Klocek
Refactors qchart , adds line animation...
r131 piechart \
Jani Honkonen
make piechartdrilldown compile again
r798 piechartdrilldown \
Michal Klocek
Fix compilation of presenter chart
r866 presenterchart \
Michal Klocek
Uninfy examples , updated public API changes
r747 scatterchart \
Jani Honkonen
Make scatterinteractions compile
r831 scatterinteractions \
Jani Honkonen
Make splinechart compile
r832 splinechart \
Michal Klocek
Uninfy examples , updated public API changes
r747 stackedbarchart \
Jani Honkonen
Make stackedbarchartdrilldown compile
r829 stackedbarchartdrilldown \
Marek Rosa
New simple model example
r889 zoomlinechart \
sauimone
new series: groupedbarseries
r1167 modeldata \
sauimone
removed groupedbarchart example. fixed barchart example
r1600 barchart \
Marek Rosa
Added barmodelmapper example
r1367 legend \
Tero Ahola
QML API doc main page
r1469 barmodelmapper \
sauimone
added example to combine line and barchart
r1632 qmlpiechart \
lineandbar