influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

HistogramViewProperties interface

Signature:

interface HistogramViewProperties 

Properties

Property Modifiers Type Description
binCount   number  
colors   DashboardColor[] Colors define color encoding of data into a visualization
fillColumns   string[]  
legendColorizeRows?   boolean (Optional)
legendHide?   boolean (Optional)
legendOpacity?   number (Optional)
legendOrientationThreshold?   number (Optional)
note   string  
position   ‘overlaid’ | ‘stacked’  
queries   DashboardQuery[]  
shape   ‘chronograf-v2’  
showNoteWhenEmpty   boolean If true, will display note when empty
type   ‘histogram’  
xAxisLabel   string  
xColumn   string  
xDomain   number[]