microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Fix bug where datamating data with x/y column names didn't work #90

Closed sharlagelfand closed 3 years ago

sharlagelfand commented 3 years ago

Fixes the bug in #66, where a datamation didn't work if the data contained variables named x or y, because those were used internally to calculate coordinates. We're using e.g. datamations_x and datamations_y internally now, but on the JS and R side both have a config file that controls this so can easily change if need be! Closes #66.