1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

50 lines
1.0 KiB
ReStructuredText
Raw Normal View History

Line Chart
----------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_1
:language: c
Faded area line chart with custom division lines
------------------------------------------------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_2
:language: c
2021-05-17 16:17:20 +02:00
Axis ticks and labels with scrolling
------------------------------------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_3
:language: c
2021-05-17 16:17:20 +02:00
Show the value of the pressed points
------------------------------------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_4
:language: c
2021-05-17 16:17:20 +02:00
Display 1000 data points with zooming and scrolling
---------------------------------------------------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_5
:language: c
2021-05-27 11:50:04 +02:00
Show cursor on the clicked point
--------------------------------
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_6
:language: c
2021-05-27 11:50:04 +02:00
Scatter chart
-------------
2021-05-27 11:50:04 +02:00
.. lv_example:: widgets/chart/lv_example_chart_7
:language: c
Stacked area chart
------------------
.. lv_example:: widgets/chart/lv_example_chart_8
:language: