mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
8abd060a8a
* feat add stacked area chart example The example shows how to use a line chart and masking to create a stacked area chart. * feat stacked area chart example Updated index.rst to contain the stacked area chart example * feat stacked area chart example Coding style changes * Update changelog * feat(example) stacked area chart Added axis ticks * feat(example) stacked area chart Responses to PR comments - Changed to fixed point maths - Renamed variables and filenames * feat(example) stacked area chart Made shift amount a variable. * feat(example) stacked area chart Fixed typo in changelog Co-authored-by: Tom Hepworth <Tom_Hepworth@mentor.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
|
|
Line Chart
|
|
""""""""""
|
|
|
|
.. lv_example:: widgets/chart/lv_example_chart_1
|
|
:language: c
|
|
|
|
|
|
Faded area line chart with custom division lines
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. 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
|
|
|
|
Scatter chart
|
|
"""""""""""""""""""""""""""""""""""
|
|
|
|
.. lv_example:: widgets/chart/lv_example_chart_7
|
|
:language: c
|
|
|
|
Stacked area chart
|
|
"""""""""""""""""""""""""""""""""""
|
|
|
|
.. lv_example:: widgets/chart/lv_example_chart_8
|
|
:language:
|