Skip to content

Commit 2d8afa7

Browse files
committed
tsa ready
1 parent 74ee69a commit 2d8afa7

22 files changed

+2800
-43
lines changed

docs/api/geoms.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Geometric objects (geoms) are the visual elements used to represent data in a pl
1616
options:
1717
show_root_heading: true
1818

19+
::: ggplotly.geoms.geom_lines.geom_lines
20+
options:
21+
show_root_heading: true
22+
23+
::: ggplotly.geoms.geom_fanchart.geom_fanchart
24+
options:
25+
show_root_heading: true
26+
1927
::: ggplotly.geoms.geom_bar.geom_bar
2028
options:
2129
show_root_heading: true
@@ -156,6 +164,20 @@ Geometric objects (geoms) are the visual elements used to represent data in a pl
156164
options:
157165
show_root_heading: true
158166

167+
## Time Series Geoms
168+
169+
::: ggplotly.geoms.geom_stl.geom_stl
170+
options:
171+
show_root_heading: true
172+
173+
::: ggplotly.geoms.geom_acf.geom_acf
174+
options:
175+
show_root_heading: true
176+
177+
::: ggplotly.geoms.geom_pacf.geom_pacf
178+
options:
179+
show_root_heading: true
180+
159181
## Network Geoms
160182

161183
::: ggplotly.geoms.geom_edgebundle.geom_edgebundle

docs/api/stats.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,15 @@ Statistical transformations for data.
4343
::: ggplotly.stats.stat_ecdf.stat_ecdf
4444
options:
4545
show_root_heading: true
46+
47+
## stat_stl
48+
49+
::: ggplotly.stats.stat_stl.stat_stl
50+
options:
51+
show_root_heading: true
52+
53+
## stat_fanchart
54+
55+
::: ggplotly.stats.stat_fanchart.stat_fanchart
56+
options:
57+
show_root_heading: true

0 commit comments

Comments
 (0)