Skip to content

Commit 8ad242d

Browse files
committed
change hoversubplots to axis
1 parent 63299d7 commit 8ad242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const default_layout: Partial<Plotly.Layout> = {
2424
xaxis: { title: '', automargin: true, },
2525
yaxis: { title: '', automargin: true, },
2626
hovermode: 'x',
27+
hoversubplots: 'axis',
2728
};
2829

2930
const default_plot_options: Partial<Plotly.Config> = {

0 commit comments

Comments
 (0)