-3

I have used an area high chart where i need to hide the credits that are is shown highcharts.com how do i do it? I want to know is there any property through which I can hide it.

1 Answers1

0

Try this

credits: {
            enabled: false
        }

In your js this will hide the watermark.

Amit Kumar
  • 452
  • 4
  • 10