Skip to content

Commit 4b88103

Browse files
merge in other HTML example fix
2 parents 461e6f8 + 5e9e2c6 commit 4b88103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/style/annotations/2015-10-08-style-annotation-b.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
bordercolor: point.fullData.marker.color,
6060
borderwidth: 3,
6161
borderpad: 4,
62-
text: '<i>Series Identification</i><br>' +
62+
text: '<i>Series Identification</i>' + <br>
6363
'<b>Year</b> '+(point.data.name) + '<br>' +
6464
'<i>Point Identification</i><br>' +
6565
'<b>Month</b> '+ (months[point.pointNumber]) +

0 commit comments

Comments
 (0)