series: {
spider: {
active: true, // must be true to enable the spider
show: false,
spiderSize: 0.8, // size compared to canvas
lineWidth: 3, // width of legs
lineStyle: "rgba(0,0,0,0.5)", // color of legs
pointSize: 6, // size of dots at values
scaleMode: "leg", // leg|all
legMin: null, // specify min value
legMax: null, // specify max value
legValues: false, // show "axis" values
connection: {width: 4}, // width of connecting lines
highlight: {opacity: 0.5, mode: "point"},
legs: {
font: { family: "Times New Roman", size: 20 },
fillStyle: "Black",
legScaleMin: 0.95,
legScaleMax: 1.05,
legStartAngle: 0, // default is 3 o'clock position, -90 means first label is at the top
labelWidth: 0, // try to limit width of labels. 0 means no width and they will be on one line
labelSpace: 100, // distance from outer circle to center of label
}
}
}
Flot-Spider Options 参数说明
最新推荐文章于 2025-12-20 20:43:51 发布
这篇文章详细描述了一个系列图表中的蜘蛛图配置参数,包括活动状态、显示设置、线条宽度、颜色、点大小、比例模式、范围限制、标签属性等,旨在帮助开发者精确控制图表展示效果。
973





