-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotly figure always generating with y = [0...n] #763
Comments
Probably I need to update my code as to #733 the vanna-flask repo is outdated. |
I did the update but still not working. Even |
I am running into the same issue. Any resolution yet? |
It looks like the newer version of plotly may have broken it? I went down to plotly==5.22.0 and now its working. I suspect maybe something to do with fig_json = fig.to_json() |
@SkyCandy567 could you try with the even newer version of Plotly (6.0)? |
Hey did you manage to fix this issue? I'm struggling with this as well and I thought at first it was because of a weird binary encoding the fig.to_json() function does. It looks something like this: 'y': {'bdata': ('PIw5PL8O7j9nHrgAgw3zP0aQ6rSh3/' ... '8K5gRAB0hi8sLhBUDZtkLgDdIGQA=='), |
Hi folks,
the generated SQL and the table / df output is correct, but for plotly generation the y-axis is always only counting upwards:
for x = 0, y = 0,
for x = 1, y = 1
... and so on
I use this default route
Can anyone help?
The text was updated successfully, but these errors were encountered: