Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Build your own Dashboard
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Bert Timmermans
December 16, 2015
Programming
0
290
Build your own Dashboard
Bert Timmermans
December 16, 2015
Tweet
Share
More Decks by Bert Timmermans
See All by Bert Timmermans
Your own Minecraft, thanks to three.js!
berttimmermans
1
870
Gotta code them all, a Pokémon and HTML5 love story!
berttimmermans
3
450
Mobile UX - The Basics
berttimmermans
11
790
Other Decks in Programming
See All in Programming
Feature Toggle は捨てやすく使おう
gennei
0
370
Coding at the Speed of Thought: The New Era of Symfony Docker
dunglas
0
910
Smarter Angular mit Transformers.js & Prompt API
christianliebel
PRO
1
100
20260315 AWSなんもわからん🥲
chiilog
2
180
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
170
PHPで TLSのプロトコルを実装してみる
higaki_program
0
510
Migration to Signals, Signal Forms, Resource API, and NgRx Signal Store @Angular Days 03/2026 Munich
manfredsteyer
PRO
0
170
20260320登壇資料
pharct
0
130
Claude Codeログ基盤の構築
giginet
PRO
7
3.7k
夢の無限スパゲッティ製造機 -実装篇- #phpstudy
o0h
PRO
0
160
メッセージングを利用して時間的結合を分離しよう #phperkaigi
kajitack
3
440
Geminiをパートナーに神社DXシステムを個人開発した話(いなめぐDX 開発振り返り)
fujiba
0
120
Featured
See All Featured
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
Designing Powerful Visuals for Engaging Learning
tmiket
0
300
Docker and Python
trallard
47
3.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
120
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
210
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
250
The World Runs on Bad Software
bkeepers
PRO
72
12k
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
180
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Transcript
Build Your Own Dashboard Bert Timmermans (
Bert Timmermans Application Designer @BERTTIMMERMANS
Build Your Own Dashboard Bert Timmermans (
Track customer relationships The goal
None
None
NPS % Promotors - = % Detractors
Dashboard Design r
None
Dashboard HTML & CSS
1 2 3 4 5 8 6 7
1 2 3 4 5 8 6 7
<div class='dashboard layout-one‘> <ul class='widgets'> <li> <div class='widget'></div> </li> <li>
<div class='widget'></div> </li> ... </ul> </div> Basic structure
.layout-one { li:nth-child(1) { left: 1.5vw; top: 2.5vh; width: 73vw;
height: 39vh; } li:nth-child(2) { left: 1.5vw; top: 2.5vh; width: 73vw; height: 39vh; } ... } Positioning of the widgets
Widget styling Creative use of <ul>
Widget styling Creative use of <ul>
Widget styling Highcharts http://www.highcharts.com
Widget styling D3.js http://d3js.org
Dashboard Javascript (
None
Handeling the data Dashboard Ý Server
Handeling the data Dashboard Ý Server Request data
Handeling the data Dashboard Ý Server Return data
Handeling the data Dashboard Ý Server
Handeling the data Dashboard Ý Server |
Demo Time
Build Your Own Dashboard Bert Timmermans (