You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The confidence interval in [0, 1), or 0 to hide bands; defaults to 0.95.
21
14
*/
22
15
ci?: number;
16
+
23
17
/**
24
18
* The distance (in pixels) between samples of the confidence band; defaults to 4.
25
19
*/
26
20
precision?: number;
21
+
27
22
/**
28
23
* Reducer for when the independent variable is binned with an **interval**. For example, to create a trend line on the maximum value of the AAPL ticker by month:
0 commit comments