Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.                             var plot1 = $.jqplot ('lineChart', #{chartModel.data}, {
  3.                                 grid: {
  4.                                         backgroundColor: '#2D2D2D',
  5.                                         borderWidth: 0,
  6.                                   },
  7.                                  animate: true
  8.                             });
  9.                         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement