add function that converts the chart data/series to a feature set
Open
- Dominant language
- Handlebars
- Stars
- 265
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Proposed API:
```js
const { fields, features } = chart.toFeatureSet();
```
We are doing something similar in the Hub to render a table as an alternative to the chart for a11y.
If there's broader interest, I could add it to cedar itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.