react-native-highcharts icon indicating copy to clipboard operation
react-native-highcharts copied to clipboard

Disable the opening of the Highchart website within the app

Open cristinaITdeveloper opened this issue 7 years ago • 2 comments

Hi! Nice lib 👍 I'm using it in my app, but when I click on "Highchart.com", the chart shows the website. It's a bit ugly inside the app 👎

highchart in app

How I can disable click on link? Thank you!

cristinaITdeveloper avatar Mar 13 '18 11:03 cristinaITdeveloper

In Chart configuration, you can use credits: { enabled: false } to hide Highchart.com ads.

example: { chart: { type: 'column' }, legend: { enabled: false }, exporting: { enabled: false }, credits: { enabled: false } }

long241191 avatar Mar 19 '18 03:03 long241191

@long241191 Hey there. Would it be possible to develop HighStocks on reactnative?

Oraclesports avatar May 20 '18 04:05 Oraclesports