TradingPal / react-native-highcharts

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

Is it possible to use 'nodata' with the react native version? #104

Open aidanw opened 5 years ago

aidanw commented 5 years ago

I have

.....
     noData: {
        style: {
          fontWeight: "bold",
          fontSize: "15px",
          color: "#303030"
        }
      },
      lang: {
        noData: "Not enough spread events to graph."
      },
......

However I don't see the message on my graph when there is no data. Can I turn this on?