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

1.5k Views Asked by At

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

enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

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;'>"
0
On

If you want to personalize the "groups" column, you can use the property groupTemplate in the timeline option (http://visjs.org/docs/timeline/#Configuration_Options).

You can see a more complex example in the official examples: http://visjs.org/examples/timeline/groups/groupsEditable.html