From e7ccb3b0b2594eb4318fa02d100bd6d4db5b1f27 Mon Sep 17 00:00:00 2001 From: Tim van Steenbergen Date: Wed, 11 May 2022 00:10:19 +0200 Subject: [PATCH] Update 2015-04-09-multiple-axes-multiple.html Correction in the titles of yaxis3 and 4 --- .../multiple-axes/2015-04-09-multiple-axes-multiple.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/plotly_js/subplot/multiple-axes/2015-04-09-multiple-axes-multiple.html b/_posts/plotly_js/subplot/multiple-axes/2015-04-09-multiple-axes-multiple.html index 062a6711b..a26c90bf7 100755 --- a/_posts/plotly_js/subplot/multiple-axes/2015-04-09-multiple-axes-multiple.html +++ b/_posts/plotly_js/subplot/multiple-axes/2015-04-09-multiple-axes-multiple.html @@ -58,7 +58,7 @@ position: 0.15 }, yaxis3: { - title: 'yaxis4 title', + title: 'yaxis3 title', titlefont: {color: '#d62728'}, tickfont: {color: '#d62728'}, anchor: 'x', @@ -66,7 +66,7 @@ side: 'right' }, yaxis4: { - title: 'yaxis5 title', + title: 'yaxis4 title', titlefont: {color: '#9467bd'}, tickfont: {color: '#9467bd'}, anchor: 'free',