0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check length rather than against array More... almost 17 years ago
Make copies of arrays (just in case) - added hideonly function for completeness More... almost 17 years ago
More additions to make sure logic prevails! More... almost 17 years ago
Prevent all data being lost More... almost 17 years ago
Add showall/hideall/showonly functions to Chartr.Line to enable hiding/showing data without losing the data More... almost 17 years ago
By default we should redraw axes More... almost 17 years ago
Added options to Chartr.Line to prevent axes labels being redrawn on mouse move - might speed up performance in some cases More... almost 17 years ago
Make tooltips work in IE More... almost 17 years ago
Clean up comments More... almost 17 years ago
Update todo More... almost 17 years ago
Seperate chart types out into seperate files More... almost 17 years ago
Added animation to line chart More... almost 17 years ago
Remove items from todo that are now done More... almost 17 years ago
Pie chart hovering and tips should only work inside the circle - fixed More... almost 17 years ago
Hide tip on mouseout More... almost 17 years ago
Added pie chart hovering and animation More... almost 17 years ago
update to-do list More... almost 17 years ago
Parent should hideTip More... almost 17 years ago
update to-do list More... almost 17 years ago
To-do list More... almost 17 years ago
Missed hideTip in linechart class More... almost 17 years ago
moved mouse positioning into parent class, updated all sub-classes to work with the new method - subclasses can use events to access mousemove/out More... almost 17 years ago
Show/Hide tip in parent, in preparation for mouse events to also move into parent class More... almost 17 years ago
Animate percent should be set here, so that new data animates More... almost 17 years ago
Animate percent should be set here, so that new data animates More... almost 17 years ago
Tooltip into parent as it is a shared resource - there can only be one More... almost 17 years ago
Demo axis wasnt being drawn - this should fix that More... almost 17 years ago
Missed mouseout, and tidied up tips - should provide speed up on mouse events More... almost 17 years ago
Missed mouseover on last commit More... almost 17 years ago
Dont redraw the axis when we are doing an animation, or a mouse over effect - only when new data is passed More... almost 17 years ago