54b70ce2a3b063a9cb0e957cfc2eeb500e4bbec4
FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##Purpose |
| 6 | 6 | |
| 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]]. |
|
| 7 | +By default, Izenda uses the HTML charting engine setting. A different charting engine can be set via AdHocSettings.ChartingEngine. For more information, refer to [[ChartingEngine|http://wiki.izenda.us/API/CodeSamples/ChartingEngine]]. |
|
| 8 | 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 | --- |