(function( $ ) { 'use strict'; $("#sparklinePie").sparkline(sparklinePieData, { type: 'pie', height: '70px', width: '70px', barColor: '#0088cc' }); }).apply( this, [ jQuery ]);