GraphUp Demo 1 · Fill

The demo tables below could represent the average visitor count to your website split up per day and hour. In the first table, the greenPower color map is used. Also, using the callBeforePaint callback we assign a special CSS class for all cells above 50%.

Monday Tuesday Wednesday Thursday Friday Saturday Sunday
00:00–02:003937182626551652116122472710
02:00–04:003561737200370312226724
04:00–06:0060241715501551590687919
06:00–08:00695248691629905687894
08:00–10:003043260225613003352924782945
10:00–12:002477307531233865237230203627
12:00–14:003020228011961435234441041980
14:00–16:003424330826013067401525192830
16:00–18:002225357120881567307625621086
18:00–20:003573389238633979503956323444
20:00–22:004542340744535040448855704306
22:00–24:001741298614901432155525092822

Obviously, in the next table another color map has been used: burn. There is more going on, though. Via the callBeforePaint callback we customize the opacity of each cell's text, according to its percentage. This creates a nice extra visual effect.

Monday Tuesday Wednesday Thursday Friday Saturday Sunday
00:00–02:004716663153111613734253071
02:00–04:00549711236265337190505
04:00–06:006068581005535202200721
06:00–08:00550874409206364447751
08:00–10:002761245328544271212235192253
10:00–12:002385250929702897347040083544
12:00–14:001989160817801562312511332569
14:00–16:00253122279933411404818161669
16:00–18:002910217512433368268919141635
18:00–20:003269411740723810514453353563
20:00–22:004116416348864369482452424612
22:00–24:001453274719711361182818152457

Have a look at the source of this page to learn and see exactly how it all works.