Great! I’ll write the section on the layout pages since they’re somewhat more complex and there are a number of tips I wanted to share.
About the chart pages, it’s pretty nice already, a couple things:
- you have a “Save” button on the Analyzer window which can save the current state in a chart page - since it’s a little easier to configure parameters with simplified controls section of the Analyzer, especially with agreggate series, so maybe you’d want to consider building the chart first with it, saving it as a page, then continue with the regular editor.
- You can directly add a first series even if you haven’t added the axes, it will add some default ones automatically for you. (but it might not be what you wanted in some cases, then you’d have to add them yourself)
- The same way the
oh-*layout components usually pass their config to their Framework7 counterparts, so you have many additional undocumented options you can add in YAML, the config of the chart components is in many cases used as-is to build the final ECharts config, example here: Charts in OH3 - #11 by ysc. Maybe worth mentioning, even though it’s probably outside the scope of a beginner tutorial.