Advertisement
gundambison

perbaikan 86a

Sep 26th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.39 KB | None | 0 0
  1.         $.ajax({
  2.             method: "POST",
  3.             url: "data",
  4.             data: {"month":month},
  5.             dataType: "json"
  6.           })
  7.             .done(function(res){
  8.                
  9.               drilldown.series.push({
  10.                 name: 'Shift 1',
  11.                 id: month,
  12.                 color: '#8FBC8F',
  13.                 data: res.data,
  14.               });
  15.             });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement