XML data table output:
<chart>
<type>Scatter</type>
<data>
<cols xmlns:json="http://json.org/" json:force-array="true">
<column>
<label>Worker</label>
<type>string</type>
</column>
<column>
<label>Days left to be compliant</label>
<type>number</type>
</column>
<column>
<label>Length of time non-compliant</label>
<type>number</type>
</column>
<column>
<role>style</role>
<type>string</type>
</column>
<column>
<role>tooltip</role>
<type>string</type>
<p>
<Html>true</Html>
</p>
</column>
</cols>
<rows xmlns:json="http://json.org/" json:force-array="true">
<row>
<c json:force-array="true">
<value>
<v>Ivan Harding</v>
</value>
<value>
<v>4</v>
</value>
<value>
<v>10</v>
</value>
<value>
<v>Number of days left to be compliant: 4 days</v>
</value>
</c>
</row>
<row>
<c json:force-array="true">
<value>
<v>Ben Ellis</v>
</value>
<value>
<v>12</v>
</value>
<value>
<v>4</v>
</value>
<value>
<v>Number of days left to be compliant: 12 days</v>
</value>
</c>
</row>
<row>
<c json:force-array="true">
<value>
<v>Dave Hill</v>
</value>
<value>
<v>8</v>
</value>
<value>
<v>3</v>
</value>
<value>
<v>Number of days left to be compliant: 8 days</v>
</value>
</c>
</row>
<row>
<c json:force-array="true">
<value>
<v>Jack Brown</v>
</value>
<value>
<v>2</v>
</value>
<value>
<v>9</v>
</value>
<value>
<v>Number of days left to be compliant: 2 days</v>
</value>
</c>
</row>
<row>
<c json:force-array="true">
<value>
<v>John Smith</v>
</value>
<value>
<v>25</v>
</value>
<value>
<v>6</v>
</value>
<value>
<v>Number of days left to be compliant: 25 days</v>
</value>
</c>
</row>
</rows>
</data>
<options>
<legend>true</legend>
<animation>
<startup>true</startup>
<duration>1000</duration>
</animation>
<tooltip>
<isHtml>true</isHtml>
<textStyle>
<color>#000000</color>
<fontName>Verdana</fontName>
<fontSize>14</fontSize>
<showColorCode>true</showColorCode>
</textStyle>
</tooltip>
</options>
</chart>