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:00519654878117319714003019
02:00–04:005218248622467623961628
04:00–06:0042466481842112391304
06:00–08:006562647317008171231602
08:00–10:002070257136522623253623882512
10:00–12:002102221326753672380531474669
12:00–14:002965262120702509284613963208
14:00–16:002288138524541992145839453286
16:00–18:003014128726231234132518152130
18:00–20:004484456139524105494050383801
20:00–22:003360487350414789589650024033
22:00–24:002673268520551754290415882740

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:0031812003249209223928091463
02:00–04:001970570208187421481343
04:00–06:00101798676746373256491
06:00–08:0028465973811058771414408
08:00–10:002959354628443068372231832319
10:00–12:002479334724804457345123393081
12:00–14:0024251249900140682029963230
14:00–16:001156198138492433191621671268
16:00–18:002362288724451006169919591067
18:00–20:004502317843053724395349403647
20:00–22:004555487249564079480463343612
22:00–24:001185144826362511248421583164

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