Nathan Jenkins

Results 6 comments of Nathan Jenkins

Here is an example: ``` /* data is an array of timeSeries */ /* colors is an object of the form {t1Name: color1, t2Name: color2...} */ renderLegend = (data, colors)...

You need to pass in `infoStyle` instead of `markerInfoStyle` and it should be of the following form: ``` ```

Took me a while to realize I also needed to `npm install serve-static` to get the example proxyrc file working.

Personally I would add a few more files to this gitignore. When building this project the following files and folders are created: ``` .idea/ gradle/ gradlew gradlew.bat ``` In general...

I found a somewhat hacky work-around for this issue. I'm importing icons from NativeBase so the component is slightly different, but in @dennisbejencev-an's original example to achieve the desired result...