Skip to content

Commit 5e9e2c6

Browse files
reverted back
1 parent 7481a33 commit 5e9e2c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
bordercolor: point.fullData.marker.color,
6060
borderwidth: 3,
6161
borderpad: 4,
62-
text: '<i>Series Identification</i>&lt;br&gt;' +
63-
'&lt;b&gt;Year&lt;/b&gt; '+(point.data.name) + '&lt;br&gt;' +
64-
'<i>Point Identification</i>&lt;br&gt;' +
65-
'&lt;b&gt;Month&lt;/b&gt; '+ (months[point.pointNumber]) +
66-
'&lt;br&gt;<i>Point Values</i>&lt;br&gt;' +
67-
'&lt;b&gt;A&lt;/b&gt; '+(point.x).toPrecision(4) +
68-
'&lt;br&gt;&lt;b&gt;B&lt;/b&gt; '+(point.y).toPrecision(4)
62+
text: '<i>Series Identification</i>' + <br>
63+
'<b>Year</b> '+(point.data.name) + '<br>' +
64+
'<i>Point Identification</i><br>' +
65+
'<b>Month</b> '+ (months[point.pointNumber]) +
66+
'<br><i>Point Values</i><br>' +
67+
'<b>A</b> '+(point.x).toPrecision(4) +
68+
'<br><b>B</b> '+(point.y).toPrecision(4)
6969

7070
},
7171
divid = document.getElementById('myDiv'),

0 commit comments

Comments
 (0)