Open AlexandreSajus opened 1 month ago
This is a problem with the decimator config. If the view port can still contain the data (width of the chart), the decimator will not be applied by default. Either change the threshold decimator_instance = LTTB(n_out=NOP, threshold=500)
or increase the number of points to a larger number like 2000 or 5000.
I'm sorry. I think we need to keep this ticket open until we make a change in the product or the docs. The decimator is not usable in its current state because of this issue. A user came to me explaining that he could not figure out how to use it.
What went wrong? 🤔
The decimator does work fine with the documented code sample:
But it does not work with a simple DataFrame. In the following example, the data is not being decimated. The only thing I changed is that I converted df_AAPL to a simple dataframe:
Expected Behavior
The decimator should work when inputting a dataframe. If it fails, it should warn the user as to why
Runtime Environment
Windows 11
Browsers
Chrome
OS
Windows
Version of Taipy
4.0.0.dev2
Acceptance Criteria
Code of Conduct