rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
273 stars 67 forks source link

fix incorrect xy-coordinate issue in graphs #487

Closed AjayThorve closed 1 year ago

AjayThorve commented 1 year ago

This PR fixes the issue with graph chart for rendering edges, where if coordinates were not named x and y, generating the chart would throw an error. This was due to hard-coded values xy set as coordinates graph's generate_chart function.

AjayThorve commented 1 year ago

/merge