Home Forums Chart Support BorderRadius and Width problem

BorderRadius and Width problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • #42065

    Hello guys!

    I would like to set a border-radius to my chart, but I can’t make it work.
    I have another problem which is a width of my chart. I don’t know why it is doing it but it is in a simple div with a class row
    but it length sometimes is overflows, but after a reload it goes back to normal or a bit shorter than the width of the div.

    Thank you for your time and help.

    #42090

    @csonkal,

    Can you kindly create JSFiddle reproducing the issue you are facing & share it with us so that we can look into the chart-options being used, understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    #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
    }]

    #42150

    @csonkal,

    Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can reproduce the issue at our end, understand the scenario better and help you out??

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements.

    Having a JSFiddle helps us in figuring out the issue and many a times we can just edit your code on JSFiddle to fix the issue right-away.

    —–
    Manoj Mohan
    Team CanvasJS

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.