Hi Freeda, If you use series.label with `position: 'inside'`, it have no idea of the container size of each data. I would recommend make the checkmark another heatmap series and set series.label to be `'insideBottomRight'`.
Thanks *Ovilia* On Thu, Jul 27, 2023 at 4:51 AM Freeda Vales <[email protected]> wrote: > Hi team, > > I am using ECharts specifically heatmap. The structure of heatmap data is > [{x, > y, value: '', label: "abc", confirmed: true/false}, ...]. If confirmed, I > want to display a checkmark at the bottom right of the cell. I have tried, > but the checkmark is shown at the right of the label however I want it at > the bottom right of the cell... wasn't successful. Please help. Link to > Echart- > Heatmap StackBlitz > <https://stackblitz.com/edit/react-9kha3t?file=src%2FApp.js,src%2Findex.js > > > > Regards, > Freeda Vales >
