Home Forums Chart Support Formatting charts & markers Reply To: Formatting charts & markers

#24980

Here are my current customizations:
backgroundColor: “#99FAFB”,
width: 350,
height: 600,
dataPointWidth: 40,
title: {
text: “NWEA Summer Learning Loss: Math”
},
axisX: {
title: “Current Grade Level”,
interval: 1
},
axisY: {
title: “# of Students”,
suffix: “”
},
legend: {
cursor: “pointer”,
itemclick: toggleDataSeries
},
dataPointMinWidth: 40,
data: [{
type: “scatter”,
name: “75-99%”,
showInLegend: true,
markerType: “square”,
markerBorderThickness: 1,
markerBorderColor: “black”,
markerColor: “black”,
markerSize: 40,

and
<body><div id=”RedchartContainer” style=”height: 600px; max-width: 920px; margin: 0px auto;”></div>