We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a79d23 commit ea3cd68Copy full SHA for ea3cd68
src/charting/renderer/scatter/SquareShapeRenderer.ts
@@ -18,8 +18,7 @@ export class SquareShapeRenderer implements IShapeRenderer {
18
const shapeStrokeSizeHalf = shapeStrokeSize / 2;
19
20
const shapeHoleColor = dataSet.getScatterShapeHoleColor();
21
-
22
- if (shapeSize > 0.0) {
+ if (shapeHoleSize > 0.0) {
23
renderPaint.setStyle(Style.STROKE);
24
renderPaint.setStrokeWidth(shapeStrokeSize);
25
0 commit comments