Skip to content

Instantly share code, notes, and snippets.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 06:09
OK Choropleth

A choropleth map of Oklahoma showing the hispanic population statewide. This is an updated vesion of work I published for Oklahoma Watch. It uses D3 and TOPOJSON to render the map from data collected by Katherine Borgerding and Juan Sanchez.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 06:09
US choropleth - Medicaid Expansion Status

This is a choropleth map of the US using datamaps that shows the medicaid expansion status of each state. Originally created in Google Fusion and published on Oklahoma Watch, this is a more advanced and aesthetically pleasing version.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 06:09
Sunburst Partition - OK State Budget

The Oklahoma State Budget presented using a sunburst partition rendered in D3. Zoom and labeling are present, but create problems. Because of the cluster of text I created a restricting radio button that limits the text on command for less clutter. Data for 2010-2011 needs to be updated to allow for more visualizations.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 06:29
Area shaded line chart

The lake elevation of Thunderbird for the last two years. The Line chart is rendered with D3, and has a red area underneath the average elevation.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 06:38
Choropleth with time slider

My attempt to create a timeline slider applied to a choropleth map showing the amount of medicaid spending by county for the state of Oklahoma from 2000 to 2010. Data courtesy of the Oklahoma Policy Institute.

@darrenjaworski
darrenjaworski / README.md
Last active March 10, 2021 09:17
Choropleth with time slider - 2

A continuation of my original post. This time with student teacher ratio and an expanded timeline. I'm going to be upgrading this one to version 2.0 of a time slider with a map. Data courtesy of the Oklahoma Policy Institute.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 07:18
Continuous gradient key

An example of a continuous gradient key that can be adopted whenever there is a need for a gradient coloring scheme.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 08:39
Slider bug with choropleth threshold

There is a bug in the color change. I don't know why. The entire thing gives me console errors. If anyone knows how to fix please tell me.

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 15:39
Circle class - PHP

This is a simple circle class replicated in PHP from C#. - PHP file

@darrenjaworski
darrenjaworski / README.md
Last active December 16, 2015 15:39
Textbook Inventory - PHP

This is a simple implementation of a textbook inventory program in PHP from C# - PHP file