We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29210eb commit ffc195bCopy full SHA for ffc195b
src/components/vue-ui-heatmap.vue
@@ -534,7 +534,7 @@ defineExpose({
534
:y="drawingArea.bottom + heatmapConfig.style.layout.cells.height"
535
:width="svg.width - drawingArea.left - heatmapConfig.style.layout.padding.right"
536
:height="heatmapConfig.style.layout.cells.height"
537
- :rx="heatmapConfig.style.layout.cells.height / 2"
+ :rx="heatmapConfig.style.legend.scaleBorderRadius > heatmapConfig.style.layout.cells.height / 2 ? heatmapConfig.style.layout.cells.height / 2 : heatmapConfig.style.legend.scaleBorderRadius"
538
fill="url(#colorScaleHorizontal)"
539
/>
540
<text
0 commit comments