-
### What went wrong? 🤔
The decimator does work fine with the [documented code sample](https://docs.taipy.io/en/latest/tutorials/large_data/3_decimator/#lttb-algorithm):
![image](https://github.com/u…
-
## Do you want to request a feature or report a bug?
**request a feature**
## What is the current behavior?
**LineChart (but maybe another Cartesian Component) is very laggy when displaying a larg…
-
### What problem does this feature solve?
目前lttb采样好像没有可以配置参数的地方,如果我的点数很多,比如上亿,那就算是开了lttb,渲染也十分慢。所以是不是可以把参数开放出来,让用户可以调节采样的力度。
### What does the proposed API look like?
比如像这几个库这样,开放lttb参数:
[simplify…
-
### Is your feature request related to a problem?
Support for downsampling algorithms such as [Largest Triangle Three Buckets](https://github.com/jeromefroe/lttb-rs).
Current problem: Having tens …
W4G1 updated
4 months ago
-
Would be very cool would be to have an option to use the new `lttb` function in 23.10 for the downsampling. This could be an option to select in the plugin settings and/or maybe a completely new macro…
Slach updated
4 months ago
-
Maybe `consolidateBy=lttb` ?
https://github.com/dgryski/go-lttb
-
```ts
import { LTTB } from 'downsample/methods/LTTB'
const t = LTTB([[1,2]], 1)
// Is an array
console.log(Array.isArray(t))
// Is not typed as an array
t.map(console.log)
```
-
**Describe the bug**
We regularly import a large jtl file post test (we've previously discussed importing/feeding the file during the test but this is not possible). But the import seems to work jus…
-
**Is your feature request related to a problem? Please describe.**
We have very irregularly sampled data, e.g. sometimes a value is valid for hours if the corresponding asset is idle during that time…
-
### Version
5.4.1
### Link to Minimal Reproduction
https://github.com/jeandet/JS_experiments/blob/2e81d1179781fa30f569fd818d0276d21a9b3def/eCharts/index.html
### Steps to Reproduce
Just load the …