Skip to content

gabemartinez/txalcsales-chartjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txalcsales-chartjs

El Paso, Texas Mixed Beverage Sales Tax Receipts - A single-page Chart.js project.

The visualizations represent the mixed beverage tax data reported by El Paso County taxpayers (bars/restaurants) under Chapter 183 of the Texas Tax Code. Using the form, enter a Mixed Beverage Sales Tax (MBST) Greater Than threshold (not required), zip code (not required), and then click a month of data to update visualization.

On initial load, the most recent month of data with no options selected will be shown in the chart. Hover over a bar to view establishment name, and other details.

Data Source

Using Chart.js

Chart.js

Run Locally With SimpleHTTPServer

python -m SimpleHTTPServer 8888

View the app online

http://www.txalcsales.martinezgabriel.com/

csvtojson was used to convert data

Sweet utility that you can see here.

I removed default headers by using the command below:

$ csvtojson MIXEDBEV_07_2016.CSV > MIXEDBEV_07_2016.json --noheader=true

About

Texas Mixed Beverage Gross Receipts Tax Receipts - A Chart.js Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published