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:008882920105152429220853281
02:00–04:0017804232455656734941202
04:00–06:00585482596631285940661
06:00–08:001103838667969717338833
08:00–10:003040355832863429381434381700
10:00–12:002745296219462304291831473084
12:00–14:001118100918132146103629221854
14:00–16:002637222129332437357317362697
16:00–18:001625245121941489209930062897
18:00–20:004028395242564303457045443800
20:00–22:004788445341713584556960074285
22:00–24:001490154328491447236923941391

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:00136697689238074415382304
02:00–04:00288227994181154437402
04:00–06:00944433486159429871444
06:00–08:00371427534622281932925
08:00–10:003659210029383104345228342355
10:00–12:003041361627092766331027832542
12:00–14:0094293335351114121617771610
14:00–16:003524221833021269119634132625
16:00–18:002515236820162063142212352488
18:00–20:003794364943034408563154344182
20:00–22:003949336045074116633446954536
22:00–24:002182278616131072334324313291

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