File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
_posts/plotly_js/style/annotations Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 59
59
bordercolor: point.fullData.marker.color,
60
60
borderwidth: 3,
61
61
borderpad: 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)
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)
69
69
70
70
},
71
71
divid = document.getElementById('myDiv'),
You can’t perform that action at this time.
0 commit comments