added plot titles to config

This commit is contained in:
Malar Kannan
2018-07-02 00:06:04 +05:30
parent b02c090d03
commit 97e628c4e1
3 changed files with 8 additions and 2 deletions

View File

@@ -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"
}, {