influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > Axis

Axis interface

Axis used in a visualization.

Signature:

interface Axis 

Properties

Property Modifiers Type Description
base?   ’’ | ‘2’ | ‘10’ (Optional) Radix for formatting axis values.
bounds?   string[] (Optional) The extents of the axis in the form [lower, upper]. Clients determine whether bounds are inclusive or exclusive of their limits.
label?   string (Optional) Description of the axis.
prefix?   string (Optional) Label prefix for formatting axis values.
scale?   AxisScale (Optional)
suffix?   string (Optional) Label suffix for formatting axis values.