streamlinesocial / highcharts-regression

Linear and non-linear regression support for highcharts
MIT License
73 stars 64 forks source link

add null check for when there are no series #88

Closed eutopian closed 5 years ago

eutopian commented 5 years ago

Charts can be initialized without a series, and many times the series come from async data that may not exist at the time of loading. Although the series may eventually exist when the async request is fulfilled, the current implementation for this regressions requires initializing the chart with a blank series: [] each time or it will break.

thiagogcm commented 5 years ago

I think this fixes #89