What will America pay to H1b job candidates?

United States Department of Labor publishes quarterly data of H1-B and other visa applications. Below is an analysis and visualization of the same data. What is in the Data files? The data is available as CSV files. Each file contains around 500k records. It contains details of each application whether it is approved, rejected or … Read more

Veteran Suicide Rates : Visualization using maps

Following is an alternative visualization to the Veteran Suicide Dataset and visual found at News21 Since the dataset is available by USA state codes, it made sense to use the State cloropleth as below. Here is the direct link to the Veteran Suicide Visualization Dashboard On the top you can select the year and on … Read more

Add subtract data from two different database sources : Howto

How to perform calculations across different data sources/databases Imagine, you have a CRM database that contains all your customer and sales information and you have a different database that stores your GL and ERP data. Now add some complexity to it, your CRM database is say SQL Server or Microsoft Access or just Plain old … Read more

CEO Dashboard by compensation/pay, shares, efficiency, rank and age

Before we start, jump to this Top 500 CEO Compensation Dashboard This cool visualization is built on top of a curated data of top 500 CEOs listed in order of their annual compensation, direct salary, number of shares, efficiency, rank and age. This list is generated by Forbes.com This article is split in two parts, … Read more

Dashboard and Business Intelligence competitors evaluated based on their front page content

The front page of any company or organization is a very significant piece of that entity’s web presence. The question whether the front page does its job depends on 1. What message it is trying to deliver to the audience. 2. How quickly it delivers the message to the audience. 3. How forceful the message … 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