I am using two charts libraries in my project. ECharts and Google Charts.
I want to display bar chart with thumbnails. I need to display log of banners.
So i will need chart like below just images in axis.
I am not sure it is possible or not with any of above library.
If anyone has any ideas then please let me know.
google charts has a method -->
getChartLayoutInterface
this allows you to get the coordinates of various chart elements
in this case, we get the coordinates of the axis labels,
then overlay an image in its place...
set the text color to transparent, so the labels are never seen...
see following working snippet...
echarts support
rich text
as labelin the option yAxis or xAixs -> axisLabel -> rich,
check this example1 example2