You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving only a single column of data, no graph would ever show
up.
This was due to the graph display data structure only being
initialized when the number of datasets changes. However, the dataset
attribute is populated with one entry by default, so when receiving a
single column of data, the graph initialization never happens.
Fix this by initializing the dataset structure to be empty by default.
This bug was introduced in PR #119.
Fixes: #119
0 commit comments