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
The webdemo currently uses vega (js and css) from cdn. This is inconvenient. However, a local installation using bower resulted in the following error message: typeerror this.signal(...) is undefined somewhere in vega.js.
Googling the error did not work. Versions of d3 and vega were also correct.
Also, it is not clear where vega.css can be found. It is not in the vega directory in bower_components.
The text was updated successfully, but these errors were encountered:
index.html now displays a (random) vega horizontal bar chart.
Using the local vega.js file installed with bower resulted in an error
message, so a cdn one is used (refs #1). This should be fixed later.
The webdemo currently uses vega (js and css) from cdn. This is inconvenient. However, a local installation using bower resulted in the following error message: typeerror this.signal(...) is undefined somewhere in vega.js.
Googling the error did not work. Versions of d3 and vega were also correct.
Also, it is not clear where vega.css can be found. It is not in the vega directory in bower_components.
The text was updated successfully, but these errors were encountered: