Change axes of google chart without refresh?
Posted
by
Mike Kriess
on Stack Overflow
See other posts from Stack Overflow
or by Mike Kriess
Published on 2012-10-13T03:34:33Z
Indexed on
2012/10/13
3:36 UTC
Read the original article
Hit count: 172
If I was using the following: https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
Assuming I did not have the line: data.addColumn('number', 'Sold Pencils');
or anything referring to 'Sold Pencils';
How do I make it such that when the user clicks an external link 'Sold Pencils' I am able to retrieve the data and add it to the graph (without the user refreshing the page). Is there some way to redraw the graph/add the column in this way?
© Stack Overflow or respective owner