Using ShieldUI Chart Two easy steps to initialize your chart 1. Include :Add references to the required scripts on the page: <script type="text/ javascript " src ="// www.shieldui.com/shared/components/latest/chart/js/jquery-1.9.1.min.js "></script> <script type="text/ javascript " src ="// www.shieldui.com/shared/components/latest/chart/js/shield-chart.all.min.js "></script> </head> 2. Component configuration : Setup control properties, such as: dataSeries : [{ seriesType : 'line' , collectionAlias : 'Households' , data : [ 0.164 , 0.173 , 0.184 , 0.167 , 0.177 , 0.189 , 0.180 , 0.183 , 0.188 , 0.160 , 0.176 , 0.178 ] } , { seriesType : 'line', collectionAlias: 'Industry', data: [0.103, 0.105, 0.112, 0.111, 0.102, 0.099, 0.110, 0.113, 0.117, 0.119, 0.123, 0.117] }]