I am using jqPlot to render a graph on a page.
I am following this link. http://www.jqplot.com/tests/bar-charts.php
The data point that I give to the graph are dynamic. so sometime the size of the graph is different. Is there a way/or able to set property for jqPlot?
To be precise, the question is how to set the height and width of graph so that every time I get new data the size of the graph and size of labels are always same. An example with jsFiddle would help everyone including myself.