influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

LinePlusSingleStatProperties interface

Signature:

interface LinePlusSingleStatProperties 

Properties

Property Modifiers Type Description
adaptiveZoomHide?   boolean (Optional)
axes   Axes  
colors   DashboardColor[] Colors define color encoding of data into a visualization
decimalPlaces   DecimalPlaces  
generateXAxisTicks?   string[] (Optional)
generateYAxisTicks?   string[] (Optional)
hoverDimension?   ‘auto’ | ‘x’ | ‘y’ | ‘xy’ (Optional)
legendColorizeRows?   boolean (Optional)
legendHide?   boolean (Optional)
legendOpacity?   number (Optional)
legendOrientationThreshold?   number (Optional)
note   string  
position   ‘overlaid’ | ‘stacked’  
prefix   string  
queries   DashboardQuery[]  
shadeBelow?   boolean (Optional)
shape   ‘chronograf-v2’  
showNoteWhenEmpty   boolean If true, will display note when empty
staticLegend?   StaticLegend (Optional)
suffix   string  
timeFormat?   string (Optional)
type   ‘line-plus-single-stat’  
xColumn?   string (Optional)
xTickStart?   number (Optional)
xTickStep?   number (Optional)
xTotalTicks?   number (Optional)
yColumn?   string (Optional)
yTickStart?   number (Optional)
yTickStep?   number (Optional)
yTotalTicks?   number (Optional)