-
-
Notifications
You must be signed in to change notification settings - Fork 668
Description
Bug Description
According to the docs, it should be possible to use datum together with field definition properties such as scale, axis, etc. When I create such a spec, the chart is rendered as expected, but datum is underlined with the warning "Property datum is not allowed":
This error/warning means that we can't create the chart from altair, since the schema validation fails. Since the docs imply that the intention is that this should be supported and the chart is working as expected, would it be possible to update the schema validation to not throw an error/warning in this case?
(I seem to recall using datum with scale in the past without issues, so maybe this is a regression? Or maybe I'm using it incorrectly and there is another way to combine datum with scale?)