I know we might disable scatterplot but here is an issue I've noticed.
In the "regular" scatterplot, continuous overlay variables are handled as a continuous, unbinned, overlay. The color scale values are returned in the scatterplot.data[].seriesGradientColorscale prop, which is next to seriesX and seriesY
(Note, seriesGradientColorscale doesn't seem to be in any raml documentation?)
The standalone map version of the plugin is also returning seriesGradientColorscale with values such as "(8.6, 16.2]" - but I think it should be returning different strata in scatterplot.data described by overlayVariableDetails? Here is the request POST (SCORE S. mansoni)
I know we might disable scatterplot but here is an issue I've noticed.
In the "regular" scatterplot, continuous overlay variables are handled as a continuous, unbinned, overlay. The color scale values are returned in the
scatterplot.data[].seriesGradientColorscale
prop, which is next toseriesX
andseriesY
(Note,
seriesGradientColorscale
doesn't seem to be in any raml documentation?)The standalone map version of the plugin is also returning
seriesGradientColorscale
with values such as"(8.6, 16.2]"
- but I think it should be returning different strata inscatterplot.data
described byoverlayVariableDetails
? Here is the request POST (SCORE S. mansoni)And here is a screenshot of the response