Line chart — Inspector reference

All controls available in the DaVinci Resolve Inspector for the Line chart generator, grouped by Inspector section. Controls shared across multiple chart families are included here with their defaults for this family.

Data

Import CSV... Button

Open a file picker to import a CSV. The file is embedded in the Resolve project — you can delete the original afterwards.

Edit Data... Button

Open the in-plugin data editor to paste, view, or modify the embedded CSV.

Chart

Show Top N Integer Default: 10 Range: 1 – 50

Display only the top N rows/entities by value. Useful for dense datasets: a race with 200 countries is unreadable at N=200; N=10–15 is typical.

Animation Duration (s) Number Default: 0 (Auto) Range: 0 – 600 s (display: 0–60 s)

Total seconds for the data reveal (bars / line / value labels) to play, end to end. Chrome (axes, grid, title, axis labels) plays at its own preset pace regardless of this value. 0.0 = Auto: the data reveal fills the rest of the clip. >0.0 = the data reveal spans exactly this many seconds; the chart holds its final frame for the rest of the clip.

Animation Delay (s) Number Default: 0 Range: 0 – 60 s (display: 0–10 s)

Seconds to hold the initial frame before animation starts. Useful when you composite the chart over a background that needs to settle first.

Animation Easing Choice Default: Auto (preset)

Override easing for every animation block. Auto keeps the per-group easings from the preset.

Auto (preset)LinearEase InEase OutEase In OutCubic InCubic OutCubic In OutQuart OutBack OutBounce OutElastic Out
Quality Choice Default: Auto

Render quality stack (supersampling, motion-blur samples, AA). Auto uses Draft while scrubbing and Ultra on Deliver or when the playhead is parked.

DraftStandardCinematicUltraAuto (Draft preview, Ultra export)

Axes

Show Value Labels Toggle Default: On

Draw the numeric value next to each bar, line point, or race entity.

Show Grid Lines Toggle Default: Off

Draw horizontal grid lines at each Y tick.

Show X Labels Toggle Default: On

Draw axis labels along the X axis.

Show Y Labels Toggle Default: On

Draw tick labels along the Y (value) axis.

Approx Y Ticks Integer Default: 5 Range: 2 – 10

Approximate number of Y axis tick marks. The engine picks clean round numbers near this count.

Axis Stroke Width Number Default: 2.0 Range: 0 – 20 (display: 0–8)

Width of the axis lines in pixels at 1080p.

Grid Stroke Width Number Default: 1.0 Range: 0 – 20 (display: 0–4)

Width of grid lines in pixels at 1080p.

Tick Length Number Default: 0.0 Range: 0 – 40

Length of axis tick marks. 0 = no ticks.

Y Range Choice Default: Auto

Auto fits the Y axis to data. Manual lets you set Y Min / Y Max explicitly.

AutoManual
Y Min Number Default: 0.0

Minimum Y axis value when Y Range is set to Manual.

Y Max Number Default: 100.0

Maximum Y axis value when Y Range is set to Manual.

Layout

Padding Top Number Default: 80 Range: 0 – 300

Top padding in pixels at 1080p.

Padding Right Number Default: 80 Range: 0 – 300

Right padding in pixels at 1080p.

Padding Bottom Number Default: 100 Range: 0 – 300

Bottom padding in pixels at 1080p.

Padding Left Number Default: 100 Range: 0 – 300

Left padding in pixels at 1080p.

Font Scale Number Default: 1.0 Range: 0.5 – 2.0

Global multiplier for all text sizes. 1.0 = default sizes from the preset.

Effects

Glow Toggle Default: On

Enable the GPU bloom post-process pass.

Glow Intensity Number Default: 1.0 Range: 0 – 4

Strength of the glow effect.

Glow Radius Number Default: 16.0 Range: 1 – 64

Spatial radius of the glow kernel in pixels at 1080p.

Motion Blur Toggle Default: On

Enable sub-frame motion blur. Sample count is controlled by the Quality setting.

