Adam
                                            Adam
                                        
                                    I don't think it's currently possible to customize the hover template of a box plot. @archmoj Can you please correct me if I'm wrong.
Hi @MauroIb I'm not getting the same error you're getting. I used your code, and the y axis data in the area plot seems to be working fine. Can you...
hi @sirdinkus I am not sure I was able to replicate your issue. Zooming into the page with scroll zooming tries to fit the complete graph into the page. If...
I see. @sirdinkus can you please provide me the full code+data that you use for your example so I can replicate the bug? When I try it with Scattergl, mode='markers',...
Thanks for reporting, @DeepaDhiman I see you're using JS in your code. @archmoj can you please take a look at this when you have a few minutes?
Thanks for reporting this, @al-vincent . @sonali489 thank you for trying to help @al-vincent.
hi @terlan4 This is a good question to ask on the [Plotly forum](https://community.plotly.com/) first. If you don't get an answer there, please let me know.
hi @Sang-Buster Are you able to share the full dash app with us, or at least a minimal reproducible example? Are you using your own mapbox token for this?
Thank you, @Sang-Buster . I'm getting an sqlite3 error when I try to run your app. > sqlite3.OperationalError: unable to open database file You know how I can fix that?
Wonderful, now I got it to run. This is with `mapbox://styles/mapbox/streets-v12`. This also has the script and stylesheet you importe: ``` mapbox_scripts = ['https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.js'] mapbox_stylesheets = ['https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.css'] ```  Did...