pie.charts.js 191 B

12345678910111213
  1. (function( $ ) {
  2. 'use strict';
  3. $("#sparklinePie").sparkline(sparklinePieData, {
  4. type: 'pie',
  5. height: '70px',
  6. width: '70px',
  7. barColor: '#0088cc'
  8. });
  9. }).apply( this, [ jQuery ]);