Skip to content

Add LVGL chart widget documentation#6082

Open
pastukhov wants to merge 2 commits intoesphome:nextfrom
pastukhov:docs/lvgl-chart-widget
Open

Add LVGL chart widget documentation#6082
pastukhov wants to merge 2 commits intoesphome:nextfrom
pastukhov:docs/lvgl-chart-widget

Conversation

@pastukhov
Copy link

@pastukhov pastukhov commented Feb 14, 2026

Summary

  • add a new chart widget section to LVGL widgets docs
  • document main chart options (type, update_mode, point_count, axis ranges, series)
  • document chart actions: lvgl.chart.update and lvgl.chart.series.update
  • add a full YAML example showing periodic updates

Related

@netlify
Copy link

netlify bot commented Feb 14, 2026

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit a6a138b
🔍 Latest deploy log https://app.netlify.com/projects/esphome/deploys/6990913e727cb90008f06190
😎 Deploy Preview https://deploy-preview-6082--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive documentation for the LVGL chart widget, which enables users to visualize data series as line, bar, or scatter charts on LVGL-based displays. The documentation covers configuration options, actions for updating charts and series, and includes a complete working example showing periodic chart updates.

Changes:

  • Added chart widget documentation with configuration variables for chart type, update mode, point count, division lines, axis ranges, and series definitions
  • Documented two chart-specific actions: lvgl.chart.update for updating chart properties and lvgl.chart.series.update for updating series data
  • Included a full YAML example demonstrating chart initialization and periodic value updates using intervals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments