21/02
2017
Wallogit.com
2017 © Pedro PelĆ”ez
JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaƫl library for vector drawing., (*1)
customSectors: {
percents: true,
ranges: [{
color : "#43bf58",
lo : 0,
hi : 50
},{
color : "#ff3b30",
lo : 51,
hi : 100
}]
}
Example: http://justgage.com/examples/custom-sectors.html, (*2)
Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/justgage/issues/245, (*3)