From b1a03e315afe63991c0bc1dd63511fc2bb1f7b9d Mon Sep 17 00:00:00 2001 From: Jesus Vaquerizo <32816191+jvaque@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:24:54 +0000 Subject: [PATCH] Fix Typo On Continuous Error Bars --- .../continuous-error-bars/2016-02-15-filled-lines.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/plotly_js/statistical/continuous-error-bars/2016-02-15-filled-lines.html b/_posts/plotly_js/statistical/continuous-error-bars/2016-02-15-filled-lines.html index b0fda93ce..ab4be94aa 100644 --- a/_posts/plotly_js/statistical/continuous-error-bars/2016-02-15-filled-lines.html +++ b/_posts/plotly_js/statistical/continuous-error-bars/2016-02-15-filled-lines.html @@ -33,7 +33,7 @@ fill: "tozerox", fillcolor: "rgba(231,107,243,0.2)", line: {color: "transparent"}, - name: "Fair", + name: "Ideal", showlegend: false, type: "scatter" }; @@ -85,4 +85,4 @@ zeroline: false } }; -Plotly.newPlot('myDiv', data, layout); \ No newline at end of file +Plotly.newPlot('myDiv', data, layout);