我使用高图添加了图例标题,但我需要在图例标题词中添加10个空格。如何在两个单词之间添加空格。我使用填充仍然没有工作,因为我使用跨度。这是代码。
legend: {
title: {
text: 'Name1 <span style="color:red;margin-left:2.25em; display:inline-block;"> Name2</span>',
style: {
fontStyle: 'italic',
content: "\00a0 \00a0 "
} },