
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
phylocanvas-plugin-scalebar
Advanced tools
Visual History for Phylocanvas.
npm install phylocanvas phylocanvas-plugin-scalebar
import Phylocanvas from 'phylocanvas';
import scalebarPlugin from 'phylocanvas-plugin-scalebar';
Phylocanvas.plugin(scalebarPlugin);
Phylocanvas.createTree('id', {
// config defaults
scalebar: {
active: true,
width: 100,
height: 20,
fillStyle: 'black',
strokeStyle: 'black',
lineWidth: 1,
font: '16px Sans-serif',
textBaseline: 'bottom',
textAlign: 'center',
digits: 2,
position: {
bottom: 10,
left: 10,
},
}
})
A list of available options:
active
: Show the scale-bar. The default is true
.width
: The width of the scale-bar in pixels. The default is 100
pixels.height
: The height of the scale-bar in pixels. The default is 20
pixels.lineWidth
: The thickness of scale-bar lines in space units. The default is 1
pixel.strokeStyle
: Specifies the colour or style to use for scale-bar lines. The default is #000
(black).fillStyle
: Specifies the colour or style to use for scale-bar label. The default is #000
(black).font
: Specifies the text style used when drawing scale-bar label. The default is 16px Sans-serif
.digits
: The number of digits to appear after the decimal point; this may be a value between 0 and 20, inclusive. The default is 2
digits.position
: Specifies the scale-bar position on the canvas. Two keys should be provided, one for the vertical position and one for the horizontal position. The default value is { bottom: 10, left: 10 }
.
top
, middle
, or bottom
.left
, centre
, or right
.FAQs
Visual scale-bar for Phylocanvas
The npm package phylocanvas-plugin-scalebar receives a total of 2 weekly downloads. As such, phylocanvas-plugin-scalebar popularity was classified as not popular.
We found that phylocanvas-plugin-scalebar 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.