Git Product home page Git Product logo

justgage's Introduction

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 26, 2016. - release 1.2.9

  • customSectors receives structural update + additional "percents" feature (define ranges in %).
customSectors: {
  percents: true,
  ranges: [{
    color : "#43bf58",
    lo : 0,
    hi : 50
  },{
    color : "#ff3b30",
    lo : 51,
    hi : 100
  }]
}

Example: http://justgage.com/examples/custom-sectors.html

######September 24, 2016. - release 1.2.7

  • 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)

######September 23, 2016.

  • Title feature removed - after many years, it's finally here :)

######September 22, 2016.

  • JustGage.prototype.destroy() - added method to remove gauge node from DOM
  • fixed toorshia#146

######September 20, 2016. Fixing filter paths trying to fetch invalid URLs toorshia#245

######March 25, 2016.

  • onAnimationEnd - callback function after gauge animation ends

######February 3, 2016.

  • minTxt & maxTxt - Show custom min and max text - toorshia#193

######January 31, 2016.

######January 27, 2016.

  • titlePosition - 'above' or 'below'
  • titleFontFamily - customize font-family for the title
  • valueFontFamily - customize font-family for the value

######January 5, 2016.

######November 10, 2015.

######November 08, 2015.

######August 19, 2015.

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

######February 16, 2014.

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

######April 17, 2013.

######April 01, 2013.

######March 26, 2013.

######March 23, 2013.

######March 19, 2013.

######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 - DmitryBaranovskiy/raphael#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)

justgage's People

Contributors

beledouxdenis avatar dbhowell avatar dxprog avatar fnwbr avatar ikari-pl avatar lucasrosa90 avatar nareshv avatar orweinberger avatar raoulschaffranek avatar robertslando avatar toorshia avatar ulflander avatar winterismute avatar yevkbb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.