@redsift/charts 8.0.0-alpha.7 → 8.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -2436,7 +2436,7 @@ const RenderedScatterPlot = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
2436
2436
|
return key === circle.category;
|
|
2437
2437
|
})) === null || _countsByCategory$fin === void 0 ? void 0 : _countsByCategory$fin.value) : undefined
|
|
2438
2438
|
}),
|
|
2439
|
-
r: variant === ScatterPlotVariant.gridded ? globalSize(circle.points.length) / transform.k : 4
|
|
2439
|
+
r: variant === ScatterPlotVariant.gridded ? globalSize(circle.points.length) / (transform.k < 1 ? transform.k : 1) : 4
|
|
2440
2440
|
});
|
|
2441
2441
|
return /*#__PURE__*/React__default.createElement(Dot, {
|
|
2442
2442
|
color: colorScale === null || colorScale === void 0 ? void 0 : colorScale(circle.category),
|