Home Forums Feature Requests & Feedback How To Enlarge The Info Box and The Info Line

How To Enlarge The Info Box and The Info Line

Viewing 2 posts - 1 through 2 (of 2 total)
  • #11526

    Hi, how can i enlarge the dimension of this box: Info Box

    and how can i also enlarge the sentence of a line: Info Line
    This is the code:
    stripLines: [
    {
    label: “5”,
    value: 80,
    labelFormatter: function (e) {
    return “80 centimetri:chiusura porto”;
    }
    }
    ]

    #11527

    Hi,

    ToolTip is a HTML DOM element. So, you can apply CSS style on canvasjs-chart-tooltip class to change it’s appearance. Here is an similar example to change toolTip’s apperance.

    For changing stripLine’s font-size use labelFontSize property of stipLine.

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

You must be logged in to reply to this topic.