Home Forums Chart Support Watermark

Watermark

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

    Please I need the help for add watermark on my export graph. How can I do?

    #43450

    @arseneksa97,

    You can use subtitles to show a watermark in the plot area of the chart as shown in the code snippet below:

    subtitles: [{
        text: "Built using CanvasJS",
        fontSize: 40,
        verticalAlign: "center",
        dockInsidePlotArea: true,
        fontColor: "rgba(0,0,0,0.1)"
    }],

    Please check this JSFiddle for a working example.

    Chart with Watermark


    Thangaraj Raman
    Team CanvasJS

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

You must be logged in to reply to this topic.