Shutter Angle Number Default: 180.0 Range: 45 – 720°

180° = standard film. 720° = maximum (stylised over-blur). Values above 360° exceed physical exposure but produce a distinctive long-trail look.

Line Options

Stroke Width Number Default: 3.0 Range: 0.5 – 40 (display: 0.5–16)

Width of the line stroke in pixels at 1080p.

Stroke Color Color Default: White (#ffffff)

Color of the line stroke for single-series charts. Multi-series lines use the series palette.

Point Radius (0 = none) Number Default: 0.0 Range: 0 – 40 (display: 0–16)

Radius of data-point markers. 0 = no markers drawn.

Point Color Color Default: White

Color of data-point markers.

X Axis Choice Default: Auto

Auto detects numeric / ISO-date X labels and spaces points proportionally. Categorical forces evenly-spaced layout. Time forces proportional spacing.

AutoCategoricalTime / Numeric
Line Layout Choice Default: Line

Line: stroke only. Area: fill below the line to zero. Stacked Area: multi-series where each entity sits on the running total. Stacked is ignored on race charts.

LineAreaStacked Area
Area Fill Opacity Number Default: 0.30 Range: 0.0 – 1.0

Alpha applied to the fill in Area / Stacked Area modes. The stroke stays at full opacity.

Show Legend Toggle Default: Off

Draw a series legend. Off by default for line charts since endpoint labels typically serve this role.

Data Mapping

X Axis Column Choice Default: Auto

Column for the X axis. Required (with Y Axis) to bypass auto wide→long detection.

Y Axis Column (numeric) Choice Default: Auto

Column for the Y axis values. Must be numeric.

Series Column (text) Choice Default: Auto

Optional. Treats the CSV as long-format multi-line data; column holds entity names.

Number Format

Prefix Text

Text prepended to every numeric label. Example: "$" for dollar amounts.

Suffix Text

Text appended to every numeric label. Example: "°C" for temperatures.

Decimals Choice Default: Auto

Decimal places for value and axis labels. Auto picks the minimum needed to distinguish adjacent tick values.

Auto0123
Scale Choice Default: Auto (K/M/B/T)

Auto abbreviates large numbers (1200 → 1.2K). Raw disables abbreviation.

Auto (K/M/B/T)Raw
Style Choice Default: 1,234.56 (US)

Thousands separator and decimal separator convention.

1,234.56 (US)1.234,56 (EU)1 234,56 (FR)1234.56 (Plain)

Font

Font Family Choice

Choose from system-installed and bundled fonts. The list is populated at runtime.

Label Size (0 = Auto) Number Default: 0 (Auto) Range: 0 – 400 (display: 0–160)

Override the size of value labels, entity names, and bar labels. 0 = preset size scaled by Font Scale.

Label Weight Choice Default: Template Default

Font weight for value / entity labels.

LightRegularMediumBoldTemplate Default
Axis Label Size (0 = Auto) Number Default: 0 (Auto) Range: 0 – 400 (display: 0–160)

Override size of axis tick labels. 0 = preset size.

Axis Label Weight Choice Default: Template Default

Font weight for axis tick labels.

LightRegularMediumBoldTemplate Default

Colors

Value Label Color Color Default: White

Color of value labels drawn next to bars, points, or entities.

Axis Label Color Color Default: #999999

Color of axis tick labels.

Axis Color Color Default: #808080

Color of the axis lines.

Grid Line Color Color Default: #141414

Color of grid lines.

License & Updates

Status Text Default: Trial

Current license status. Shows 'Trial — get a license at framechart.com' when no key is active.

License Key Text

Paste your license key here and click Activate.

Activate Button

Activate the key in the License Key field. Requires internet on first use.

Get License... Button

Open framechart.com/pricing in a browser.

Version Text

Current plugin version. Appends an update notice when a newer release is available.

Download Update... Button

Open the download page for the latest release.

This reference reflects framechart v0.3.5. Series and column slot controls (up to 50 series, 32 column visibility toggles) are not listed individually.