Forum Replies Created by csonkal

Viewing 1 post (of 1 total)
  • in 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
    }]

Viewing 1 post (of 1 total)