ce207935e6331630af10b27e388339dcd7731365
FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | ##Purpose |
| 6 | 6 | |
| 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 | -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 | +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, but does not allow for proportional comparison. Customizing the code to use a common left axis makes the comparison proportional, while simply hiding the right axis will keep values absolute, but will not show the metric for the second charted item (not recommended). |
|
| 9 | 9 | |
| 10 | 10 | --- |
| 11 | 11 |