Skip to content

Commit

Permalink
feat: Enhance Timline design (close #107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Apr 20, 2020
1 parent ed234f1 commit bdc6008
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions src/schemas/settings.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@
"helper": "schemas.LOCATION_FORMAT"
}
},
"timelineSpan": {
"type": "number",
"group": "schemas.TIMELINE_SETTINGS",
"field": {
"component": "form/KNumberField",
"helper": "schemas.TIMELINE_SPAN"
}
},
"timelineOffset": {
"type": "number",
"group": "schemas.TIMELINE_SETTINGS",
"field": {
"component": "form/KNumberField",
"helper": "schemas.TIMELINE_OFFSET"
}
},
"timelineStep": {
"type": "number",
"group": "schemas.TIMELINE_SETTINGS",
Expand All @@ -99,24 +83,14 @@
"options": [
{ "label": "5m", "value": 5 },
{ "label": "10m", "value": 10 },
{ "label": "12m", "value": 12 },
{ "label": "15m", "value": 15 },
{ "label": "20m", "value": 20 },
{ "label": "30m", "value": 30 },
{ "label": "1h", "value": 60, "selected": true },
{ "label": "3h", "value": 180 },
{ "label": "6h", "value": 360 },
{ "label": "12h", "value": 720 },
{ "label": "24h", "value": 1440 }
{ "label": "1h", "value": 60, "selected": true }
]
}
},
"timelineReference": {
"type": "string",
"group": "schemas.TIMELINE_SETTINGS",
"field": {
"component": "form/KTextField",
"helper": "schemas.TIMELINE_REFERENCE"
}
},
"timeseriesSpan": {
"type": "number",
"group": "schemas.TIMESERIES_SETTINGS",
Expand Down

0 comments on commit bdc6008

Please sign in to comment.