Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $('#bar').click(function () {
  2.  
  3.  
  4. chart.inverted = true;
  5. chart.xAxis[0].update({}, false);
  6. chart.yAxis[0].update({}, false);
  7. chart.series[0].update({
  8. type: 'column'
  9. });
  10.  
  11. });
  12.  
  13. [http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/series-update/][1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement