Skip to main content

inner

Use ECharts inner font family:

const options = {
...,
textStyle: {
fontFamily: "monospace" // 'serif' , 'monospace', 'Arial', 'Courier New', 'Microsoft YaHei', ...
},
...
}

See more textStyle.fontFamily