configurable color map for rows
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
"tabList": [{
|
||||
"tabTitle": "Tab 1",
|
||||
"fileName": "data.csv",
|
||||
"colorColumn": "status"
|
||||
"colorColumn": "status",
|
||||
"colorMap" : {
|
||||
"complicated":"red",
|
||||
"single":"green"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tabTitle": "Tab 2",
|
||||
|
||||
Reference in New Issue
Block a user