influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

DecimalPlaces interface

Indicates whether decimal places should be enforced, and how many digits it should show.

Signature:

interface DecimalPlaces 

Properties

Property Modifiers Type Description
digits?   number (Optional) The number of digits after decimal to display
isEnforced?   boolean (Optional) Indicates whether decimal point setting should be enforced