-
**Reproduction of the problem**
#### TS file
```ts
import { Component, ViewChild } from '@angular/core';
import { BaseChartDirective } from 'ng2-charts';
import 'chartjs-adapter-moment';
fun…
-
### Version
5.4.3
### Link to Minimal Reproduction
let base = +new Date(1968, 9, 3); let oneDay = 24 * 3600 * 1000; let date = []; let data = [Math.random() * 300]; for (let i = 1; i < 20000; i++) …
-
See https://www.timescale.com/blog/slow-grafana-performance-learn-how-to-fix-it-using-downsampling/
http://skemman.is/stream/get/1946/15343/37285/3/SS_MSthesis.pdf
-
Do styled-jss support keyframes animations and what is the syntax? Unfortunately i wasn't able to get it work using example from [here](https://github.com/cssinjs/jss/blob/master/docs/json-api.md#keyf…
-
Hey there :wave:Our bot, Adaptly, found that 13 out of 13 currently open dependency update PRs can be merged.That's 100% right there:View Safe to Merge PRs1. [chore(deps): bump minimist from 1.2.5 to …
-
**Is your feature request related to a problem? Please describe.**
Sending thousands of points to the client to be graphed causes slowdowns throughout the process, sometimes clients can downsample th…
-
See example here:
+ https://github.com/threepointone/glamor/blob/v3/packages/glamor-raw-css/src/babel.js
+ https://github.com/threepointone/glamor/blob/v3/packages/babel-plugin-glamor/src/babel-ho…
-
### Version
5.5.0
### Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/large-scale-area-chart-9hqlk9
### Steps to Reproduce
使用官方示例:https://codesandbox.io/p/sandbox/large-scale-area-c…
-
### Is your feature request related to a problem?
Yes, while Questdb currently provides the ability to sample data using the "SAMPLE BY" keyword, which includes basic aggregation methods such as min(…
-
First of - thanks @lttb so much for this library! It's a huge help!
I'm running into the following issue best demonstrated by a small repro:
```js
type GetUserInfoArgs = {| user_id: number |};
…