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

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