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

Skip to content

Commit f3f065f

Browse files
committed
fix https
1 parent 0ae5d65 commit f3f065f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/hover/2015-10-08-rounding-hover-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Rounding X and Y Hover Values
3-
plot_url: http://codepen.io/plotly/embed/GpEmOY/?height=500&theme-id=15263&default-tab=result
3+
plot_url: https://codepen.io/plotly/embed/GpEmOY/?height=500&theme-id=15263&default-tab=result
44
language: plotly_js
55
suite: hover
66
order: 2
@@ -28,4 +28,4 @@
2828
yaxis:{zeroline:false, hoverformat: '.2r', title: 'Rounded: 2 significant values on hover'}
2929
};
3030

31-
Plotly.newPlot('DivEx', data, layout);
31+
Plotly.newPlot('myDiv', data, layout);

0 commit comments

Comments
 (0)