npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

just-gauge

v0.0.1

Published

JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.

Downloads

9

Readme

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

###Update log

######September 20, 2016. Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/justgage/issues/245

######March 29, 2016.

  • refresh(val, max, config) - now you can include config object when calling refresh function to update any existing justGage parameter

######March 25, 2016.

  • onAnimationEnd - callback function after gauge animation ends
  • demo at http://justgage.com/examples/animation-events-hooks.html

######February 3, 2016.

  • minTxt & maxTxt - Show custom min and max text - https://github.com/toorshia/justgage/issues/193

######January 31, 2016.

  • fix - https://github.com/toorshia/justgage/issues/194

######January 27, 2016.

  • titlePosition - 'above' or 'below'
  • titleFontFamily - customize font-family for the title
  • valueFontFamily - customize font-family for the value
  • demo at http://justgage.com/examples/font-options.html

######January 5, 2016.

  • donut pointer - render configurable triangle pointer in donut mode - demo at http://justgage.com/examples/pointer.html

######November 10, 2015.

  • reverse - reverse the gauge direction - demo at http://justgage.com/examples/reverse.html
  • pointer - render triangular value pointer - demo at http://justgage.com/examples/pointer.html

######November 08, 2015.

  • defaults - option to define common config object when you're creating multiple gauges - demo at http://justgage.com/examples/defaults.html

######August 19, 2015.

  • fixed shadow id issue (same ids were being generated)

######February 16, 2014.

  • fix - https://github.com/toorshia/justgage/issues/102

######October 28, 2013.

  • use HTML5 'data' attributes of the DOM Element to render the gauge. (Note: data attributes override the constructor options, if present.)

######April 18, 2013.

  • parentNode - use instead of id, attaches gauge to node which is outside of DOM tree - demo at http://justgage.com/examples/custom-node.html
  • width - force gauge width
  • height - force gauge height

######April 17, 2013.

  • fix - https://github.com/toorshia/justgage/issues/49

######April 01, 2013.

  • fix - https://github.com/toorshia/justgage/issues/46

######March 26, 2013.

  • customSectors - define one or many value ranges with custom gauge color - demo at http://justgage.com/examples/custom-sectors.html

######March 23, 2013.

  • counter - option to animate value in counting fashion - check demo at http://justgage.com/examples/counter.html

######March 19, 2013.

  • refresh() - added optional 'max' parameter to use when you need to update max value - demo at http://justgage.com/examples/refresh-maximum.html

######February 26, 2013.

  • decimals - option to define/limit number of decimals when not using humanFriendly or customRenderer to display value
  • fixed a missing parameters bug when calling generateShadow() for IE < 9

######December 31, 2012.

  • fixed text y-position for hidden divs - workaround for Raphael 'dy' bug - https://github.com/DmitryBaranovskiy/raphael/issues/491
  • 'show' parameters, like showMinMax are now 'hide' because I am lame developer - please update these in your setups
  • Min and Max labels are now auto-off when in donut mode
  • Start angle in donut mode is now 90
  • donutStartAngle - option to define start angle for donut

######November 25, 2012.

  • Option to define custom rendering function for displayed value

######November 19, 2012.

  • Fix for human friendly option when refreshing
  • Config.value is now updated after gauge refresh

######November 13, 2012.

  • Donut display mode added
  • Option to hide value label
  • Option to enable responsive gauge size
  • Removed default title attribute
  • Option to accept min and max defined as string values
  • Option to configure value symbol
  • Fixed bad aspect ratio calculations
  • Option to configure minimum font size for all texts
  • Option to show shorthand big numbers (human friendly)