Home Forums Chart Support Watermark Reply To: Watermark

#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