Skip to content

Commit

Permalink
made using percentage for the y-axis of pixel frac template (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonguo authored Nov 14, 2019
1 parent adb5ba6 commit 9f4a1c1
Showing 1 changed file with 1 addition and 1 deletion.
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,pixel_frac\n{{ . }}", "isEnabled": true, "type": "csv", "name": "%s", "tableStyle": { "columns": { "pixel_frac": { "units": "%%", "chartLineColor": "#FFFFFF", "yAxisMin": 0, "yAxisMax": 1, "active": true } } } }]]>
<![CDATA[{ "data": "date,pixel_frac\n{{ . }}", "isEnabled": true, "type": "csv", "name": "%s", "tableStyle": { "columns": { "pixel_frac": { "units": "%%", "chartLineColor": "#FFFFFF", "yAxisMin": 0, "yAxisMax": 100, "active": true } } } }]]>
</wps:ComplexData>
</wps:Data>
</wps:Output>

0 comments on commit 9f4a1c1

Please sign in to comment.