made config load at root and updated color loading logic

This commit is contained in:
Malar Kannan
2018-07-01 22:11:00 +05:30
parent b2cff623b7
commit 73c30d7f8e
5 changed files with 92 additions and 116 deletions

View File

@@ -29,5 +29,11 @@
"fileName": "data.csv",
"chartColumn": "status"
}
]
],
"colorMaps" : {
"status" : {
"complicated":"red",
"single":"green"
}
}
}