Highchart by default puts a credits label in the lower right corner of the chart.
This can be removed using credits option in your chart settings.
credits
credits: { enabled: false }
Or
credits: false
will remove the highcharts.com logo.