Axes
Chart axes have two main purposes:
- scaling: Axes set the range of values shown on the chart. By default, this range is calculated automatically by the chart. The ranges are used even if the axes are hidden from view.
- context: Axes display tickmarks and labels that help identify the values being displayed (e.g. "what country and value does this bar represent?").
By default, the FlexChart uses horizontal lines to show the x-axis and major gridlines along the y-axis. This makes charts clean and easy-to-read.
The chart below adds minor tickmarks and gridlines to make it easier to compare the values on the chart.
You can remove the axes completely by setting their position property to 'None'. The result is the 'cleanest' possible chart, with a high data-to-ink ratio.
In this example, the reduction is a little too radical, but the chart is still usable (check the tooltips):