centered charts
This commit is contained in:
@@ -21,19 +21,19 @@
|
||||
"fileName": "data.csv"
|
||||
}
|
||||
],
|
||||
"chartList":[{
|
||||
"chartList": [{
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "status"
|
||||
},
|
||||
{
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "age"
|
||||
}
|
||||
"fileName": "data.csv",
|
||||
"chartColumn": "age"
|
||||
}
|
||||
],
|
||||
"colorMaps" : {
|
||||
"status" : {
|
||||
"complicated":"red",
|
||||
"single":"green"
|
||||
"colorMaps": {
|
||||
"status": {
|
||||
"complicated": "red",
|
||||
"single": "green"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user