[OutliersViz] label = Outliers Chart description = Show the acceptable range for a value and highlight points outside that range. search_fragment = | table _time, , , default_height = 400 [ForecastViz] label = Forecast Chart default_height = 400 description = Show the output of the "predict" command. search_fragment = | timechart count [by comparison_category] | `modvizpredict(, , , , )` [ScatterLineViz] label = Scatter Line Chart default_height = 400 description = Show relationships between discrete values in two dimensions, as well as an additional identity (x=y) line. search_fragment = | table [HistogramViz] label = Histogram Chart default_height = 400 description = Show continuous data bucketed by the bucket/bin command. search_fragment = | `histogram()` [LinesViz] label = Downsampled Line Chart default_height = 400 description = Show values and trends over time, utilizing downsampling to show large numbers of points. search_fragment = | table ... [ScatterplotMatrixViz] label = Scatterplot Matrix default_height = 600 description = Show relationships between discrete values in multiple dimensions. search_fragment = | table , , , ... [BoxViz] label = Boxplot Chart default_height = 400 description = Shows the minimum, lower quartile, median, upper quartile, and maximum of each field. search_fragment = | `boxplot` [Scatter3dViz] label = 3D Scatterplot default_height = 600 description = Show relationships between discrete values in a three dimensional representation. search_fragment = | table clusterId x y z [clusterColor] [DistributionViz] label = Distribution Plot default_height = 400 description = Show the output of DensityFunction. search_fragment = | fit DensityFunction [by ""] show_density=true show_options="feature_variables,split_by,params" [HeatmapViz] label = Heatmap Plot default_height = 400 description = Show data values as colors in a table matrix. search_fragment = | `confusionmatrix(, )`