TradingPal / react-native-highcharts

📈 Add Highcharts charts to react-native app for IOS and Android
https://github.com/TradingPal/react-native-highcharts
256 stars 158 forks source link

Disable the opening of the Highchart website within the app #77

Open cristinaITdeveloper opened 6 years ago

cristinaITdeveloper commented 6 years ago

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!

long241191 commented 6 years ago

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 } }

Oraclesports commented 6 years ago

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