Package Exports
- @vx/axis
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vx/axis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@vx/axis
An axis component consists of a line with ticks, tick labels, and an axis label that helps viewers interpret your graph.
You can use one of the 4 pre-made axes, or you can create your own based on the <Axis />
element.
Note that the @vx/react-spring
package exports an AnimatedAxis
variant with animated ticks.
Installation
npm install --save @vx/axis