Log axes aren't working properly - try this

This commit is contained in:
Herbert Wolverson 2024-07-26 09:27:55 -05:00
parent a8dbf6187a
commit c7f06f9a39

View File

@ -6,7 +6,7 @@ export class FlowDurationsGraph extends DashboardGraph {
this.option = { this.option = {
xAxis: { xAxis: {
name: "Seconds", name: "Seconds",
type: 'log', type: 'value',
}, },
yAxis: { yAxis: {
name: "Samples", name: "Samples",