1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

46 lines
906 B
ReStructuredText
Raw Normal View History

C
^
Line Chart
""""""""""
2021-05-17 16:17:20 +02:00
.. lv_example:: widgets/chart/lv_example_chart_1
:language: c
2021-05-17 16:17:20 +02:00
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
Axis ticks and labels with scrolling
""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_3
:language: c
Show the value of the pressed points
""""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_4
:language: c
Display 1000 data points with zooming and scrolling
"""""""""""""""""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_5
:language: c
Show cursor on the clicked point
"""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/chart/lv_example_chart_6
:language: c
MicroPython
^^^^^^^^^^^
No examples yet.