Open ValdarT opened 4 years ago
A general comment: I'd really like this and concatenated charts to be supported so that it would be easy to create charts like this on larger datasets with Altair: https://altair-viz.github.io/gallery/errorbars_with_ci.html
Thanks – your chart contains no direct data transforms, so the code lets it pass through unmodified. There are transforms implied by mark_errorbar
, but altair-transform does not yet recognize those.
Concatenated charts have not yet been implemented, because nobody has yet chosen to contribute that.
If you would like to contribute either of these features, please feel welcome, and let me know if you have questions about how to proceed.
The transformation does not take place but
NotImplementedError
is also not raised (which would be expected based on the Limitations section in the README).