Skip to main content

Introduction

Axes are one of the main components in react-plot

There are currently 2 different components to represent your Axes:

They must be direct children of the Plot component and you may have several on the same plot.

Default Axes

Adding any Series in your plot will create automatically two basic axis

Example