Data decimation doesn't work.
See original GitHub issueHi there. Please help, how to make decimation work? I have 500+ points. Decimation works only if I pass redraw
prop (or by toggling enabled
off and then on in react devtools).
decimation: {
enabled: true,
algorithm: 'lttb',
samples: 12,
threshold: 12,
},
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
chart.js v3 - data decimation not working with zoom plugin
In chart.js v3 data decimation doesn't work when zooming in via the zoom plugin. Initially at 100%, data decimation works, but if I...
Read more >Data Decimation not working · Issue #1383 - GitHub
Did anybody get this to work? I am having the same problem. My data gets rendered but decimation is not applied.
Read more >Can't Decimate Models in ZBrush - Polycount
I'm trying to decimate my models, but every time I hit "Pre-Process Current" in Decimation Master, it doesn't do a damn thing.
Read more >Data Decimation - Chart.js
Data Decimation. The decimation plugin can be used with line charts to automatically decimate data at the start of the chart lifecycle.
Read more >Decimation - dspGuru
Yes. Decimation involves throwing away samples, so you can only decimate by integer factors; you cannot decimate by fractional factors. (However, you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Because of how react works with immutable props, I believe this is where it fails. If someone has a working example of decimation with this package, do tell 😃
@hydrognomik @mateogianolio Hi. Would you please try the latest version of react-chartjs-2?