FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
... ...
@@ -4,7 +4,9 @@
4 4
5 5
##Purpose
6 6
7
-By default, Izenda charts will display two or more y axes on a chart if multiple plotted items have different ranges. This is to prevent very high values from making lower values unreadably small on the chart, and allow for proportional comparison.
7
+By default, Izenda uses HTML charting engine. Charting engine can be set via AdHocSettings.ChartingEngine. For more information, refer to [[ChartingEngine|http://wiki.izenda.us/API/CodeSamples/ChartingEngine]]
8
+
9
+Izenda charts will display two or more y axes on a chart if multiple plotted items have different ranges. This is to prevent very high values from making lower values unreadably small on the chart, and allow for proportional comparison.
8 10
9 11
If you would like to override this feature and display only one chart, you can use the following code:
10 12