Hello,
Didn't think anyone really used this app. I built it as a fun way to play around with D3. I believe thats is a problem with factorLegend in radarchart.js and isn't a configurable option. I don't have plans on working on this project any time soon. Feel free to fork https://github.com/httpstergeek/d3-splunk-extentions.
var cfg = {
radius: 5,
w: 400,
h: 400,
factor: 1,
**factorLegend: .85,**
levels: 5,
maxValue: 0.6,
radians: 2 * Math.PI,
opacityArea: 0.5,
ToRight: 5,
TranslateX: 60,
TranslateY: 30,
ExtraWidthX: 200,
ExtraWidthY: 100,
color: d3.scale.category10()
};
... View more