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:00270336916291043309411091028
02:00–04:004983938621123567379787
04:00–06:004391758113728475836473
06:00–08:0012776403646695861355369
08:00–10:003245260018302872426327642529
10:00–12:003272213341662568279637192851
12:00–14:00205282044353175137527131014
14:00–16:0099933279812444222330403643
16:00–18:002418264810331430317918032191
18:00–20:004257370633453812543456324561
20:00–22:004873470447044117491550244201
22:00–24:003077369640742946204923002188

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:00142820802048419125132958644
02:00–04:001151283106538270388778
04:00–06:002484262081932231306230
06:00–08:00768413402736494154586
08:00–10:002595360025712756295530312361
10:00–12:002694439327302540248730784221
12:00–14:0079221188064296398227331300
14:00–16:001850192815253513178811392788
16:00–18:001752138822813950149626402197
18:00–20:004560387645613421503945453716
20:00–22:004453428443404116644258973391
22:00–24:003975145631411143352818102609

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