Commit 5bf171eb authored by Pithon Kabiro's avatar Pithon Kabiro
Browse files

Change the default range selector for line chart

`Range selector` is analogous to the `zoom` of a chart. Set it to
display all the available observations from a datastream.
parent 6fc01344
Showing with 1 addition and 1 deletion
+1 -1
...@@ -408,7 +408,7 @@ const drawLineChartHC = function ( ...@@ -408,7 +408,7 @@ const drawLineChartHC = function (
}, },
rangeSelector: { rangeSelector: {
selected: 1, selected: 5,
}, },
title: { title: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment