ChartSettings
Representation of the settings of a Wavefront chart
{
"type": "string",
"min": "number",
"max": "number",
"customTags": [
"string"
],
"expectedDataSpacing": 0,
"fixedLegendEnabled": false,
"fixedLegendUseRawStats": false,
"plainMarkdownContent": "string",
"lineType": "string",
"stackType": "string",
"windowing": "string",
"windowSize": 0,
"showHosts": false,
"showLabels": false,
"showRawValues": false,
"showValueColumn": false,
"autoColumnTags": false,
"columnTags": "string",
"tagMode": "string",
"numTags": 0,
"groupBySource": false,
"sortValuesDescending": false,
"defaultSortColumn": "string",
"y1Max": "number",
"y1Min": "number",
"y1Units": "string",
"y0ScaleSIBy1024": false,
"y1ScaleSIBy1024": false,
"y0UnitAutoscaling": false,
"y1UnitAutoscaling": false,
"invertDynamicLegendHoverControl": false,
"fixedLegendPosition": "string",
"fixedLegendDisplayStats": [
"string"
],
"fixedLegendFilterSort": "string",
"fixedLegendShowSourceName": false,
"fixedLegendShowMetricName": false,
"fixedLegendFilterLimit": 0,
"fixedLegendFilterField": "string",
"fixedLegendHideLabel": false,
"xmax": "number",
"xmin": "number",
"ymax": "number",
"ymin": "number",
"timeBasedColoring": false,
"sparklineDisplayValueType": "string",
"sparklineDisplayColor": "string",
"sparklineDisplayVerticalPosition": "string",
"sparklineDisplayHorizontalPosition": "string",
"sparklineDisplayFontSize": "string",
"sparklineDisplayPrefix": "string",
"sparklineDisplayPostfix": "string",
"sparklineSize": "string",
"sparklineLineColor": "string",
"sparklineFillColor": "string",
"sparklineValueColorMapColors": [
"string"
],
"sparklineValueColorMapValuesV2": [
"number"
],
"sparklineValueColorMapValues": [
0
],
"sparklineValueColorMapApplyTo": "string",
"sparklineDecimalPrecision": 0,
"sparklineValueTextMapText": [
"string"
],
"sparklineValueTextMapThresholds": [
"number"
],
"chartDefaultColor": "string",
"logsTable": {
"columns": [
"string"
]
}
}
Chart Type. 'line' refers to the Line Plot, 'scatter' to the Point Plot, 'stacked-area' to the Stacked Area plot, 'table' to the Tabular View, 'scatterploy-xy' to Scatter Plot, 'markdown-widget' to the Markdown display, and 'sparkline' to the Single Stat view
Min value of Y-axis. Set to null or leave blank for auto
Max value of Y-axis. Set to null or leave blank for auto
For the tabular view, a list of point tags to display when using the "custom" tag display mode
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid line in line plots. Default: 60s
Whether to enable a fixed tabular legend adjacent to the chart
If true, the legend uses non-summarized stats instead of summarized
The Markdown content for a Markdown display, in plain text. Use this field instead of markdownContent
.
Plot interpolation type. linear is default
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means Normalized from 0 to 1. wiggle means Minimize weighted changes. silhouette means to Center the Stream
For the tabular view, whether to use the full time window for the query or the last X minutes
Width, in minutes, of the time window to use for "last" windowing
For the tabular view, whether to display sources. Default: true
For the tabular view, whether to display labels. Default: true
For the tabular view, whether to display raw values. Default: false
For the tabular view, whether to display value column. Default: true
deprecated
deprecated
For the tabular view, which mode to use to determine which point tags to display
For the tabular view, how many point tags to display
For the tabular view, whether to group multi metrics into a single row by a common source. If false, each metric for each source is displayed in its own row. If true, multiple metrics for the same host will be displayed as different columns in the same row
For the tabular view, whether to display display values in descending order. Default: false
For the tabular view, to select column for default sort
For plots with multiple Y-axes, max value for right-side Y-axis. Set null for auto
For plots with multiple Y-axes, min value for right-side Y-axis. Set null for auto
For plots with multiple Y-axes, units for right-side Y-axis
Default: false. Whether to scale numerical magnitude labels for left Y-axis by 1024 in the IEC/Binary manner (instead of by 1000 like SI)
Default: false. Whether to scale numerical magnitude labels for right Y-axis by 1024 in the IEC/Binary manner (instead of by 1000 like SI)
Default: false. Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units
Default: false. Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units
Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed)
Where the fixed legend should be displayed with respect to the chart
For a chart with a fixed legend, a list of statistics to display in the legend
Whether to display "Top"- or "Bottom"-ranked series in the fixed legend
Whether to display Source Name fixed legend
Whether to display Metric Name fixed legend
Number of series to include in the fixed legend
Statistic to use for determining whether a series is displayed on the fixed legend
deprecated
For x-y scatterplots, max value for X-axis. Set null for auto
For x-y scatterplots, min value for X-axis. Set null for auto
For x-y scatterplots, max value for Y-axis. Set null for auto
For x-y scatterplots, min value for Y-axis. Set null for auto
For x-y scatterplots, whether to color more recent points as darker than older points. Default: false
For the single stat view, whether to display the name of the query or the value of query
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in "rgba(<rval>, <gval>, <bval>, <aval>)" format
deprecated
For the single stat view, the horizontal position of the displayed text
For the single stat view, the font size of the displayed text, in percent
For the single stat view, a string to add before the displayed text
For the single stat view, a string to append to the displayed text
For the single stat view, a misleadingly named property. This determines whether the sparkline of the statistic is displayed in the chart BACKGROUND, BOTTOM, or NONE
For the single stat view, the color of the line. Values should be in "rgba(<rval>, <gval>, <bval>, <aval>)" format
For the single stat view, the color of the background fill. Values should be in "rgba(<rval>, <gval>, <bval>, <aval>)" format
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparklineValueColorMapValuesV2. Values should be in "rgba(<rval>, <gval>, <bval>, <aval>)" format
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one less element than sparklineValueColorMapColors
deprecated
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND
For the single stat view, the decimal precision of the displayed number
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparklineValueTextMapThresholds
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one less element than sparklineValueTextMapText
Default color that will be used in any chart rendering. Values should be in "rgba(<rval>, <gval>, <bval>, <aval>)" format