如何在vis.js的“groups”栏中显示图片,像这样?
2 回答
0
对于那些有类似问题的人:我刚刚将<img>标签放在我的内容中:
"content": "some text <br> <img src='myImg.jpg' style='width: 48px; height: 48px;'>"
于 2018-05-22T13:43:52.190 回答
0
如果要个性化“组”列,可以使用groupTemplate时间线选项中的属性 ( http://visjs.org/docs/timeline/#Configuration_Options )。
您可以在官方示例中看到更复杂的示例:http: //visjs.org/examples/timeline/groups/groupsEditable.html
于 2018-06-04T07:32:26.700 回答
