simplegraph
simplegraph copied to clipboard
Simple graphs using jQuery and Raphael
Results
2
simplegraph issues
Sort by
recently updated
recently updated
newest added
The README says: ``` drawPoints:: [true] whether or not to draw points on the graph ``` but the default value of drawPoints is **false** (see [jquery.simplegraph.js line #273](https://github.com/benaskins/simplegraph/blob/master/jquery.simplegraph.js#L273)).
You forgot to add the lowerBound value to ii var on for. something like: for (var i = 1, ii = ((grid.rows)+(this.settings.lowerBound/2)); i < (ii-this.settings.lowerBound / 2); i = i...