1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
---
name: 'Feature request'
about: 'Suggest a new idea or feature'
labels: 'enhancement'
---
Type here...
---
Please follow these steps to make it more efficient to respond to your feature request.
- [ ] Since Altair is a Python wrapper around the Vega-Lite visualization grammar, [most feature requests should be reported directly to Vega-Lite](https://github.com/vega/vega-lite/issues). You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example.
- [ ] Search for duplicate issues.
- [ ] Describe the feature's goal, motivating use cases, and its expected behavior.
|