Skip to content

Commit 59f3f86

Browse files
authored
Merge pull request #163 from jvaque/master
Fix Typo On Continuous Error Bars
2 parents b549d4d + b1a03e3 commit 59f3f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/statistical/continuous-error-bars/2016-02-15-filled-lines.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
fill: "tozerox",
3434
fillcolor: "rgba(231,107,243,0.2)",
3535
line: {color: "transparent"},
36-
name: "Fair",
36+
name: "Ideal",
3737
showlegend: false,
3838
type: "scatter"
3939
};
@@ -85,4 +85,4 @@
8585
zeroline: false
8686
}
8787
};
88-
Plotly.newPlot('myDiv', data, layout);
88+
Plotly.newPlot('myDiv', data, layout);

0 commit comments

Comments
 (0)