We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the following graph you can see the line chart grid lines are no matched up, is there a way to fix this in the 'Layout'?
layout = go.Layout(title = "The price of gold tends to move with inflation.", titlefont = dict( family = 'Arial, sans-serif', size = 18 ), xaxis = dict( zeroline = False ), yaxis = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), side = 'left', hoverformat = '.2f', zeroline= False, rangemode = 'tozero' ), yaxis2 = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), overlaying ='y', zeroline = False, side = 'right', rangemode = 'tozero', hoverformat = '.2f'), autosize=True, margin=dict(l = 200,r = 200, t = 100, b = 100), hovermode = 'closest', legend=dict(x = 0, y = 1.1, orientation="h"))
The text was updated successfully, but these errors were encountered:
Duplicate of #1962
Sorry, something went wrong.
No branches or pull requests
In the following graph you can see the line chart grid lines are no matched up, is there a way to fix this in the 'Layout'?
layout = go.Layout(title = "The price of gold tends to move with inflation.", titlefont = dict( family = 'Arial, sans-serif', size = 18 ), xaxis = dict( zeroline = False ), yaxis = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), side = 'left', hoverformat = '.2f', zeroline= False, rangemode = 'tozero' ), yaxis2 = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), overlaying ='y', zeroline = False, side = 'right', rangemode = 'tozero', hoverformat = '.2f'), autosize=True, margin=dict(l = 200,r = 200, t = 100, b = 100), hovermode = 'closest', legend=dict(x = 0, y = 1.1, orientation="h"))
The text was updated successfully, but these errors were encountered: