Widgets > Chart Widgets > wijpiechart > wijpiechart How To > Define the Header |
To define the header’s text color and size, use the following code:
$("#wijscatterchartDefault").wijscatterchart({
header: {
text: "Height Versus Weight of 72 Individuals by Gender",
textStyle:{
fill:"#6699cc",
stroke: "#6699cc",
"font-size": "14pt"
}
},
This topic illustrates the following:
The following image shows the chart header with modified forecolor and font-size: