33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > algorithm - Boost Library Usage Dashboard</ title >
6+ < title > algorithm - Boost Library Dashboard</ title >
77 < script src ="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js "> </ script >
88 < style >
99 body {
@@ -101,16 +101,14 @@ <h2>Internal Consumers</h2>
101101 </ tr >
102102 </ thead >
103103 < tbody >
104-
105- < tr >
106- < td colspan ="4 "> No dependent libraries found</ td >
107- </ tr >
104+ < tr > < td > < a href ="compute.html "> compute</ a > </ td > < td > < a href ="date_time.html "> date_time</ a > </ td > < td > < a href ="fiber.html "> fiber</ a > </ td > < td > < a href ="geometry.html "> geometry</ a > </ td > </ tr >
105+ < tr > < td > < a href ="graph.html "> graph</ a > </ td > < td > < a href ="graph_parallel.html "> graph_parallel</ a > </ td > < td > < a href ="process.html "> process</ a > </ td > < td > < a href ="test.html "> test</ a > </ td > </ tr >
108106
109107 </ tbody >
110108 </ table >
111109 </ div >
112110 < div class ="chart-container ">
113- < canvas id ="dependentsChart "> </ canvas >
111+ < canvas id ="dependencyChart "> </ canvas >
114112 </ div >
115113 </ div >
116114 </ div >
@@ -128,7 +126,6 @@ <h2>External Consumers</h2>
128126 < th > Usage Count</ th >
129127 </ tr >
130128 </ thead >
131-
132129 < tbody >
133130
134131 < tr >
@@ -192,7 +189,6 @@ <h2>External Consumers</h2>
192189 </ tr >
193190
194191 </ tbody >
195-
196192 </ table >
197193 </ div >
198194 < div class ="chart-container ">
@@ -201,9 +197,9 @@ <h2>External Consumers</h2>
201197 </ div >
202198 </ div >
203199
204- <!-- Panel 3: Contribution -->
200+ <!-- Panel 3: Contribute -->
205201 < div class ="panel ">
206- < h2 > Contribution </ h2 >
202+ < h2 > Contribute </ h2 >
207203 < div class ="panel-row ">
208204 < div >
209205 < table >
@@ -213,15 +209,19 @@ <h2>Contribution</h2>
213209 < th > Commit Count</ th >
214210 </ tr >
215211 </ thead >
216-
217212 < tbody >
218213
219214 < tr >
220- < td colspan ="2 "> No commit data available (boost_commit table not yet populated)</ td >
215+ < td > Marshall Clow</ td >
216+ < td > 1</ td >
217+ </ tr >
218+
219+ < tr >
220+ < td > Flamefire</ td >
221+ < td > 1</ td >
221222 </ tr >
222223
223224 </ tbody >
224-
225225 </ table >
226226 </ div >
227227 < div class ="chart-container ">
@@ -231,16 +231,16 @@ <h2>Contribution</h2>
231231 </ div >
232232
233233 < script >
234-
235- new Chart ( document . getElementById ( 'dependentsChart ' ) , {
234+ // Dependency Chart
235+ new Chart ( document . getElementById ( 'dependencyChart ' ) , {
236236 type : 'bar' ,
237237 data : {
238- labels : [ ] ,
238+ labels : [ "1.66.0" , "1.67.0" , "1.68.0" , "1.69.0" , "1.70.0" , "1.71.0" , "1.72.0" , "1.73.0" , "1.74.0" , "1.75.0" , "1.76.0" , "1.77.0" , "1.78.0" , "1.79.0" , "1.80.0" , "1.81.0" , "1.82.0" , "1.83.0" , "1.84.0" , "1.85.0" , "1.86.0" , "1.87.0" , "1.88.0" , "1.89.0" , "1.90.0" ] ,
239239 datasets : [ {
240240 label : 'Dependent Count' ,
241- data : [ ] ,
241+ data : [ 7 , 7 , 9 , 8 , 8 , 7 , 7 , 8 , 8 , 9 , 9 , 9 , 9 , 9 , 9 , 9 , 9 , 9 , 8 , 8 , 8 , 8 , 8 , 8 , 8 ] ,
242242 backgroundColor : 'rgba(75, 192, 192, 0.6)' ,
243- borderColor : 'rgba (75, 192, 192, 1 )' ,
243+ borderColor : 'rgb (75, 192, 192)' ,
244244 borderWidth : 1
245245 } ]
246246 } ,
@@ -265,8 +265,8 @@ <h2>Contribution</h2>
265265 }
266266 }
267267 } ) ;
268-
269-
268+
269+ // Usage Chart
270270 new Chart ( document . getElementById ( 'usageChart' ) , {
271271 type : 'bar' ,
272272 data : {
@@ -293,8 +293,8 @@ <h2>Contribution</h2>
293293 }
294294 }
295295 } ) ;
296-
297-
296+
297+ // Commit Chart
298298 new Chart ( document . getElementById ( 'commitChart' ) , {
299299 type : 'bar' ,
300300 data : {
@@ -303,7 +303,7 @@ <h2>Contribution</h2>
303303 label : 'Commit Count' ,
304304 data : [ 7 , 12 , 10 , 4 , 6 , 3 , 3 , 17 , 23 , 11 , 9 , 14 , 6 , 11 , 19 , 9 , 4 , 3 , 2 , 12 , 4 , 4 , 2 , 11 , 1 , 7 , 6 , 2 , 5 , 2 , 8 , 2 , 1 , 6 , 2 ] ,
305305 backgroundColor : 'rgba(255, 99, 132, 0.6)' ,
306- borderColor : 'rgba (255, 99, 132, 1 )' ,
306+ borderColor : 'rgb (255, 99, 132)' ,
307307 borderWidth : 1
308308 } ]
309309 } ,
@@ -321,7 +321,6 @@ <h2>Contribution</h2>
321321 }
322322 }
323323 } ) ;
324-
325324 </ script >
326325</ body >
327326</ html >
0 commit comments