![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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://commerce.nearform.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 0 weekly downloads. As such, victory-canvas popularity was classified as not 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.