RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

table.draw() assumes there are linked controls when data is passed. #134

Closed jwildfire closed 7 years ago

jwildfire commented 7 years ago

This line needs to check to see if linked controls exist before initializing.

Causes problems in lots of safety charts.

jwildfire commented 7 years ago

Test Notes: Technical fix. No feature testing needed.