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.
victory-canvas
Advanced tools
#VictoryCanvas
This is an experimental set of primitive components that can be used in place of the default Victory primitives to render data to a Canvas container rather than SVG.
The current version of this package includes components for line, bar, and scatter charts.
Example usage:
<VictoryLine
groupComponent={<CanvasGroup />}
dataComponent={<CanvasCurve />}
data={data}
/>
<VictoryBar
groupComponent={<CanvasGroup />}
dataComponent={<CanvasBar />}
data={data}
/>
<VictoryScatter
groupComponent={<CanvasGroup />}
dataComponent={<CanvasPoint />}
data={data}
/>
This package currently exports:
CanvasGroup
CanvasCurve
CanvasPoint
CanvasBar
Please visit our documentation site to read more about these components https://formidable.com/open-source/victory
To suggest an addition or correction to this documentation please see https://github.com/FormidableLabs/victory/blob/main/docs/src/content/docs
FAQs
HTML5 Canvas Components for Victory
The npm package victory-canvas receives a total of 175,244 weekly downloads. As such, victory-canvas popularity was classified as popular.
We found that victory-canvas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 17 open source maintainers 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.