The types of each field in `formDataSchema` can also be extended to be more specific than the primitive types, so we can automate some validation and post-processing. Some extra types: - `dateFormat`: can be either string or function. If `string`, will be converted to function via `d3.format` and passed to the `Chart` as function - `numberFormat`: can be either string or function. If `string`, will be converted to function via `d3.format` and passed to the `Chart` as function - `jsFunction`: will be `sandboxEval` and passed to Chart as function - `colorPalette`: ...
[ Full content available at: https://github.com/apache/incubator-superset/issues/5692 ] This message was relayed via gitbox.apache.org for [email protected]
