FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
... ...
@@ -7,6 +7,8 @@
7 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 8
9 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.
10
+---
11
+
10 12
11 13
If you would like to override this feature and display only one chart, you can use the following code:
12 14