heavyai / heavyai-charting

Dimensional charting built to work natively with crossfilter rendered using d3.js
https://heavyai.github.io/heavyai-charting/
Other
399 stars 73 forks source link

[FE-16243] Create new method to setup x and y dims just for contour #635

Closed cmatzenbach closed 1 year ago

cmatzenbach commented 1 year ago

Creating the xDim and yDim getter/setters by default fixed the contour bbox filter issue, but broke linemap (assuming there is some check later down the line for these that sends it down a different codepath). Thus, simple solution is to wrap the creation of these properties in a method that can be called from contour, to allow them to be accessible to contour but not be automatically set-up for linemap.