1+ {
2+ "component" : " Month" ,
3+ "examples" : [
4+ {
5+ "name" : " 90-days" ,
6+ "title" : " 90 days" ,
7+ "path" : " /docs/components/Month/90-days" ,
8+ "components" : [
9+ {
10+ "component" : " Chart" ,
11+ "lineNumber" : 22 ,
12+ "line" : " <Chart"
13+ },
14+ {
15+ "component" : " Layer" ,
16+ "lineNumber" : 37 ,
17+ "line" : " <Layer>"
18+ },
19+ {
20+ "component" : " Month" ,
21+ "lineNumber" : 38 ,
22+ "line" : " <Month start={ninetyDaysAgo} end={now} tooltip />"
23+ },
24+ {
25+ "component" : " Tooltip" ,
26+ "lineNumber" : 41 ,
27+ "line" : " <Tooltip.Root>"
28+ }
29+ ]
30+ },
31+ {
32+ "name" : " basic" ,
33+ "title" : " basic" ,
34+ "path" : " /docs/components/Month/basic" ,
35+ "components" : [
36+ {
37+ "component" : " Chart" ,
38+ "lineNumber" : 24 ,
39+ "line" : " <Chart"
40+ },
41+ {
42+ "component" : " Layer" ,
43+ "lineNumber" : 39 ,
44+ "line" : " <Layer>"
45+ },
46+ {
47+ "component" : " Month" ,
48+ "lineNumber" : 40 ,
49+ "line" : " <Month start={firstDayOfYear} end={lastDayOfYear} tooltip />"
50+ },
51+ {
52+ "component" : " Tooltip" ,
53+ "lineNumber" : 43 ,
54+ "line" : " <Tooltip.Root>"
55+ }
56+ ]
57+ },
58+ {
59+ "name" : " custom-cell-size" ,
60+ "title" : " custom cell size" ,
61+ "path" : " /docs/components/Month/custom-cell-size" ,
62+ "components" : [
63+ {
64+ "component" : " Chart" ,
65+ "lineNumber" : 24 ,
66+ "line" : " <Chart"
67+ },
68+ {
69+ "component" : " Layer" ,
70+ "lineNumber" : 39 ,
71+ "line" : " <Layer>"
72+ },
73+ {
74+ "component" : " Month" ,
75+ "lineNumber" : 40 ,
76+ "line" : " <Month start={firstDayOfYear} end={lastDayOfYear} cellSize={20} tooltip />"
77+ },
78+ {
79+ "component" : " Tooltip" ,
80+ "lineNumber" : 43 ,
81+ "line" : " <Tooltip.Root>"
82+ }
83+ ]
84+ },
85+ {
86+ "name" : " multiple-years" ,
87+ "title" : " multiple years" ,
88+ "path" : " /docs/components/Month/multiple-years" ,
89+ "components" : [
90+ {
91+ "component" : " Chart" ,
92+ "lineNumber" : 22 ,
93+ "line" : " <Chart"
94+ },
95+ {
96+ "component" : " Layer" ,
97+ "lineNumber" : 37 ,
98+ "line" : " <Layer>"
99+ },
100+ {
101+ "component" : " Month" ,
102+ "lineNumber" : 38 ,
103+ "line" : " <Month start={threeYearsAgo} end={now} tooltip />"
104+ },
105+ {
106+ "component" : " Tooltip" ,
107+ "lineNumber" : 41 ,
108+ "line" : " <Tooltip.Root>"
109+ }
110+ ]
111+ },
112+ {
113+ "name" : " without-day-numbers" ,
114+ "title" : " without day numbers" ,
115+ "path" : " /docs/components/Month/without-day-numbers" ,
116+ "components" : [
117+ {
118+ "component" : " Chart" ,
119+ "lineNumber" : 23 ,
120+ "line" : " <Chart"
121+ },
122+ {
123+ "component" : " Layer" ,
124+ "lineNumber" : 38 ,
125+ "line" : " <Layer>"
126+ },
127+ {
128+ "component" : " Month" ,
129+ "lineNumber" : 39 ,
130+ "line" : " <Month start={firstDayOfYear} end={now} showDayNumber={false} tooltip />"
131+ },
132+ {
133+ "component" : " Tooltip" ,
134+ "lineNumber" : 42 ,
135+ "line" : " <Tooltip.Root>"
136+ }
137+ ]
138+ },
139+ {
140+ "name" : " without-month-labels" ,
141+ "title" : " without month labels" ,
142+ "path" : " /docs/components/Month/without-month-labels" ,
143+ "components" : [
144+ {
145+ "component" : " Chart" ,
146+ "lineNumber" : 23 ,
147+ "line" : " <Chart"
148+ },
149+ {
150+ "component" : " Layer" ,
151+ "lineNumber" : 38 ,
152+ "line" : " <Layer>"
153+ },
154+ {
155+ "component" : " Month" ,
156+ "lineNumber" : 39 ,
157+ "line" : " <Month start={firstDayOfYear} end={now} showDayNumber={false} monthLabel={false} tooltip />"
158+ },
159+ {
160+ "component" : " Tooltip" ,
161+ "lineNumber" : 42 ,
162+ "line" : " <Tooltip.Root>"
163+ }
164+ ]
165+ }
166+ ],
167+ "usage" : [
168+ {
169+ "example" : " 90-days" ,
170+ "component" : " Month" ,
171+ "path" : " /docs/components/Month/90-days" ,
172+ "lineNumber" : 38 ,
173+ "line" : " <Month start={ninetyDaysAgo} end={now} tooltip />"
174+ },
175+ {
176+ "example" : " basic" ,
177+ "component" : " Month" ,
178+ "path" : " /docs/components/Month/basic" ,
179+ "lineNumber" : 40 ,
180+ "line" : " <Month start={firstDayOfYear} end={lastDayOfYear} tooltip />"
181+ },
182+ {
183+ "example" : " custom-cell-size" ,
184+ "component" : " Month" ,
185+ "path" : " /docs/components/Month/custom-cell-size" ,
186+ "lineNumber" : 40 ,
187+ "line" : " <Month start={firstDayOfYear} end={lastDayOfYear} cellSize={20} tooltip />"
188+ },
189+ {
190+ "example" : " multiple-years" ,
191+ "component" : " Month" ,
192+ "path" : " /docs/components/Month/multiple-years" ,
193+ "lineNumber" : 38 ,
194+ "line" : " <Month start={threeYearsAgo} end={now} tooltip />"
195+ },
196+ {
197+ "example" : " without-day-numbers" ,
198+ "component" : " Month" ,
199+ "path" : " /docs/components/Month/without-day-numbers" ,
200+ "lineNumber" : 39 ,
201+ "line" : " <Month start={firstDayOfYear} end={now} showDayNumber={false} tooltip />"
202+ },
203+ {
204+ "example" : " without-month-labels" ,
205+ "component" : " Month" ,
206+ "path" : " /docs/components/Month/without-month-labels" ,
207+ "lineNumber" : 39 ,
208+ "line" : " <Month start={firstDayOfYear} end={now} showDayNumber={false} monthLabel={false} tooltip />"
209+ }
210+ ],
211+ "updatedAt" : " 2026-04-01T16:49:31.660Z"
212+ }
0 commit comments