Skip to content

Commit

Permalink
Update svg-line-orange.html
Browse files Browse the repository at this point in the history
Update the alignment
  • Loading branch information
heyesr committed Jul 15, 2022
1 parent f85039d commit e261c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/svg-line-orange.html
Expand Up @@ -71,7 +71,7 @@ <h1>A graduated orange filled SVG Line chart</h1>
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'}}

]);
Expand Down

0 comments on commit e261c2d

Please sign in to comment.