See, the documentation, you can pass additional options to the charts by using the extra options properties. The options you define there are added to the charts.
Some example options taken from here
series: {
lines, points, bars: {
show: boolean
lineWidth: number
fill: boolean or number
fillColor: null or color/gradient
}
points: {
radius: number
symbol: "circle" or function
}
bars: {
barWidth: number
align: "left" or "center"
horizontal: boolean
}
lines: {
steps: boolean
}
shadowSize: number
}
Thank you both for your reactions, it helped me a lot with the adjustments for the bar graphs. Nevertheless, the pie graph does not respond. Is there a way to change the look of the pie graph in a simple manner, like given in the link earlier considering the examples of the pie graphs?
We like to adjust the look, because the legends do overlap each other, which is very disturbing.
Thanks again!