mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-25 01:04:25 +08:00
fix(xmls): fixed division lines in Chart XML API (#8681)
Co-authored-by: Marko Havu <marko.havu@huld.io>
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@
|
||||
|
||||
<prop name="point_count" type="int" help=""/>
|
||||
<prop name="update_mode" type="enum:lv_chart_update_mode" help=""/>
|
||||
<prop name="nor_div_line_count" help=""/>
|
||||
<prop name="ver_div_line_count" help=""/>
|
||||
<prop name="hor_div_line_count" type="int" help="number of horizontal division lines"/>
|
||||
<prop name="ver_div_line_count" type="int" help="number of vertical division lines"/>
|
||||
|
||||
<element name="series" type="lv_chart_series" access="add">
|
||||
<arg name="color" type="color" help=""/>
|
||||
|
||||
Reference in New Issue
Block a user