From 11245696c5f41722b7daa4c3ae5a06b2a5f1ce96 Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Wed, 4 May 2022 12:50:16 +0200 Subject: [PATCH] Update 2015-08-12-ribbon-plot-example.html --- .../3d/ribbon-plots/2015-08-12-ribbon-plot-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/plotly_js/3d/ribbon-plots/2015-08-12-ribbon-plot-example.html b/_posts/plotly_js/3d/ribbon-plots/2015-08-12-ribbon-plot-example.html index 61345417f..a66eae6e4 100644 --- a/_posts/plotly_js/3d/ribbon-plots/2015-08-12-ribbon-plot-example.html +++ b/_posts/plotly_js/3d/ribbon-plots/2015-08-12-ribbon-plot-example.html @@ -6,7 +6,7 @@ sitemap: false arrangement: horizontal --- -d3.json('https://raw.githubusercontent.com/plotly/datasets/master/3d-ribbon.json', function(figure){ +d3.json('https://raw.githubusercontent.com/plotly/datasets/master/3d-ribbon.json').then(function(figure){ var trace1 = { x:figure.data[0].x, y:figure.data[0].y, z:figure.data[0].z,