Skip to content

Latest commit

 

History

History
18 lines (14 loc) Β· 1.1 KB

File metadata and controls

18 lines (14 loc) Β· 1.1 KB

ChartSourceQuery

Properties

Name Type Description Notes
name str Name of the source
query str Query expression to plot on the chart
disabled bool Whether the source is disabled [optional]
secondary_axis bool Determines if this source relates to the right hand Y-axis or not [optional]
scatter_plot_source str For scatter plots, does this query source the X-axis or the Y-axis [optional]
querybuilder_serialization str Opaque representation of the querybuilder [optional]
querybuilder_enabled bool Whether or not this source line should have the query builder enabled [optional]
source_description str A description for the purpose of this source [optional]
source_color str The color used to draw all results from this source (auto if unset) [optional]

[Back to Model list] [Back to API list] [Back to README]