Skip to content

Commit

Permalink
fix(agora): only display auto calculated labels when specifying y-axi…
Browse files Browse the repository at this point in the history
…s min/max values (AG-1656) (#2989)
  • Loading branch information
hallieswan authored Feb 4, 2025
1 parent 7a6913c commit 5e180ee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ export class BoxplotChart {
axisLine: {
show: true,
},
axisLabel: {
showMinLabel: yAxisMin == null,
showMaxLabel: yAxisMax == null,
},
splitLine: {
show: false,
},
Expand Down

0 comments on commit 5e180ee

Please sign in to comment.