-
**Description**
If you want to use a markdown `##` header and want the text to depend on a variable, it doesn't keep the font of the header for the substituted text.
**How to reproduce**
A code…
-
**Description**
- Taipy GUI uses the behavior of the first file_selector element for all file selectors, and changing the file path of other file_selectors only affects the first one.
- Also, only t…
-
**Description**
The syntax to display a histogram chart is wrong.
We should set the x value currently we need to set the y value.
**How to reproduce**
A code fragment
```
import numpy as np
f…
-
**Description**
As of now, the WebApp is built from the [root]/gui directory, and produces a set of JavaScript bundles and other assets in [root]/src/taipy/gui/webapp.
This is exposed as `taipy/gu…
-
**Description**
Taipy GUI has a dark mode, but it doesn't affect the charts which all have a light background making it a bit too flashy. The goal would be to change charts to make it dark-mode frien…
-
**Description**
The format is not applied to the number for the _text_ control.
**How to reproduce**
```
from taipy import Gui
import numpy as np
import pandas as pd
data = pd.DataFrame({'…
-
**Description**
If you want to use the `navbar` control, there are 2 issues:
1. If you specify an `on_change()` function, it never gets called.
2. If you want to navigate to the pages in your appli…
-
Categories will help potential users find the Taipy Studio extensions in the Microsoft Market Place.
Supported categories are: [Programming Languages, Snippets, Linters, Themes, Debuggers, Formatters…
-
**Description**
Indexed properties are not recognized as properties in Taipy Studio GUI and will be said to be errors.
**How to reproduce**
```
```
**Expected behavior**
This markdown shou…
-
**Description**
If you use `on_navigate()` to change the page, the URL in the browser is not updated to the correct place.
**How to reproduce**
```python
from taipy import Gui
from taipy.gui im…