您只能在
hovertemplate
中放置一些HTML。不幸的是,<table>
不是其中之一。
此处列出了所有允许的标签:
function plainText(s, len) {
return svgTextUtils.plainText(s || '', {
len: len,
allowedTags: ['br', 'sub', 'sup', 'b', 'i', 'em', 's', 'u']
});
}
来自 github 上的 plotly.js