##// END OF EJS Templates
Adds force option to chartTheme...
Adds force option to chartTheme * adds missing pen to QLegend * adds missing getters pen,brush from qcharts * renames set getters for titile and background in qchart

File last commit:

r1:e2b454419c47
r645:9b55fd85f9c4
Show More
canvaschart.qmlproject
16 lines | 367 B | text/plain | TextLexer
/ qmlplugin / qml / canvaschart.qmlproject
import QmlProject 1.0
Project {
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
}
JavaScriptFiles {
directory: "."
}
ImageFiles {
directory: "."
}
/* List of plugin directories passed to QML runtime */
// importPaths: [ " ../exampleplugin " ]
}