influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

TableViewProperties interface

Signature:

interface TableViewProperties 

Properties

Property Modifiers Type Description
colors   DashboardColor[] Colors define color encoding of data into a visualization
decimalPlaces   DecimalPlaces  
fieldOptions   RenamableField[] fieldOptions represent the fields retrieved by the query with customization options
note   string  
queries   DashboardQuery[]  
shape   ‘chronograf-v2’  
showNoteWhenEmpty   boolean If true, will display note when empty
tableOptions   { verticalTimeAxis?: boolean; sortBy?: RenamableField; wrapping?: ‘truncate’ | ‘wrap’ | ‘single-line’; fixFirstColumn?: boolean; }  
timeFormat   string timeFormat describes the display format for time values according to moment.js date formatting
type   ‘table’