Skip to content

Commit 4bf9052

Browse files
committed
unified hoverlabel: title font should be the same as fullLayout.font
1 parent 818223d commit 4bf9052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fx/hover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function createHoverText(hoverData, opts, gd) {
935935
var mockLayoutIn = {
936936
showlegend: true,
937937
legend: {
938-
title: {text: t0, font: fullLayout.title.font},
938+
title: {text: t0, font: fullLayout.font},
939939
font: fullLayout.font,
940940
bgcolor: fullLayout.paper_bgcolor,
941941
borderwidth: 1,

0 commit comments

Comments
 (0)