app-ticket.js 180 B

12345678910111213
  1. //[app Javascript]
  2. $(function () {
  3. "use strict";
  4. // donut chart
  5. $('.donut').peity('donut');
  6. // bar chart
  7. $(".bar").peity("bar");
  8. }); // End of use strict