Home Forums Chart Support BorderRadius and Width problem Reply To: BorderRadius and Width problem

#42142

`this.chartOptions = {
backgroundColor: “#252525”,
creditText: “”,
title: {
text: “Total Users by Companies”,
fontColor: “#ffbb00”,
fontFamily: “Audiowide”,
},
animationEnabled: true,

axisY: {
includeZero: true,
suffix: “”,
labelFontColor: “white”,
labelFontFamily: “Audiowide”,
labelFontSize: 10,
},
axisX: {
labelFontColor: “white”,
labelFontFamily: “Audiowide”,
labelFontSize: 10,
},
data: [{
type: “column”,
indexLabelFontColor: “white”,
indexLabelFontFamily: “Audiowide”,
indexLabelFontSize: 8,
color: “#ffbb00”,
indexLabel: “{y}”,
yValueFormatString: “#,####”,
dataPoints: this.dataPoints
}]