dombizita commented on code in PR #4908:
URL: https://github.com/apache/ozone/pull/4908#discussion_r1234832743
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/heatMap/heatMapConfiguration.tsx:
##########
@@ -82,8 +82,9 @@ export default class HeatMapConfiguration extends Component {
tileStrokeWidth: 1,
colorDomain: [0.000, 0.050, 0.100, 0.150, 0.200, 0.250, 0.300,
0.350, 0.400, 0.450, 0.500, 0.550, 0.600, 0.650, 0.700, 0.750, 0.800, 0.850,
0.900, 0.950, 1.000],
colorRange: [...colorRange1],
- groupFill: 'black',
- nodePadding: 1, //Disatnce between two nodes
+ //groupFill: 'black',
+ nodePadding: 1.5, //Disatnce between two nodes
Review Comment:
```suggestion
nodePadding: 1.5, // Distance between two nodes
```
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/heatMap/heatMapConfiguration.tsx:
##########
@@ -82,8 +82,9 @@ export default class HeatMapConfiguration extends Component {
tileStrokeWidth: 1,
colorDomain: [0.000, 0.050, 0.100, 0.150, 0.200, 0.250, 0.300,
0.350, 0.400, 0.450, 0.500, 0.550, 0.600, 0.650, 0.700, 0.750, 0.800, 0.850,
0.900, 0.950, 1.000],
colorRange: [...colorRange1],
- groupFill: 'black',
- nodePadding: 1, //Disatnce between two nodes
+ //groupFill: 'black',
Review Comment:
is this commented out intentionally? if we can remove it please delete the
line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]