我正在使用HighChart。我想完全填写areapline图表并修复此问题(图像链接)。
就像这个图片链接: https://ibb.co/q123wdk
chart: {
type: 'areaspline',
height: 400,
marginBottom: null,
marginRight: 20,
spacing: [10, 10, 0, 10]
}
我的示例:https://jsfiddle.net/rn9pubfs/
我该如何解决?