Show label in Slice Graph on x axis

This commit is contained in:
Simon Hessner
2021-04-22 11:38:09 +01:00
parent c9b280cd16
commit e00fb28b5a
@@ -205,6 +205,7 @@ const plotSlice = (
},
tickvals: tickvals,
ticktext: vocabArr,
automargin: true
}
plotly.react(plotDomId, trace, layout)
}