config = {
return {
plotFields: {
estimateField: "Estimate",
lowerCiField: "Lower",
upperCiField: "Upper",
radiusScaledTo: "N"
},
plotSettings: {
title: "test",
xlabel: "test2",
plotWidth: 250,
rowHeight: 18,
xrange: [-200, 150],
numTicks: 3,
radiusScale: [4, 8],
referenceLines: ["zero"],
plotXstart: 350,
overallWidth: 1000
},
textFields: []
};
}