Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2daf93c + 871cf48 commit db33633Copy full SHA for db33633
_posts/plotly_js/chart-events/callbacks-click/2015-04-09-click.html
@@ -23,7 +23,7 @@
23
24
myPlot.on('plotly_click', function(data){
25
var pts = '';
26
- for(var i=0; i < data.points.length; i++){
+ for(var i=0; i < data.points.length; i++){
27
pts = 'x = '+data.points[i].x +'\ny = '+
28
data.points[i].y.toPrecision(4) + '\n\n';
29
}
0 commit comments