cartodb-4.29/lib/formats/legends/definitions/choropleth.json
2020-06-15 10:58:47 +08:00

11 lines
231 B
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": { "type": "string" },
"suffix": { "type": "string" },
"left_label": { "type": "string" },
"right_label": { "type": "string" }
}
}