Description uredi

This template should be used for all outbreak, epidemic and pandemic medical cases charts based on {{Bar box}} to maintain consistency. It displays horizontal bars for up to 5 different classifications of cases for each valid date. It also offers two columns to make numbers explicit and to show relative or absolute changes. It is designed to be flexible, but still standardizes some parts of the chart. This template should be transcluded in other templates, NOT in article pages. Please do not use templates other than {{Medical cases chart}} and, maybe, {{Medical cases chart/Row}} to get away with a custom formatting. Suggest features in the talk page or code it yourself if it's not controversial.

Usage uredi

{{Medical cases chart
|barwidth   = width of the stacked bars area (thin|medium|wide)                        [optional, defaults to: medium]
|numwidth   = max width of the numbers in the right columns (xx or xxxx)<-(n|t|m|w|d)  [optional, defaults to: mm,
                                                                                        see Rows' explanation and examples]
|float      = on what side of the page should the chart be located (left|right|none)   [optional, defaults to: right] 

|pretitle   = text at the beginning of the title                                       [optional]
|disease    = name of the disease
|location   = location of the outbreak the chart is showing
|location2  = broader location such as state/province or country                       [optional]
|location3  = broadest location such as country                                        [optional]
|posttitle  = text at the end of the title                                             [optional]
|outbreak   = name of the main outbreak (for link of the {{navbar}})

|recoveries = display recoveries in the legend (no|n|0)                                [optional]
|altlbl1    = alternate label for the 3rd case classification                          [optional, defaults to: Cases]
|altlbl2    = alternate label for the 4th case classification                          [optional]
|altlbl3    = alternate label for the 5th case classification                          [optional]

|togglesbar = HTML of the toggles bar to show/hide rows                                [optional]  {WIP}

|right1     = heading of the first data column                                         [optional, defaults to: # of cases]
|right2     = heading of the second data column                                        [optional]

|divisor    = manual override of the scaling divisor of the bars                       [optional, defaults to: auto]
|collapsible= whether the rows are collapsible (yes|y|1)                               [optional]  {WIP}
|data       = data lines for each valid date (see Data's and Rows' syntax)

|caption    = caption under the chart                                                  [optional]
}}

Data uredi

The |data= parameter should be populated by a sequence of lines with a format similar to the rows'. The difference is that the parameter separator is the semicolon, ;, and that repetitive parameters, like |divisor=, |numwidth=, and |collapsible=, may be written only once in the body of {{Medical cases chart}}. Using |data= also allows the divisor to be calculated automatically if the parameter is omitted.

|data=date;deaths;recoveries;total cases (3rd classification);4th classification #;5th classification #;1st column #;1st column change;2nd column #;2nd column change;other parameters=values
date;deaths;recoveries;total cases (3rd classification);4th classification #;5th classification #;1st column #;1st column change;2nd column #;2nd column change;other parameters=values
...

Empty values can be represented by sequential semicolons (e.g. ;;). The other parameters=values can be any number of the parameters below and their values, separated by semicolons. See examples.

;alttot1    = ''alternate expression for active cases (3rd classification)''
;alttot2    = ''alternate expression for number in 5th classification''
;firstright1= ''whether a change in the first column is not applicable (n.a.)'' (yes|y|1)
;firstright2= ''whether a change in the second column is not applicable (n.a.)'' (yes|y|1)
;collapsed  = ''manual override of the initial row state'' (yes|y|1)                       {WIP}
;id         = ''manual override of the row id''                                            {WIP}

To convert from the old format, remove {{Medical cases chart/Row| from the beginning and }} from the end of the line, replace all pipes (|) with semicolons (;), and remove any |divisor=, |numwidth=, and |collapsible= parameters from the end (and make sure they are listed in the main template at least once). For example:

{{Medical cases chart/Row|2020-04-15|1921||28059|||28,059|+1058||+4%|divisor=100|numwidth-mmnm}}

becomes

2020-04-15;1921;;28059;;;28,059;+1058;;+4%

Rows uredi

Deprecated parameter
The rows parameter should be populated by a sequence of {{Medical cases chart/Row}}. Other bar templates should not be used to keep consistency. The syntax is:
{{Medical cases chart/Row
|1          = ''valid date''                                                               [defaults to: ⋮, in which case
                                                                                           the appropriate changes become (=)]
|2          = ''expression for deaths''
|3          = ''expression for recoveries''
|4          = ''expression for total cases (3rd classification)''
|alttot1    = ''alternate expression for active cases (3rd classification)''

|5          = ''expression for number in 4th classification''
|6          = ''expression for total in 5th classification''
|alttot2    = ''alternate expression for number in 5th classification''

|7          = ''number in the first column''
|8          = ''change in the first column''
|firstright1= ''whether a change in the first column is not applicable (n.a.)'' (yes|y|1)

|9          = ''number in the second column''
|10         = ''change in the second column''
|firstright2= ''whether a change in the second column is not applicable (n.a.)'' (yes|y|1)

|divisor    = ''scaling divisor of the bars (bigger value = narrower bars)''               [defaults to: 1]
|numwidth   = ''max width of the numbers in the right columns'' (xx or xxxx)<-(n|t|m|w|d)  [defaults to: mm]

|collapsible= ''whether the row is collapsible'' (yes|y|1)                                 {WIP}
|collapsed  = ''manual override of the initial row state'' (yes|y|1)                       {WIP}
|id         = ''manual override of the row id''                                            {WIP}
}}

All parameters are optional, although collapsed and id will have no effect if collapsible is not set to true. Ommiting the valid date will treat the row as a date jump, in which no new cases are reported. The expression for total cases has deaths and recoveries automatically subtracted from it. If you want to manually calculate the number in that classification (generally active cases), use alttot1. The same applies to the expression for total in 5th classification and alttot2. The changes in the first and second columns are automatically wrapped in brackets. The divisor should be the same for all rows that can be visible at the same time. numwidth is a sequence of the initials of none, thin, medium, wide and default and it determines the maximum width of each number in the data columns. Therefore, one should be chosen that minimizes the total width, but which doesn't make the numbers break/wrap on mobile view. Using xx or xxxx allocates one or two data columns, respectively.

Examples uredi

{{Medical cases chart
|numwidth=mw

|disease=Green Flu
|location=Savannah|location2=Georgia|location3=United States
|outbreak=2009 Green Flu outbreak

|recoveries=n

|data=
2009-04-13;;;42;;;42;firstright1=y
2009-04-14;;;356;;;356;+748%
2009-04-15;;;1503;;;1,503;+322%
2009-04-16;57;;5915;;;5,915;+294%
2009-04-17;2000;;9500;;;~9,500;+60.6%
}}
Green Flu primerov v Savannah, Georgia, United States  ()
     Smrti        Primeri
Datum
# primerov
2009-04-13
42(n.a.)
2009-04-14
356(+748%)
2009-04-15
1,503(+322%)
2009-04-16
5,915(+294%)
2009-04-17
~9,500(+60.6%)
{{Medical cases chart
|barwidth=wide
|numwidth=mwwd

|pretitle=Approximate
|disease=Spanish Flu
|location=the World
|posttitle=(excluding Oceania)
|outbreak=1918-20 Spanish Flu pandemic

|altlbl1=Active confirmed
|altlbl2=Suspected
|altlbl3=Estimated

|right1=Confirmed cases
|right2=Including suspected and estimated cases

|divisor=2550
|data=
1918-03-10;(2060-300);(3000-800);6000;;;6000;firstright1=y
1918-07;12600;20000;40000;12000;;alttot2=(34000-15000-8700+40);40000;+500%;10500;firstright2=y
;12600;20000;40000;12000;;alttot2=(34000-15000-8700+40);40000;;10500
1919;100000;250000;;;1000000;;;1mi;+500k

|caption=Foo Bar
}}
Approximate Spanish Flu primerov v the World (excluding Oceania)  ()
     Smrti        Ozdravitev        Active confirmed        Suspected        Estimated
Datum
Confirmed cases
Including suspected and estimated cases
1918-03-10
6000(n.a.)
1918-07
40000(+500%) 10500(n.a.)
40000(=) 10500(=)
1919
1mi(+500k)
Foo Bar

Applied example uredi

{{Podatki koronavirusne pandemije 2019–20/Graf medicinskih primerov v Sloveniji}}
COVID-19 primerov v Slovenija  ()
     Smrti        Ozdravitev        Primeri

Mar Mar Apr Apr Maj Maj Jun Jun Maj Maj Jun Jun Jul Jul Avg Avg Sep Sep Okt Okt Nov Nov Dec Dec Jan Jan Feb Feb Mar Mar Zadnjih 15 dni Zadnjih 15 dni

Datum
# primerov
# smrti
2020-03-04 1(+N/A) 0(n.a.)
2020-03-05
6(+500%) 0(n.a.)
2020-03-06
8(+33%) 0(n.a.)
2020-03-07
12(+50%) 0(n.a.)
2020-03-08
16(+33%) 0(n.a.)
2020-03-09
25(+56%) 0(n.a.)
2020-03-10
34(+36%) 0(n.a.)
2020-03-11
57(+68%) 0(n.a.)
2020-03-12
96(+68%) 0(n.a.)
2020-03-13
131(+36%) 0(n.a.)
2020-03-14
179(+37%) 1(n.a.)
2020-03-15
215(+20%) 1(=)
2020-03-16
250(+16%) 1(=)
2020-03-17
277(+11%) 1(=)
2020-03-18
287(+3,6%) 1(=)
2020-03-19
319(+11%) 1(=)
2020-03-20
342(+7,2%) 1(=)
2020-03-21
368(+7,6%) 1(=)
2020-03-22
406(+10%) 2(+100%)
2020-03-23
440(+8,4%) 3(+50%)
2020-03-24
476(+8,2%) 4(+33%)
2020-03-25
526(+11%) 5(+25%)
2020-03-26
562(+6,8%) 7(+40%)
2020-03-27
632(+12%) 9(+29%)
2020-03-28
684(+8,2%) 9(=)
2020-03-29
730(+6,7%) 11(+22%)
2020-03-30
756(+3,6%) 11(=)
2020-03-31
802(+6,1%) 15(+36%)
2020-04-01
841(+4,9%) 17(+13%)
2020-04-02
897(+6,7%) 18(+5,9%)
2020-04-03
934(+4,1%) 20(+11%)
2020-04-04
977(+4,6%) 22(+10%)
2020-04-05
997(+2,0%) 28(+27%)
2020-04-06
1.020(+2,3%) 30(+7,1%)
2020-04-07
1.055(+3,4%) 36(+20%)
2020-04-08
1.091(+3,4%) 40(+11%)
2020-04-09
1.124(+3,0%) 43(+7,5%)
2020-04-10
1.160(+3,2%) 45(+4,7%)
2020-04-11
1.188(+2,3%) 50(+11%)
2020-04-12
1.205(+1,4%) 53(+6%)
2020-04-13
1.212(+0,6%) 55(+3,8%)
2020-04-14
1.220(+0,7%) 56(+1,8%)
2020-04-15
1.248(+2,3%) 61(+8,9%)
2020-04-16
1.269(+1,7%) 61(=)
2020-04-17
1.305(+2,8%) 66(+8,2%)
2020-04-18
1.318(+1,0%) 70(+6,1%)
2020-04-19
1.331(+1,0%) 74(+5,7%)
2020-04-20
1.336(+0,4%) 77(+4,1%)
2020-04-21
1.345(+0,7%) 77(=)
2020-04-22
1.354(+0,7%) 79(+2,6%)
2020-04-23
1.367(+1,0%) 79(=)
2020-04-24
1.374(+0,5%) 80(+1,3%)
2020-04-25
1.389(+1,1%) 81(+1,2%)
2020-04-26
1.396(+0,5%) 82(+1,2%)
2020-04-27
1.402(+0,4%) 83(+1,2%)
2020-04-28
1.408(+0,4%) 86(+3,6%)
2020-04-29
1.418(+0,7%) 89(+3,5%)
2020-04-30
1.429(+0,8%) 91(+2,2%)
2020-05-01
1.434(+0,3%) 93(+2,2%)
2020-05-02
1.439(+0,3%) 94(+1,1%)
2020-05-03
1.439(+0,0%) 96(+2,1%)
2020-05-04
1.439(+0,0%) 97(+1%)
2020-05-05
1.445(+0,4%) 98(+1%)
2020-05-06
1.448(+0,2%) 99(+1%)
2020-05-07
1.449(+0,1%) 99(=)
2020-05-08
1.450(+0,1%) 100(+1%)
2020-05-09
1.454(+0,3%) 101(+1%)
2020-05-10
1.457(+0,2%) 102(+0,99%)
2020-05-11
1.460(+0,2%) 102(=)
2020-05-12
1.461(+0,07%) 102(=)
2020-05-13
1.463(+0,14%) 103(+0,98%)
2020-05-14
1.464(+0,07%) 103(=)
2020-05-15
1.465(+0,07%) 103(=)
2020-05-16
1.465(=) 103(=)
2020-05-17
1.466(+0,07%) 104(+0,97%)
2020-05-18
1.466(=) 104(=)
2020-05-19
1.467(+0,07%) 104(=)
2020-05-20
1.468(+0,07%) 104(=)
2020-05-21
1.468(=) 105(+0,96%)
2020-05-22
1.468(=) 105(=)
2020-05-23
1.468(=) 105(=)
2020-05-24
1.468(=) 106(+0,95%)
2020-05-25
1.469(+0,07%) 108(+1,9%)
2020-05-26
1.469(=) 108(=)
2020-05-27
1.471(+0,14%) 108(=)
2020-05-28
1.473(+0,14%) 108(=)
2020-05-29
1.473(=) 108(=)
2020-05-30
1.473(=) 108(=)
2020-05-31
1.473(=) 109(+0,93%)
2020-06-01
1.473(=) 109(=)
2020-06-02
1.475(+0,14%) 109(=)
2020-06-03
1.477(+0,14%) 109(=)
2020-06-04
1.477(=) 109(=)
2020-06-05
1.479(+0,14%) 109(=)
2020-06-06
1.484(+0,34%) 109(=)
2020-06-07
1.485(+0,07%) 109(=)
2020-06-08
1.485(=) 109(=)
2020-06-09
1.486(+0,07%) 109(=)
2020-06-10
1.488(+0,14%) 109(=)
2020-06-11
1.488(=) 109(=)
2020-06-12
1.490(+0,14%) 109(=)
2020-06-13
1.492(+0,14%) 109(=)
2020-06-14
1.495(+0,20%) 109(=)
2020-06-15
1.496(+0,07%) 109(=)
2020-06-16
1.499(+0,20%) 109(=)
2020-06-17
1.503(+0,27%) 109(=)
2020-06-18
1.511(+0,53%) 109(=)
2020-06-19
1.513(+0,13%) 109(=)
2020-06-20
1.519(+0,40%) 109(=)
2020-05-25
1.469(+0,07%) 108(−0,92%)
2020-05-26
1.469(=) 108(=)
2020-05-27
1.471(+0,14%) 108(=)
2020-05-28
1.473(+0,14%) 108(=)
2020-05-29
1.473(=) 108(=)
2020-05-30
1.473(=) 108(=)
2020-05-31
1.473(=) 109(+0,93%)
2020-06-01
1.473(=) 109(=)
2020-06-02
1.475(+0,14%) 109(=)
2020-06-03
1.477(+0,14%) 109(=)
2020-06-04
1.477(=) 109(=)
2020-06-05
1.479(+0,14%) 109(=)
2020-06-06
1.484(+0,34%) 109(=)
2020-06-07
1.485(+0,07%) 109(=)
2020-06-08
1.485(=) 109(=)
2020-06-09
1.486(+0,07%) 109(=)
2020-06-10
1.488(+0,14%) 109(=)
2020-06-11
1.488(=) 109(=)
2020-06-12
1.490(+0,14%) 109(=)
2020-06-13
1.492(+0,14%) 109(=)
2020-06-14
1.495(+0,20%) 109(=)
2020-06-15
1.496(+0,07%) 109(=)
2020-06-16
1.499(+0,20%) 109(=)
2020-06-17
1.503(+0,27%) 109(=)
2020-06-18
1.511(+0,53%) 109(=)
2020-06-19
1.513(+0,13%) 109(=)
2020-06-20
1.519(+0,40%) 109(=)
2020-06-21
1.520(+0,07%) 109(=)
2020-06-22
1.521(+0,07%) 109(=)
2020-06-23
1.534(+0,85%) 109(=)
2020-06-24
1.541(+0,46%) 111(+1,8%)
2020-06-25
1.547(+0,39%) 111(=)
2020-06-26
1.558(+0,71%) 111(=)
2020-06-27
1.572(+0,90%) 111(=)
2020-06-28
1.581(+0,57%) 111(=)
2020-06-29
1.585(+0,25%) 111(=)
2020-06-30
1.600(+0,95%) 111(=)
2020-07-01
1.613(+0,81%) 111(=)
2020-07-02
1.633(+1,30%) 111(=)
2020-07-03
1.649(+0,98%) 111(=)
2020-07-04
1.679(+1,82%) 111(=)
2020-07-05
1.700(+1,25%) 111(=)
2020-07-06
1.716(+0,94%) 111(=)
2020-07-07
1.739(+1,34%) 111(=)
2020-07-08
1.763(+1,32%) 111(=)
2020-07-09
1.776(+0,74%) 111(=)
2020-07-10
1.793(+0,96%) 111(=)
2020-07-11
1.827(+1,90%) 111(=)
2020-07-12
1.841(+0,77%) 111(=)
2020-07-13
1.849(+0,43%) 111(=)
2020-07-14
1.859(+0,54%) 111(=)
2020-07-15
1.878(+1,02%) 111(=)
2020-07-16
1.897(+1,01%) 111(=)
2020-07-17
1.916(+1,00%) 111(=)
2020-07-18
1.940(+1,25%) 111(=)
2020-07-19
1.946(+0,31%) 112(+0,9%)
2020-07-20
1.953(+0,36%) 113(+0,89%)
2020-07-21
1.977(+1,23%) 114(+0,88%)
2020-07-22
2.006(+1,47%) 115(+0,88%)
2020-07-23
2.033(+1,35%) 115(=)
2020-07-24
2.052(+0,93%) 115(=)
2020-07-25
2.066(+0,68%) 115(=)
2020-07-26
2.082(+0,77%) 116(+0,87%)
2020-07-27
2.087(+0,24%) 116(=)
2020-07-28
2.101(+0,67%) 117(+0,86%)
2020-07-29
2.115(+0,67%) 117(=)
2020-07-30
2.139(+1,13%) 118(+0,85%)
2020-07-31
2.156(+0,79%) 119(+0,85%)
2020-08-01
2.171(+0,70%) 119(=)
2020-08-02
2.180(+0,41%) 120(+0,84%)
2020-08-03
2.181(+0,05%) 122(+1,7%)
2020-08-04
2.190(+0,41%) 123(+0,82%)
2020-08-05
2.208(+0,82%) 124(+0,81%)
2020-08-06
2.223(+0,68%) 125(+0,81%)
2020-08-07
2.233(+0,45%) 125(=)
2020-08-08
2.247(+0,63%) 126(+0,8%)
2020-08-09
2.249(+0,09%) 127(+0,79%)
2020-08-10
2.255(+0,27%) 128(+0,79%)
2020-08-11
2.272(+0,75%) 129(+0,78%)
2020-08-12
2.303(+1,36%) 129(=)
2020-08-13
2.332(+1,26%) 129(=)
2020-08-14
2.369(+1,59%) 129(=)
2020-08-15
2.401(+1,35%) 129(=)
2020-08-16
2.416(+0,62%) 129(=)
2020-08-17
2.429(+0,54%) 129(=)
2020-08-18
2.456(+1,11%) 129(=)
2020-08-19
2.493(+1,51%) 129(=)
2020-08-20
2.536(+1,70%) 129(=)
2020-08-21
2.574(+1,50%) 130(+0,78%)
2020-08-22
2.617(+1,67%) 131(+0,77%)
2020-08-23
2.651(+1,30%) 131(=)
2020-08-24
2.665(+0,53%) 133(+1,5%)
2020-08-25
2.686(+0,79%) 133(=)
2020-08-26
2.722(+1,34%) 133(=)
2020-08-27
2.755(+1,21%) 133(=)
2020-08-28
2.797(+1,52%) 133(=)
2020-08-29
2.834(+1,32%) 133(=)
2020-08-30
2.865(+1,09%) 133(=)
2020-08-31
2.883(+0,63%) 133(=)
2020-09-01
2.924(+1,40%) 133(=)
2020-09-02
2.979(+1,88%) 134(+0,75%)
2020-09-03
3.032(+1,78%) 134(=)
2020-09-04
3.079(+1,55%) 134(=)
2020-09-05
3.122(+1,40%) 135(+0,75%)
2020-09-06
3.165(+1,38%) 135(=)
2020-09-07
3.190(+0,79%) 135(=)
2020-09-08
3.233(+1,35%) 135(=)
2020-09-09
3.312(+2,44%) 135(=)
2020-09-10
3.388(+2,32%) 135(=)
2020-09-11
3.498(+3,19%) 135(=)
2020-09-12
3.603(+3,00%) 135(=)
2020-09-13
3.702(+2,75%) 135(=)
2020-09-14
3.749(+1,27%) 135(=)
2020-09-15
3.831(+2,14%) 135(=)
2020-09-16
3.954(+3,21%) 135(=)
2020-09-17
4.058(+2,63%) 136(+0,74%)
2020-09-18
4.195(+3,38%) 140(+2,9%)
2020-09-19
4.309(+2,72%) 141(+0,71%)
2020-09-20
4.420(+2,58%) 142(+0,71%)
2020-09-21
4.470(+1,13%) 142(=)
2020-09-22
4.558(+1,97%) 142(=)
2020-09-23
4.694(+2,98%) 143(+0,7%)
2020-09-24
4.816(+2,60%) 145(+1,4%)
2020-09-25
5.007(+3,99%) 145(=)
2020-09-26
5.191(+3,67%) 146(+0,69%)
2020-09-27
5.350(+3,06%) 147(+0,68%)
2020-09-28
5.388(+0,71%) 149(+1,4%)
2020-09-29
5.487(+1,84%) 149(=)
2020-09-30
5.690(+3,70%) 150(+0,67%)
2020-10-01
5.865(+3,08%) 152(+1,3%)
2020-10-02
6.103(+4,06%) 154(+1,3%)
2020-10-03
6.330(+3,72%) 155(+0,65%)
2020-10-04
6.498(+2,65%) 155(=)
2020-10-05
6.573(+1,14%) 156(+0,65%)
2020-10-06
6.764(+2,88%) 159(+1,9%)
2020-10-07
7.120(+5,26%) 159(=)
2020-10-08
7.507(+5,44%) 160(+0,63%)
2020-10-09
7.872(+4,84%) 165(+3,1%)
2020-10-10
8.252(+4,83%) 167(+1,2%)
2020-10-11
8.663(+4,98%) 167(=)
2020-10-12
8.832(+1,95%) 169(+1,2%)
2020-10-13
9.231(+4,51%) 173(+2,4%)
2020-10-14
9.938(+7,66%) 175(+1,2%)
2020-10-15
10.683(+7,50%) 176(+0,57%)
2020-10-16
11.517(+7,81%) 180(+2,3%)
2020-10-17
12.414(+7,79%) 182(+1,1%)
2020-10-18
13.151(+5,93%) 187(+2,7%)
2020-10-19
13.678(+4,08%) 189(+1,1%)
2020-10-20
14.472(+5,80%) 192(+1,6%)
2020-10-21
15.982(+10,39%) 200(+4,2%)
2020-10-22
17.646(+10,41%) 207(+3,5%)
2020-10-23
19.307(+9,38%) 214(+3,4%)
2020-10-24
21.274(+10,16%) 235(+9,8%)
2020-10-25
22.952(+7,87%) 240(+2,1%)
2020-10-26
24.063(+4,85%) 248(+3,3%)
2020-10-27
25.579(+6,23%) 256(+3,2%)
2020-10-28
28.208(+10,18%) 272(+6,2%)
2020-10-29
30.703(+8,82%) 286(+5,1%)
2020-10-30
32.503(+5,86%) 311(+8,7%)
2020-10-31
34.306(+5,53%) 330(+6,1%)
2020-11-01
35.649(+3,91%) 363(+10%)
2020-11-02
36.206(+1,56%) 383(+5,5%)
2020-11-03
37.382(+3,25%) 413(+7,8%)
2020-11-04
39.408(+5,42%) 436(+5,6%)
2020-11-05
41.093(+4,28%) 471(+8%)
2020-11-06
42.658(+3,81%) 497(+5,5%)
2020-11-07
44.271(+3,78%) 531(+6,8%)
2020-11-08
45.160(+2,01%) 554(+4,3%)
2020-11-09
45.625(+1,03%) 578(+4,3%)
2020-11-10
46.709(+2,38%) 605(+4,7%)
2020-11-11
48.934(+4,75%) 645(+6,6%)
2020-11-12
50.864(+3,93%) 686(+6,4%)
2020-11-13
52.378(+2,96%) 724(+5,5%)
2020-11-14
54.116(+3,30%) 765(+5,7%)
2020-11-15
55.042(+1,70%) 797(+4,2%)
2020-11-16
55.543(+0,91%) 831(+4,3%)
2020-11-17
56.932(+2,50%) 876(+5,4%)
2020-11-18
58.950(+3,54%) 919(+4,9%)
2020-11-19
61.028(+3,38%) 964(+4,9%)
2020-11-20
62.580(+2,53%) 995(+3,2%)
2020-11-21
64.284(+2,53%) 1.026(+3,1%)
2020-11-22
65.308(+1,59%) 1.052(+2,5%)
2020-11-23
65.778(+0,72%) 1.097(+4,3%)
2020-11-24
67.080(+1,94%) 1.156(+5,4%)
2020-11-25
69.306(+3,32%) 1.199(+3,7%)
2020-11-26
71.073(+2,55%) 1.245(+3,8%)
2020-11-27
72.682(+2,26%) 1.293(+3,9%)
2020-11-28
74.257(+2,18%) 1.336(+3,3%)
2020-11-29
75.370(+1,49%) 1.384(+3,6%)
2020-11-30
75.814(+0,56%) 1.435(+3,7%)
2020-12-01
77.106(+1,70%) 1.490(+3,8%)
2020-12-02
79.563(+3,15%) 1.547(+3,8%)
2020-12-03
81.338(+2,23%) 1.592(+2,9%)
2020-12-04
83.133(+2,19%) 1.653(+3,8%)
2020-12-05
84.775(+1,97%) 1.700(+2,8%)
2020-12-06
85.805(+1,21%) 1.744(+2,6%)
2020-12-07
86.285(+0,56%) 1.796(+3%)
2020-12-08
87.915(+1,89%) 1.862(+3,7%)
2020-12-09
90.075(+2,37%) 1.900(+2%)
2020-12-10
91.922(+2,05%) 1.949(+2,6%)
2020-12-11
93.734(+1,97%) 1.998(+2,5%)
2020-12-12
95.481(+1,86%) 2.041(+2,2%)
2020-12-13
96.311(+0,87%) 2.063(+1,1%)
2020-12-14
96.745(+0,45%) 2.107(+2,1%)
2020-12-15
98.281(+1,58%) 2.149(+2%)
2020-12-16
100.389(+2,14%) 2.190(+1,9%)
2020-12-17
102.043(+1,64%) 2.233(+2%)
2020-12-18
103.555(+1,48%) 2.274(+1,8%)
2020-12-19
105.013(+1,38%) 2.314(+1,8%)
2020-12-20
105.897(+0,84%) 2.353(+1,7%)
2020-12-21
106.292(+0,37%) 2.379(+1,1%)
2020-12-22
107.796(+1,41%) 2.418(+1,6%)
2020-12-23
109.925(+1,98%) 2.454(+1,5%)
2020-12-24
111.965(+1,86%) 2.479(+1%)
2020-12-25
113.408(+1,60%) 2.507(+1,1%)
2020-12-26
113.773(+0,32%) 2.532(+1%)
2020-12-27
114.387(+0,54%) 2.565(+1,3%)
2020-12-28
114.901(+0,45%) 2.595(+1,2%)
2020-12-29
116.858(+1,70%) 2.631(+1,4%)
2020-12-30
119.268(+2,06%) 2.665(+1,3%)
2020-12-31
122.025(+2,31%) 2.704(+1,5%)
2021-01-01
123.777(+1,44%) 2.735(+1,1%)
2021-01-02
124.165(+0,31%) 2.774(+1,4%)
2021-01-03
124.890(+0,58%) 2.803(+1%)
2021-01-04
125.634(+0,60%) 2.838(+1,2%)
2021-01-05
128.135(+1,99%) 2.868(+1,1%)
2021-01-06
131.489(+2,55%) 2.899(+1,1%)
2021-01-07
134.152(+2,03%) 2.922(+0,79%)
2021-01-08
136.197(+1,52%) 2.947(+0,86%)
2021-01-09
138.040(+1,35%) 2.973(+0,88%)
2021-01-10
138.792(+0,54%) 2.998(+0,84%)
2021-01-11
139.218(+0,31%) 3.022(+0,8%)
2021-01-12
141.078(+1,34%) 3.053(+1%)
2021-01-13
143.170(+1,48%) 3.070(+0,56%)
2021-01-14
144.937(+1,23%) 3.093(+0,75%)
2021-01-15
146.415(+1,02%) 3.115(+0,71%)
2021-01-16
147.938(+1,04%) 3.140(+0,8%)
2021-01-17
148.510(+0,39%) 3.180(+1,3%)
2021-01-18
148.803(+0,20%) 3.206(+0,82%)
2021-01-19
150.493(+1,14%) 3.231(+0,78%)
2021-01-20
152.191(+1,13%) 3.257(+0,8%)
2021-01-21
153.636(+0,95%) 3.284(+0,83%)
2021-01-22
155.075(+0,94%) 3.309(+0,76%)
2021-01-23
156.581(+0,97%) 3.329(+0,6%)
2021-01-24
157.118(+0,34%) 3.360(+0,93%)
2021-01-25
157.411(+0,19%) 3.379(+0,57%)
2021-01-26
159.063(+1,05%) 3.406(+0,8%)
2021-01-27
160.913(+1,16%) 3.425(+0,56%)
2021-01-28
162.429(+0,94%) 3.448(+0,67%)
2021-01-29
163.723(+0,80%) 3.468(+0,58%)
2021-01-30
165.013(+0,79%) 3.490(+0,63%)
2021-01-31
165.593(+0,35%) 3.503(+0,37%)
2021-02-01
165.946(+0,21%) 3.522(+0,54%)
2021-02-02
167.565(+0,98%) 3.541(+0,54%)
2021-02-03
169.125(+0,93%) 3.564(+0,65%)
2021-02-04
170.392(+0,75%) 3.580(+0,45%)
2021-02-05
171.351(+0,56%) 3.595(+0,42%)
2021-02-06
172.341(+0,58%) 3.612(+0,47%)
2021-02-07
172.839(+0,29%) 3.623(+0,3%)
2021-02-08
173.143(+0,18%) 3.635(+0,33%)
2021-02-09
173.500(+0,21%) 3.654(+0,52%)
2021-02-10
174.939(+0,83%) 3.667(+0,36%)
2021-02-11
176.324(+0,79%) 3.677(+0,27%)
2021-02-12
177.379(+0,60%) 3.692(+0,41%)
2021-02-13
178.384(+0,57%) 3.705(+0,35%)
2021-02-14
178.713(+0,18%) 3.717(+0,32%)
2021-02-15
178.957(+0,14%) 3.728(+0,3%)
2021-02-16
179.697(+0,41%) 3.733(+0,13%)
2021-02-17
180.794(+0,61%) 3.745(+0,32%)
2021-02-18
181.666(+0,48%) 3.755(+0,27%)
2021-02-19
182.576(+0,50%) 3.762(+0,19%)
2021-02-20
183.531(+0,52%) 3.769(+0,19%)
2021-02-21
183.948(+0,23%) 3.776(+0,19%)
2021-02-22
184.195(+0,13%) 3.784(+0,21%)
2021-02-23
185.094(+0,49%) 3.792(+0,21%)
2021-02-24
186.183(+0,59%) 3.802(+0,26%)
2021-02-25
187.035(+0,46%) 3.809(+0,18%)
2021-02-26
187.947(+0,49%) 3.823(+0,37%)
2021-02-27
188.895(+0,50%) 3.836(+0,34%)
2021-02-28
189.346(+0,24%) 3.843(+0,18%)
2021-03-01
189.589(+0,13%) 3.854(+0,29%)
2021-03-02
190.318(+0,38%) 3.863(+0,23%)
2021-03-03
191.527(+0,64%) 3.874(+0,28%)
2021-03-04
192.546(+0,53%) 3.878(+0,1%)
2021-03-05
193.427(+0,46%) 3.882(+0,1%)
2021-03-06
194.347(+0,48%) 3.888(+0,15%)
2021-03-07
194.729(+0,20%) 3.891(+0,08%)
2021-03-08
194.939(+0,11%) 3.897(+0,15%)
2021-03-09
195.679(+0,38%) 3.904(+0,18%)
2021-03-10
196.631(+0,49%) 3.908(+0,1%)
2021-03-11
197.491(+0,44%) 3.918(+0,26%)
2021-03-12
198.261(+0,39%) 3.926(+0,2%)
2021-03-13
199.108(+0,43%) 3.929(+0,08%)
2021-03-14
199.628(+0,26%) 3.934(+0,13%)
2021-03-15
199.833(+0,10%) 3.938(+0,1%)
2021-03-16
200.751(+0,46%) 3.941(+0,08%)
2021-03-17
201.863(+0,55%) 3.948(+0,18%)
2021-03-18
202.835(+0,48%) 3.951(+0,08%)
2021-03-19
203.772(+0,46%) 3.961(+0,25%)
2021-03-20
204.802(+0,51%) 3.967(+0,15%)
2021-03-21
205.318(+0,25%) 3.972(+0,13%)
2021-03-22
205.608(+0,14%) 3.976(+0,1%)
2021-03-23
206.589(+0,48%) 3.985(+0,23%)
Viri: