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
I'm having the same issue with python3.4
I did some digging and found that get_serieses in BaseFlowChart is storing the result of zip which then gets json serialized.
The problem is that the zip method in python 2 returns a list of tuples whereas in python 3 a zip object is returned.
The zip should be converted to a list as such.
By following the tutorial, I have the following set up
Template
{{ chart.as_html }}
Error
The text was updated successfully, but these errors were encountered: