console/frontend: increase the number of points by default

This commit is contained in:
Vincent Bernat
2022-05-14 22:27:02 +02:00
parent 28a58e7b93
commit 16a7d183ca
2 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ const graph = ref({
},
valueFormatter: formatBps,
},
animationDuration: 500,
series: [],
});

View File

@@ -65,7 +65,7 @@ const encodeState = (state) => {
const defaultState = () => ({
start: "6 hours ago",
end: "now",
points: 100,
points: 400,
limit: 10,
dimensions: ["SrcAS", "ExporterName"],
filter: {