0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the pie chart demo to be more interesting and showcase more of what Krang.Color can do. More... over 13 years ago
Fix issue with drawing pie chart wedges. More... over 13 years ago
Fix an issue with drawing multiple datasets at once on line charts. More... over 13 years ago
Fix an issue with NaN values in chart axis labels. More... over 13 years ago
Add a bunch of documentation. More... over 13 years ago
Add task for generating docs. More... over 13 years ago
Add ignores. More... over 13 years ago
Update to latest stable Raphael. More... over 13 years ago
Add PDoc submodule. (WOW, IT'S BEEN AN ENTIRE YEAR SINCE I TOUCHED THIS REPO) More... over 13 years ago
Update README. More... over 14 years ago
Various changes for Raphael 1.0 compatibility. More... over 14 years ago
Change comment type for the sake of Sprockets. More... over 14 years ago
Update Raphael to 1.0 RC1.3. More... over 14 years ago
A sloppy first pass at animating between datasets. More... over 14 years ago
Change the API a bit for the ordered hash. More... over 14 years ago
Create "dist" directory if it doesn't exist already. More... over 14 years ago
Add a task for generating a YUI-compressed version of Krang. More... over 14 years ago
Simplify Krang.deepExtend. More... over 14 years ago
Redefine Raphael's `remove` function so that it doesn't cause spurious errors in Safari. More... over 14 years ago
Make `Krang.Data` methods into instance methods on Raphael elements. More... over 14 years ago
Give names to all datasets. More... over 14 years ago
Update examples. More... over 14 years ago
Update `Chart.Bar` and `Chart.Line` to use the new `Krang.LayerSet`. Should help ensure that text labels are always visible, among other things. More... over 14 years ago
Implement `Krang.Data.getHash`. More... over 14 years ago
Update `Krang.Text` so that the text and the optional debug rectangle are returned as a Raphael `Set`. More... over 14 years ago
Update krang.js. More... over 14 years ago
Add `Krang.OrderedHash` and a subclass, `Krang.LayerSet`, for managing layers of shapes. More... over 14 years ago
Add `Krang.Text`, a class for drawing text inside of an imaginary box. More... over 14 years ago
Update `Krang.Mixin#setOptions` so that it can be called more than once without overriding existing options. More... over 14 years ago
Major refactoring of Chart.Bar and Chart.Line. Updated to be more readable/maintainable and to rely more on shared logic from Chart.Area. More... over 14 years ago