Staffman78 opened a new issue, #18940:
URL: https://github.com/apache/echarts/issues/18940
### What problem does this feature solve?
series type "custom" renderItem return value today supports type: "image",
but it doesn't support a gif image (moving image). This would be a great for my
chart to support that.
### What does the proposed API look like?
type: "custom",
zlevel: 0,
data: [10,20...],
renderItem: function (params, api) {
return {
type: "image", (of type gif)
style: {
image: "https://media.giphy.com/media/duzpaTbCUy9Vu/giphy.gif",
width: categorySize
},
position: pos
};
}
--
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]