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:001183226619313621202213433001
02:00–04:00626389762205467502782
04:00–06:00499492250852210455152
06:00–08:006064321156173789674334
08:00–10:001913304538224075345731723018
10:00–12:002259281429372366366833553715
12:00–14:00351630581226421716173623974
14:00–16:001369234814873642206412062349
16:00–18:001372140622531439264338943854
18:00–20:003801448433453724424956314409
20:00–22:003697403350323471600752424789
22:00–24:002925246625783512299415413476

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:00193023713007320017682609494
02:00–04:006831122794645704539702
04:00–06:0098517879220021578437705
06:00–08:00821716545120228434390
08:00–10:004073273331484305346326862165
10:00–12:002736384031792831335436852329
12:00–14:00241029476121364242525491252
14:00–16:001770253724621289134611573502
16:00–18:00441425282047191224623159903
18:00–20:004257456038003952474341214223
20:00–22:004620408144084872513256785040
22:00–24:002183149120432504317815261697

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