Florian Jacta

Results 382 comments of Florian Jacta

This is an interesting remark. I don't know what is the optimal way to solve this. Maybe letting the developer create its own solution is the better solution. When adding...

@rohan011001 Is this what you are referring to? [configure_gui](https://docs.taipy.io/en/latest/manuals/reference/taipy.config.Config/#taipy.config.Config.configure_gui)

Plotly also provides gauge: https://plotly.com/python/gauge-charts/

In the *develop* version for 3.1, it is possible to create gauges through the chart: ```python import plotly.graph_objects as go from taipy.gui import Gui fig = go.Figure(go.Indicator( domain = {'x':...

@FabienLelaquais I want either to be able to create a metric (no gauge, just numbers): - to display a value, - correctly formatted with a prefix/suffix/unit, - add a title,...

I think this is a different issue, as you are not talking about user code errors. This issue is more focused on a specifc type of warnings/errors that comes from...

> Hi @FlorianJacta, Do you have some simple code that reproduce this issue ? Tx No, I don't have one right now.

For the meantime, you can use the [*notify*](https://docs.taipy.io/en/latest/manuals/reference/taipy.gui.notify/) function to create a notification saying that the user has to wait.

Another user on Discord asked for it again. I am moving this to High as a result.

@yaten2302 Taipy relies on visual elements to bring interactivity to the GUI. These visual elements come from different Javascript libraries (MUI, for example). The goal is to incorporate another visual...