configurable color map for rows

This commit is contained in:
Malar Kannan
2018-07-01 21:25:23 +05:30
parent 311180189f
commit b2cff623b7
3 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,11 @@
"tabList": [{
"tabTitle": "Tab 1",
"fileName": "data.csv",
"colorColumn": "status"
"colorColumn": "status",
"colorMap" : {
"complicated":"red",
"single":"green"
}
},
{
"tabTitle": "Tab 2",