-
Notifications
You must be signed in to change notification settings - Fork 13
Sankey -- TypeError: Func is not a constructor. #75
Comments
After little more research I've found out that How can I send the query and get the results through |
I see now that my reply by email to github has not appeared. Here is what is wrote to your first post: This visualisation function is not registered in Sgvizler (just because it is was not available at the time Sgvizler was developed). Try to add it to registry.js, which specifies the google libraries required to load:
For Wordtree, try to set |
@mgskjaeveland Thanks for your suggestion. Yes this seems to be the right way but in order it to function properly |
Do you know how could I add |
I know that SgVizler supports all the major chart types offered by the Google Visualization API. I was wondering if Sankey Diagrams were also supported. I've tried to use sankey diagrams but the console spits out an error
google.visualization.Sankey -- TypeError: Func is not a constructor.
I've also checked the class in the Google API and it says that in order to load this diagram you need to load the class namegoogle.visualization.Sankey
. So it shouldn't be a typo on my side.The text was updated successfully, but these errors were encountered: