mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console/frontend: increase the number of points by default
This commit is contained in:
@@ -76,6 +76,7 @@ const graph = ref({
|
||||
},
|
||||
valueFormatter: formatBps,
|
||||
},
|
||||
animationDuration: 500,
|
||||
series: [],
|
||||
});
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user