-
I have decreased the stroke size, disabled data labels, and set explicit XAxis type. Only other tips I have found from apexchart.js were to disable animations completely and set the stroke curve. It d…
-
### Version
5.3.3
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
xAxis: {
type: 'time',
boundaryGap: ['1%', '1%'],
interval: 1000,
split…
-
```
#!/bin/bash
if [ -d "~/ptv-build" ]; then
echo This script recreates the ptv-build directory from scratch.
echo Please erase ~/ptv-build and start again
exit 1
fi
mkdir ~/pt…
-
Hello @ggalmazor!
Thanks for your implementation of LTTB algorithm, I am currently using it on a project using large timeseries!
In a recent development, I had to downsample a new type of data, an…
-
I am building vegeta 12.8.0 at ArchLinux. When I ran tests with `go test ./...` I got a failure like one below. There is probably some non-synchronized access to the data structure that need to be fix…
-
## Expected Behavior
I am no pro at Angular/JS, but by seeing the d.ts file and how the decimationOptions are defined, I expect the DecimationAlgorithm enum to be exported
```
export declare enum D…
-
[###](url
https://user-images.githubusercontent.com/74649075/102760109-001ae600-43b0-11eb-904a-1489981d7588.mp4
) Version
4.9.0
### Steps to reproduce
1. 使用多条折线的图表(更容易出现),2 . 使用异步加载数据,3,在数据…
-
Hi,
I translated your LTTB algorithm for Dart (So that people can use it in flutter as well).
https://github.com/bnap00/dart-lttb
It is available on [pub.dev](https://pub.dev/packages/lttb) …
-
I am getting this error extremely frequently:
```
783 hf_series = self._to_hf_series(x=dc.x, y=dc.y)
785 # Checking this now avoids less interpretable `KeyError` when resampling
--> 786 ass…
-
It seems like hf bool traces are not handled correctly within the LTTB_core_c `python` code (these need to be converted to uint8)