User Tools

Site Tools


Writing /app/www/public/data/meta/support/available_amchart_4_report_settings.meta failed
support:available_amchart_4_report_settings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

support:available_amchart_4_report_settings [2019/04/16 16:51] – created wleesupport:available_amchart_4_report_settings [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Axis ======
 +===== Add new Axis =====
 +<code groovy>
 +builder.addXAxis(new Axis())
 +builder.addYAxis(new Axis())
 +</code>
 +===== Axis Fields =====
 +  * type
 +    * AxisType.CategoryAxis
 +    * AxisType.ValueAxis
 +    * AxisType.DateAxis