Change Chart Properties

Modify data, titles, or styling of an existing chart overlay. Shallow-merges props_patch into overlay.props.

How It Works

Use to update chart titles, data points, series, segments, colors, or styling. Only include the fields you want to change — existing fields are preserved. Example: to change title only, send props_patch: {title: {value: "New Title"}}. To replace all data, send the full data/series/segments array. STYLE PROPS: palette (vibrant|neon|corporate|warm|cool|monochrome|pastel|earth), accentColor (#hex), backgroundColor (#hex, overrides theme background), fontFamily (Inter|SF Mono|Georgia|Poppins|Oswald|Roboto), showLabels, showValues, showGrid, showLegend, showGlow, showArea (booleans), easing (springOut|springElastic|easeOutCubic|easeOutExpo|easeInOutCubic|bounceOut), animDuration (0.5-5 seconds), theme (string). See add_data_viz hint for per-chart-type data schemas.

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
premium-3d-bar-chart, animated-line-graph, stacked-area-timeline, radar-comparison, treemap-heat-grid, waterfall-bridge, radial-gauge-cluster, donut-breakdown +3 more
Tags
edit, data-viz

Example Prompts

change the chart title
update the bar chart data
add a new series to the line graph
change the donut chart colors

Required Parameters

overlay_id (integer)
ID of the chart overlay to modify
props_patch (object)
Partial chart props to shallow-merge into existing overlay.props

Use Cases for Overlays

Add lower-thirds and name titles for YouTube interviews
Layer data visualizations over B-roll for corporate presentations
Place map overlays on travel vlogs to show locations

How to Get Started with Change Chart Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "change the chart title".
3.The Change Chart Properties result appears as a premium-3d-bar-chart overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Chart Properties Free

Type a prompt or use the toolbar. No download required.

Use Change Chart Properties

More Overlays Tools

Add Overlay
Add a new overlay of any type to the timeline at a specified position. For data visualizations (charts, graphs, KPIs), use add_data_viz instead. For cinematic templates (including intros), use add_cinematic_template or insert_cinematic_as_intro instead.
Insert Cinematic as Intro
Insert any cinematic template at frame 0, shifting all existing overlays forward. Same 37 templates as add_cinematic_template but with intro behavior.
Add Cinematic Template
Add a cinematic template overlay at the playhead. 37 templates across 4 categories (framework, creative FX, newspaper/editorial, social) with media slots, color grading, transitions, and VFX.
Add Data Visualization
Add a data visualization chart overlay at the playhead. 11 chart types across 7 categories with full data customization, theming, and animation.
Change Map Properties
Modify styling, camera, or post-processing of an existing map overlay. Shallow-merges props_patch into overlay.props.