0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stylistic changes, remove disclaimer. More... over 14 years ago
Missing from last commit. More... over 14 years ago
Upgrade to latest raphael More... over 14 years ago
Remove hover from swellchart example More... about 15 years ago
Cater for negative values & tweak some of the examples. More... about 15 years ago
Some custom graph experiments I've been sitting on. More... about 15 years ago
Add a custom graph template. More... about 15 years ago
Add sample code to html. More... about 15 years ago
Tidying More... about 15 years ago
Update swellchart sample: set minYAxisValue on instantiation of SimpleGraph More... about 15 years ago
Refactor swellchart example. More... about 15 years ago
Adding a more sophisticated example. More... about 15 years ago
cplineTo might be pretty, but it sure ain't scientific. Produces very wonky looking graps on small scales. More... about 15 years ago
Changes to defaults, and make parts of the private API public to allow custom not-so-simplegraphs to be created. Samples coming. More... about 15 years ago
Upgrade Raphael More... about 15 years ago
Merge branch 'master' of [email protected]:benaskins/simplegraph More... about 15 years ago
Restructure to eliminate need for globals. Hat tip to @lachie. More... about 15 years ago
changed label animation method from deprecated animateTo() to animate() More... about 15 years ago
Merge branch 'master' into gh-pages More... over 15 years ago
Update README More... over 15 years ago
Rewrite as a jquery plugin and make a clearer distinction between public api and private methods. Seperate grid and graph related functions into clearer concerns. More... over 15 years ago
Set pen color before extending settings with options so that we don't lose explicitly specified colors. More... over 15 years ago
$.extend is your friend More... over 15 years ago
Make grid drawing optional and add barWidth option. Had to stop centering bars, otherwise the bar could overlay the y-axis caption and labels. Not aesthetically ideal, but it's a trade off. Need to put more thought into whether there's a better way. More... over 15 years ago
Make sure we're dealing with the units from the current data set. Prevents problem with hover when plotting multiple datasets, each with different units. More... over 15 years ago
Eliminate repitition from setStyleDefaults, thanks @logaan More... over 15 years ago
Add disclaimer to README More... over 15 years ago
Move 'value->pixel' calculations into yToPx() and xToPx() functions. Hopefully this will simplify catering for negative values. Also, gave the yAxis caption a little breathing space. More... over 15 years ago
Raphael 0.5.12 More... over 15 years ago
Removing lint More... over 15 years ago