influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

BandViewProperties interface

Signature:

interface BandViewProperties 

Properties

Property Modifiers Type Description
adaptiveZoomHide?   boolean (Optional)
axes   Axes  
colors   DashboardColor[] Colors define color encoding of data into a visualization
generateXAxisTicks?   string[] (Optional)
generateYAxisTicks?   string[] (Optional)
geom   XYGeom  
hoverDimension?   ‘auto’ | ‘x’ | ‘y’ | ‘xy’ (Optional)
legendColorizeRows?   boolean (Optional)
legendHide?   boolean (Optional)
legendOpacity?   number (Optional)
legendOrientationThreshold?   number (Optional)
lowerColumn?   string (Optional)
mainColumn?   string (Optional)
note   string  
queries   DashboardQuery[]  
shape   ‘chronograf-v2’  
showNoteWhenEmpty   boolean If true, will display note when empty
staticLegend?   StaticLegend (Optional)
timeFormat?   string (Optional)
type   ‘band’  
upperColumn?   string (Optional)
xColumn?   string (Optional)
xTickStart?   number (Optional)
xTickStep?   number (Optional)
xTotalTicks?   number (Optional)
yColumn?   string (Optional)
yTickStart?   number (Optional)
yTickStep?   number (Optional)
yTotalTicks?   number (Optional)