Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db33633

Browse files
Merge pull request #1489 from cxong/patch-1
Update 2015-04-09-click.html
2 parents 2daf93c + 871cf48 commit db33633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/chart-events/callbacks-click/2015-04-09-click.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
myPlot.on('plotly_click', function(data){
2525
var pts = '';
26-
for(var i=0; i < data.points.length; i++){
26+
for(var i=0; i < data.points.length; i++){
2727
pts = 'x = '+data.points[i].x +'\ny = '+
2828
data.points[i].y.toPrecision(4) + '\n\n';
2929
}

0 commit comments

Comments
 (0)