fix(xmls): fixed division lines in Chart XML API (#8681)

Co-authored-by: Marko Havu <marko.havu@huld.io>
This commit is contained in:
Marko Havu
2025-08-15 22:01:36 +03:00
committed by GitHub
parent fecadf8c07
commit bc807250b4
+2 -2
View File
@@ -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=""/>