Skip to content

Commit db4b512

Browse files
Plotly: remove title of x axis
1 parent 6796eb9 commit db4b512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Plotly.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ export default {
653653
plotOptions.xaxis = {
654654
rangeslider: {},
655655
domain: this.calculateXAxisDomain(),
656-
title: 'time_boot (ms)',
656+
title: ' ',
657657
tickformat: ':04,2f'
658658
}
659659
if (this.plotInstance !== null) {

0 commit comments

Comments
 (0)