influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

XYViewProperties interface

Signature:

interface XYViewProperties 

Properties

Property Modifiers Type Description
adaptiveZoomHide?   boolean (Optional)
axes   Axes  
colorMapping?   ColorMapping (Optional) An object that contains information about the color mapping
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)
note   string  
position   ‘overlaid’ | ‘stacked’  
queries   DashboardQuery[]  
shadeBelow?   boolean (Optional)
shape   ‘chronograf-v2’  
showNoteWhenEmpty   boolean If true, will display note when empty
staticLegend?   StaticLegend (Optional)
timeFormat?   string (Optional)
type   ‘xy’  
xColumn?   string (Optional)
xTickStart?   number (Optional)
xTickStep?   number (Optional)
xTotalTicks?   number (Optional)
yColumn?   string (Optional)
yTickStart?   number (Optional)
yTickStep?   number (Optional)
yTotalTicks?   number (Optional)