Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
canvas-dial
Advanced tools
A simple dial or gauge implemented in HTML5 Canvas and designed to be performant and flexible.
new Dial(element, options)
create a new dial, owning a single DOM element.
Options are listed below
dial.draw(value)
update the dial to show a new value.
{
// the width & height of the gauge canvas element
diameter: 20,
// the width of the stroke indicating the gauge's background
// and foreground values
width: 8,
// the outer width of the gauge
outer: 15,
// the gap at the bottom of the gauge, if any
gap: 10,
// the strokeStyle of the background that indicates
// the total range of the gauge
background: '#eee',
// the strokeStyle of the dial - the part that shows data
foreground: '#00f',
// the minimum value in the scale.
min: 0,
// the value from which the gauge starts. 0 is common
// for absolute values, 0.5 can be useful for things like
// saturation/desaturation
start: 0.5,
// the maximum value represented by the gauge
max: 1
}
FAQs
a dial indicator
The npm package canvas-dial receives a total of 0 weekly downloads. As such, canvas-dial popularity was classified as not popular.
We found that canvas-dial demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.