Guest User

Untitled

a guest
Sep 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. zingchart.render({
  2. id : 'myChart',
  3. data : myConfig,
  4. height: 400,
  5. width: "100%"
  6. });
  7.  
  8. $("#myChart").html('');
  9.  
  10. zingchart.exec('myChart','destroy');
Add Comment
Please, Sign In to add comment