-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.html
118 lines (109 loc) · 4.36 KB
/
members.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.css">
<script
src="https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.js"></script>
<script
src="https://momentjs.com/downloads/moment.min.js"></script>
<style type="text/css">
svg.ct-chart-bar, svg.ct-chart-line {
overflow: visible;
}
.ct-label.ct-label.ct-horizontal.ct-end {
position: relative;
justify-content: flex-end;
text-align: right;
transform-origin: 100% 0;
transform: translate(-100%) rotate(-45deg);
white-space: nowrap;
}
.ct-series-b,
.ct-series-b .ct-line,
.ct-series-b .ct-point {
stroke: darkblue;
color: darkblue;
}
.ct-series-a,
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: green;
color: green;
}
</style>
</head>
<body>
<div class="ct-chart ct-perfect-fourth" ></div>
<span class="ct-series-b" style="padding-left: 37%"><b>members</b></span>
<span class="ct-series-a" style="padding-left: 20px"><b>contributors</b></span>
<script type="text/javascript">
var data =
{
series: [
{
name: 'contributors',
data: [
{x: new Date(1552576830295), y: 44}
,{x: new Date(1552810778154), y: 44}
,{x: new Date(1553700047423), y: 44}
,{x: new Date(1554721286488), y: 44}
,{x: new Date(1556010214926), y: 44}
,{x: new Date(1556023767405), y: 50}
,{x: new Date(1556024074026), y: 53}
,{x: new Date(1556026624578), y: 56}
,{x: new Date(1558021351506), y: 60}
,{x: new Date(1574784947121), y: 69}
,{x: new Date(1592234061427), y: 79}
,{x: new Date(1594894668165), y: 80}
,{x: new Date(1600265603009), y: 83}
,{x: new Date(1627568746670), y: 100}
,{x: new Date(1726823524283), y: 133}
//LASTCONTRIB133LASTCONTRIB
]
},
{
name: 'members',
data: [
{x: new Date(1552576830295), y: 67}
,{x: new Date(1552810778154), y: 68}
,{x: new Date(1553700047423), y: 71}
,{x: new Date(1554721286488), y: 73}
,{x: new Date(1556010214926), y: 74}
,{x: new Date(1556023767405), y: 74}
,{x: new Date(1556024074026), y: 74}
,{x: new Date(1556026624578), y: 74}
,{x: new Date(1558021351506), y: 79}
,{x: new Date(1574784947121), y: 90}
,{x: new Date(1592234061427), y: 108}
,{x: new Date(1594894668165), y: 108}
,{x: new Date(1600265603009), y: 113}
,{x: new Date(1627568746670), y: 135}
,{x: new Date(1726823524283), y: 140}
//LASTMEMB140LASTMEMB
]
}
]
}
var options = {
series: {
'contributors': {
//lineSmooth: Chartist.Interpolation.step()
}
},
axisY : {
onlyInteger : true
},
axisX : {
type : Chartist.FixedScaleAxis,
divisor : 15,
labelInterpolationFnc : function(value) {
return moment(value).format('MMM YY');
}
}
};
new Chartist.Line('.ct-chart', data, options);
</script>
</body>
</html>
<!--CONTRIBUTORSAlainLatscha,Alex-Thoma,ArthurNeudeck,BeateGuldenschuh,BerSteve,CookieMonster70,Dalchi,DennisBannerman,Dr-Tech81,ErmacoraGregor,Feamusbal,FilipMarkovski,Flapmax,Gagne87,Georges52,GinaBiondo-aperto,Ginious,HeinzKauer,JadeGreenMonkey,JanMoritz23,JelenaSretenovic,LaurentSteiner,MarkusFlorian79,MarkusTiede,MegaRusher,MicBag,MrCode97,NoraKurzbein,RCBiczok,RMarLuce,Solaflex,StefaanSaeys,StephanSST,Sw0rdiX,ThomasSchoeb,Tiliavir,UrsBienz,WolfgangWo,aMiladinovic,abrjak,arburk,b014651,baengel,balsst,baopso,bhaskarchenchu,bsolar17,christiansiegel,christophgeering,clastzoo,culmat,danielgrob,davidloeffler82,didlika,dinupoker,dweber019,eliareutlinger,eloy83,erleiuat,frank-baier,greg-junkietech,gueltekinB,harry08,hhenkel,hirsch88,jSnax,jacnguymesoneer,janbrohl,joachimprinzbach,jochenpilger,jordilaforge,juliafeld,koenigle,kuhnfe,kullmanp,l0r5,lagoaresti,lazaki,lbiry,leubedane,lordyo,luechtdiode,lundak,m4rc0z,manuel84,marcellobellini,mariusreusch,matal0,mbobzin,mfredenhagen,michelpfirter,mikevader,mk-it-easy,mkaiser30,mladenplaninicic,mmarinkov,monkold,mw-solutions,netzwerg,nfricker,niels-oz,niiku,nobilo,oleg-arch,patrickhusi,patrit,pbadevops,pbracher,predrag-arsic,prevosys,r3dDoX,ralfzurich,renat1sakenov,robert-groensfeld,rotalf,samira-liebendoerfer,sauterl,sbubendorf,schlijo,seejaybee,silvansievers,skytime-sh,stefanschoe,svene,thbert,thomasboegl1,tklueber,tommuelli,trichie,tschneichel,udamken,vangual,yannickholzenkampCONTRIBUTORS-->