From e261c2dbe076f852ac72fd37c8376b2193e59e3a Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 15 Jul 2022 19:44:17 +0100 Subject: [PATCH] Update svg-line-orange.html Update the alignment --- demos/svg-line-orange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/svg-line-orange.html b/demos/svg-line-orange.html index 4a92dabd..65ce8e47 100644 --- a/demos/svg-line-orange.html +++ b/demos/svg-line-orange.html @@ -71,7 +71,7 @@

A graduated orange filled SVG Line chart

xaxisColor: 'gray' } }).trace().responsive([ - {maxWidth:null,width:700,height:275,options:{linewidth:7,textSize:14,xaxisLabels: ['2006','2007','2008','2009','2010','2011','2012','2013','2014','2015','2016','2017','2018']},parentCss:{'float':'right',textAlign:'left'}}, + {maxWidth:null,width:700,height:275,options:{linewidth:7,textSize:14,xaxisLabels: ['2006','2007','2008','2009','2010','2011','2012','2013','2014','2015','2016','2017','2018']},parentCss:{'float':'right',textAlign:'center'}}, {maxWidth:800,width:400,height:200,options:{linewidth:5,textSize:10,xaxisLabels: ['`06','`07','`08','`09','`10','`11','`12','`13','`14','`15','`16','`17','`18'],},parentCss:{'float':'none',textAlign:'center'}} ]);