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.6.1

1 year ago
  • fix: make differential work with all intervals (ab0e50e)

v1.6.0

1 year ago
  • chore: bump deps and fix example (7037f11)
  • feat: differential gauge (#380) (c2fc3cb)
  • chore: bump ci (da56338)
  • chore: bump got and release-it (#378) (1e31b89)
  • chore: bump parse-url from 6.0.0 to 6.0.5 (#377) (deca9c2)
  • chore: bump minimist from 1.2.5 to 1.2.6 (#369) (9814906)

v1.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/toorshia/justgage/compare/v1.5.0...v1.5.1

v1.5.0

2 years ago
  • chore: setup eslint with workflow (#364) (2f7ce5d)

v1.4.3

2 years ago
  • feat: use custom formats when textRenderer returns false (#363) (199c9f7)
  • chore: bump lodash from 4.17.19 to 4.17.21 (#361) (d527ca3)

v1.4.2

3 years ago
  • fix: refresh with min/max 0 (#360) (869d3b4)

v1.4.1

3 years ago
  • feat: labelFontFamily (#358) (80ab22e)
  • chore: bump ini from 1.3.5 to 1.3.7 (#357) (ac0753f)
  • chore: bump lodash from 4.17.15 to 4.17.19 (#353) (dc0c335)

v1.4.0

3 years ago
  • fix: umd template (b51eddd)
  • chore: bump websocket-extensions from 0.1.3 to 0.1.4 (#350) (99ed0a6)
  • chore: Upgrade raphael from 2.2.8 to 2.3.0 (#347) (9530969)
  • refactor: Cleaner code for pki e ndl custom functions (d6308e3)

v1.3.5

4 years ago
  • Merge pull request #343 from canne/master (2b34083)
  • Merge pull request #1 from canne/canne-patch-1 (676a595)
  • from ixHexNumber to isHexColor (105504c)

v1.3.4

4 years ago
  • chore: Revert after failed release (3ac9d41)
  • Release 1.3.4 (2d1ddf9)
  • fix: Removed const and backtick for browser compatibility (491a010)
  • fix: Animation time human numbers example (ac84e89)
  • Merge branch 'master' of https://github.com/toorshia/justgage (c965865)
  • fix: Human numbers example range (59c0945)
  • Update index.html (c090293)
  • Update index.html (5fce6bc)
  • Update index.html (251b7c4)
  • Update index.html (ce6e872)
  • docs: Updated Readme with breaking changes (76043c1)
  • Merge pull request #340 from deezone/Issue-241 (ff32c9a)
  • docs: Issue-241 - update README to include .update() functionality (a7cdb9f)
  • feat: Issue 241 - add support for labelFontColor as update() parameter (11a6455)
  • feat: Issue 241 - added support for options as array in update() (4245021)
  • feat: Issue 241 - added update method to support updating valueFontColor hex value dynamically (3e0841b)