Search code examples
imagevis.jsvis.js-timeline

How to display images in groups column in vis.js?


How to display images in the "groups" column in vis.js, like this?

enter image description here


Solution

  • For those who have a similar issue : i've just put the <img> tag in my content :

    "content": "some text <br> <img src='myImg.jpg' style='width: 48px; height: 48px;'>"