added plot titles to config
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
}
|
||||
],
|
||||
"chartList": [{
|
||||
"chartTitle": "Status Plot",
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "status"
|
||||
},
|
||||
@@ -29,9 +30,11 @@
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "age"
|
||||
}, {
|
||||
"chartTitle": "Another Status Plot",
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "status"
|
||||
}, {
|
||||
"chartTitle": "Yet Another Status Plot",
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "status"
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user