Graphs improvements

- Show begin and end time in the graph info table
- Show "Custom" zoom resolution when zoom is active and make it clickable to jump to it later
- Hide past time comparison series by default if too high
This commit is contained in:
emanuele-f 2018-08-17 14:57:40 +02:00
parent 0caf680dc0
commit f3497eb37c
8 changed files with 55 additions and 28 deletions

View file

@ -1231,6 +1231,7 @@ local known_parameters = {
["ts_schema"] = validateSingleWord,
["ts_query"] = validateListOfTypeInline(validateSingleWord),
["ts_compare"] = validateZoom,
["initial_point"] = validateBool,
-- json POST DATA
["payload"] = validateJSON,