如何更改使用 highcharts 创建的折线图(极坐标)包围的内部部分的样式?
黄线内的空间我还想用黄色填充它: 图表图像
Space within the yellow lines I would also like to fill it up with yellow color: chart image
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用区域系列类型而不是线条:
现场演示: http://jsfiddle. net/BlackLabel/67oxc5pt/
文档: https://www.highcharts.com/docs/chart-concepts/series
Just use area series type instead of line:
Live demo: http://jsfiddle.net/BlackLabel/67oxc5pt/
Docs: https://www.highcharts.com/docs/chart-concepts/series
使用 Plotly 在 Python 中绘制雷达图
对于雷达图中的填充线,请使用 Fig.update_traces 更新使用 px.line_polar 创建的图形
输出图像
Radar charts in Python with Plotly
For a filled line in a Radar Chart, update the figure created with px.line_polar with fig.update_traces
Output image