Log axes aren't working properly - try this

This commit is contained in:
Herbert Wolverson 2024-07-26 09:26:26 -05:00
parent 549872a5d6
commit b97fd4c67b

View File

@ -5,12 +5,12 @@ export class FlowDurationsGraph extends DashboardGraph {
super(id);
this.option = {
xAxis: {
type: 'log',
name: "Seconds"
name: "Seconds",
type: 'value',
},
yAxis: {
name: "Samples",
type: 'value',
name: "Samples"
},
series: {
data: [],