Skip to content

Commit

Permalink
fixed colour issues in csv charts
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonguo committed May 28, 2019
1 parent fd57462 commit b737132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/WPS_Outputs/geometryDrill/geoglam_fc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ows:Abstract>Time series data for Geoglam Fractional Cover.</ows:Abstract>
<wps:Data>
<wps:ComplexData mimeType="application/vnd.terriajs.catalog-member+json" schema="https://tools.ietf.org/html/rfc7159">
<![CDATA[{ "data": "date,green,non-green,bare ground,total\n{{ . }}", "isEnabled": true, "type": "csv", "name": "%s", "tableStyle": { "columns": { "green": { "units": "%%", "chartLineColor": "#0070c0", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "non-green": { "units": "%%", "chartLineColor": "#00b050", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "bare ground": { "units": "%%", "chartLineColor": "#FF0000", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "total": { "units": "%%", "chartLineColor": "#FFFFFF", "yAxisMin": 0, "yAxisMax": 100, "active": true } } } }]]>
<![CDATA[{ "data": "date,green,non-green,bare ground,total\n{{ . }}", "isEnabled": true, "type": "csv", "name": "%s", "tableStyle": { "columns": { "green": { "units": "%%", "chartLineColor": "#00b050", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "non-green": { "units": "%%", "chartLineColor": "#0070c0", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "bare ground": { "units": "%%", "chartLineColor": "#FF0000", "yAxisMin": 0, "yAxisMax": 100, "active": true }, "total": { "units": "%%", "chartLineColor": "#FFFFFF", "yAxisMin": 0, "yAxisMax": 100, "active": true } } } }]]>
</wps:ComplexData>
</wps:Data>
</wps:Output>

0 comments on commit b737132

Please sign in to comment.