[🐛 BUG] Decimator does not work in candlestick charts (and should it?) #2283
Labels
🖰 GUI
Related to GUI
🆘 Help wanted
Open to participation from the community
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Must be addressed as soon
What went wrong? 🤔
One of the only reasons I would use default taipy charts instead of Plotly figures is the decimator.
BUT the decimator is not only situational but also rarely works:
1 - The doc uses decimator like this
decimator={decimator}
and this does not work,decimator=decimator
is the only syntax that works2 - Candlesticks charts, maybe the only use case for decimator, don't work with decimators. Try this example:
This issue is part of a bigger issue of: we should not support tgb.chart anymore as it offers no benefits compared to tgb.chart(figure=plt.Figure())
Version of Taipy
4.0.1
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: