How to standardize the look and feel of dashboards using CSS templates

Within InfoCaptor Dashboard software, every component is allowed to look different by providing different color schemes for background, border, text and the actual graphics. This gives lot of freedom for a creative designer. For average business users , we don’t need this much creative freedom, a standardized dashboard theme that looks aesthetically beautiful is more … Read more

Dashboard Examples – Web Dashboards – Samples – Real time live metrics

Dashboard Examples, Real dashboards made with public datasets. Sample charts and graphics that you can use as templates or inspiration. CEO Compensation interactive visualization   Cloud/SAAS Dashboard statistics The above dashboard is my.infocaptor.com statistics. It shows number of users,dashboards,projects,and groups created. It shows rolling 30 day chart for dashboards created per day, logins per day. … Read more

Visualize your data from database tables into Bubble pack layout using d3js

Previously we saw how to build D3js Analog clock on the dashboard In the same note, we dig deeper and now take our data from database tables and visualize into pretty bubbles. Here is how the tabular data looks like Brazil 5,197.89 Argentina 702.69 France 1,025,156.84 Germany 2,604,893.08 Saudi Arabia 628.89 Denmark 598,323.01 Singapore 909,996.22 … Read more

D3 javascript visualization to build world analog clocks

This is a fun visualization using the power of D3 library InfoCaptor has this custom draw widget that lets you embed any HTML and external javascript. Using either the HTML widget or this custom draw widget we can use external libraries to build some cool visualizations. The HTML widget is pure static, means whatever html … Read more