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.