You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have encountered an issue with react-vega when loading two data sets and using them to generate a heatmap, where one data set relies on the other for data.
Hi,
We have encountered an issue with
react-vega
when loading two data sets and using them to generate a heatmap, where one data set relies on the other for data.To reproduce, use the following spec:
The heatmap should display as expected.
Now, render the component using
react-vega
, i.e. with:The component should render correctly.
Now, add some custom data, it can be the same exact data passed in originally in the spec, i.e.:
Render the plot using this custom data set.
The plot renders inccorectly:
The text was updated successfully, but these errors were encountered: