Added html property for custom legend's definition.

pull/10856/head
nobuti 8 years ago
parent 559b42dd85
commit dbbdcb2ad2

@ -1,7 +1,7 @@
{
"type": "object",
"required": [
"categories"
"categories", "html"
],
"additionalProperties": false,
"properties": {
@ -30,6 +30,7 @@
}
}
}
}
},
"html": { "type": "string" }
}
}

Loading…
Cancel
Save