Jeff
Jeff
SSolara
Created by Jeff on 9/12/2024 in #questions-issues
Annoying transition between Plotly figure updates
I have a data analysis application that allows selection from a number of datasets. When updating the FigurePlotly component with a new figure, an odd multi-step transition occurs in the figure. Does anyone know what is going on and how to force a cleaner transition? I have tried several ideas such as updating only the data in the figure structure but nothing works. Is this transition inherent to Solara or Plotly (since Solara uses the Plotly FigureWidget)? https://py.cafe/physiksdoc/solara-plotly-figure-transition
3 replies
SSolara
Created by Jeff on 7/17/2024 in #questions-issues
use_exception
Can anyone provide a simple example of how to use the use_exception hook? The demonstration on the documentation page generates an infinite render loop when the test exception is generated and does not recover.
3 replies
SSolara
Created by Jeff on 3/21/2024 in #questions-issues
Multipage tab color
Is there a way to set the color of the page-tab text in a multipage application? I'm interested in setting the tab text color for both the selected and unselected states. I have tried various tests using style in the AppLayout component but had no luck.
1 replies