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:0034633401212612129640252871
02:00–04:001405123558681143410231050
04:00–06:00344291403546531538635
06:00–08:009281930230327484760417
08:00–10:003779193839682650304426392931
10:00–12:002852267034363057424944641990
12:00–14:003139163342221865281432182137
14:00–16:002455231118471525237915222543
16:00–18:001225324936732409292620062638
18:00–20:004110378336954257563152363165
20:00–22:003990432547194872436964424208
22:00–24:004096391040271573323918492884

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:001435234115972530314422182280
02:00–04:0028610912654847053111001
04:00–06:00148284100477210241200360
06:00–08:001059203291723624960452
08:00–10:003593282617782942267522943514
10:00–12:003474400128502577291734882127
12:00–14:00827235610253864220021672252
14:00–16:00273030441093115215461203875
16:00–18:002412237229024474167417022612
18:00–20:004574384437594256573054354276
20:00–22:005040411749574078469658974126
22:00–24:003363201316741592194517842641

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