Justgage Versions Save

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.

v1.3.3

4 years ago
  • Merge branch 'master' of https://github.com/toorshia/justgage (a722b43)
  • [fix] JustGage is not defined #338 (90b66c6)
  • Merge pull request #337 from deezone/README-npm-example (971f69d)
  • chore: added link url (b0f997c)
  • docs: addition of link to sample repo that demonstrates npm/browserfy setup for justgage as a package (0a0d960)

v1.3.2

4 years ago
  • [docs] Added example with variable min max values (22a5915)
  • [fix] Bug when min is not 0 (80960ca)
  • [docs] Updated readme (b438b11)
  • [docs] Fixed regex replace for examples name (abc1d40)
  • [docs] Typo on readme (9de25b6)
  • [docs] Readme links and better list of examples names (b364a1b)
  • [docs] Fixed examples (585b0ff)
  • [docs] Fixed examples links and style (878bdc4)
  • [docs] Fixed typo (1fa000f)
  • [docs] Added examples list to index (1143a1d)
  • [docs] Moved justgage.com in docs for github pages (38400c3)
  • [refactor] Cleaner code with isUndefined function (3ac69cf)
  • [fix] Moved level id to bindEvent function (0a68463)
  • [fix] Cleaner events management (d0af184)
  • [chore] Updated raphael and added map file to release (9e41515)

v1.3.1

4 years ago
  • [fix] Removed const (2d1773a)
  • [fix] Memory leak: Unbind events on destroy #296 (e4993c0)
  • [fix] Eve not defined (81cff4c)
  • [feat] Raphael 2.2.8 (5debfd6)
  • [build] Dist files and updated release script (4b235eb)
  • [feat] Gruntfile for dist (b6cd2cb)
  • [refactor] Comments (ca519ed)
  • [feat] Made JustGage AMD andCommonJS friendly (8815ad8)
  • [docs] Added label to refresh (7d21cb9)
  • [docs] Display remaining example and docs (5af3d23)
  • Merge pull request #275 from doofusdavid/master (b4fd547)
  • Merge branch 'master' into master (b55706c)
  • [fix] Reverse example customSectors (350a7db)
  • [feat] Support for label in refresh method (3eea1ac)
  • [feat] Refresh with min value support (back compatible fix) (b51840c)
  • Merge pull request #265 from ghost/master (f6930ac)
  • [docs] Methods section (d6d28cf)
  • [fix] Destroy event and example (15f3c26)
  • Fixed refresh and other locations for displayRemaining (e78d035)
  • Added a displayRemaining property which will show the difference between value and max (useful if you're more interested in how much is left, rather than how much has been used. (904654b)
  • Update .refresh() to support min value (29ab14f)

1.2.9

7 years ago

customSectors receives structural update + additional "percents" feature (define ranges in %)

1.2.7

7 years ago
  • hideInnerShadow replaced with showInnerShadow due to performance issues with shadows turned on by default
  • relative sizing fixed (it was not working due to wrong canvas size calculations)

1.2.6

7 years ago

Title feature removed, widget dimensions adjusted to fill 99% available canvas width or height (depending on canvas aspect ratio)

1.2.4

7 years ago

JustGage.prototype.destroy() - added method to remove gauge node from DOM

1.2.3

7 years ago

Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/justgage/issues/245

1.2.2

8 years ago

font family and color options for title and value + title position option