helgasoft commented on issue #19612:
URL: https://github.com/apache/echarts/issues/19612#issuecomment-1942393215
> Possibility of having image instead of text at endLabel on Line Race graph
It's possible. You could also create different _rich_ image formats for
different countries. But I doubt image + text can be displayed both side by
side.
```
endLabel: {
show: true,
formatter: '{img|}', // or '{img|{a}}'
rich:{
img: {backgroundColor: {image:
'https://echarts.apache.org/en/images/logo.png'}}
}
},
```

📌 please close issue if problem solved.
--
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]