Plot view
Plot view is deprecated in favour of Plot, which handles multiple traces, more chart types and both data sources. Existing Plot view charts keep working, and this page is the reference for them, but build anything new with Plot.
The two are configured differently and are not interchangeable: moving a chart from Plot view to Plot means rebuilding it.
Plot view
The query behind the plot view, the plot type, and its axes.
Title
The title shown above the plot. Default: one generated from the query.
Height
The height of the plot in pixels. Default: 450.
Plot type
The type of plot to display.
PieScatterBarsStackedBarsGroupedBarsLine
Pie Label Layout
Shown when Plot type is Pie.
Which text each slice carries. Default: percent.
valuepercentlabelvalue,percentvalue,labelpercent,labelvalue,percent,label
Cumulative
Shown when Plot type is Scatter or Line.
Shows the running total instead of the values. Default: off.
Drill-down: allow editing
Lets users edit cells in the table that opens when a point of the plot is clicked, like the List View's "Allow editing". Off by default: a drill-down is there to look at the numbers behind a point, not to change them. M-Files permissions apply either way. SQL data is never editable. Default: no.
Query Configuration
Configuration for the query that will be used to generate the plot
Generated from CtrlPortals 3.26.9.53.
Related
Section titled “Related”- Plot — the component to use instead
- Configuration overview