User guide
© GeoWise Ltd. 2011
Page 68
visualise | communicate | ENGAGE The InstantAtlas Designer
g the InstantAtlas Area Profile Template User Guide
© GeoWise Ltd. 2013
Figure 83
You can modify this code or add any other static text, substitution variables
or HTML tags. Please refer to the ‘Tip’ section of the Map Properties for
further information and examples.
C.4.3.8. Time Series Chart Properties
Y-Axis Data
Similar to the map and the bar chart components you can also set the time
series chart to display values from a column other than the indicator
Orientation
You can set the orientation of the bars to be vertical or horizontal.
For this reason the Single Map (HTML Edition) Template does not
include a separate ‘Flipped Bar Chart’ component.
Match Axis to Data?
By default the data axis of the bar chart will show values rounded to
the next logical interval. If you tick this property the minimum and
maximum value of the data axis will be the same as the minimum
and maximum value of the selected indicator/time period.
Use Fixed Values?, Fixed Minimum Value and Fixed Maximum
Value
You can define fixed minimum and maximum values for the bar chart
- however these settings will apply to the whole report. If you wish to
define fixed values on a theme, indicator or time period basis you
should do it through the Metadata of your data files. Please refer to
section ’E.6.2.4 Setting the Chart Axis Minimum and Maximum’.
Other important bar chart properties in the HTML templates are:
Exportable?
If this box is ticked you will see an export button in the top right hand
corner of the bar chart when you hover it with the mouse. Clicking
this button will open the bar chart graphic as an image in a new
tab/window of your browser. From there you can save the image
through the right-click menu.
In the config.xml file of an HTML template, the default code of the
Tip property does not include the paragraph tags:
${featureName}: ${indicatorValue}
${notEmpty(lowerLimit, '<br/>LL: ')}${lowerLimit}
${notEmpty(upperLimit, '<br/>UL: ')}${upperLimit}