As a React test project, this bl.ock was converted into React components for Boulder's D3js Meetup.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"view": {"continuousWidth": 300, "continuousHeight": 300}, | |
"axis": {"titleFont": "Courier", "titleFontSize": 15}, | |
"axisBottom": { | |
"labelColor": "gray", | |
"titleColor": "gray", | |
"titleFont": "Courier" | |
}, | |
"axisLeft": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"view": {"continuousWidth": 300, "continuousHeight": 300}, | |
"axis": {"titleFont": "Courier", "titleFontSize": 15}, | |
"axisBottom": { | |
"labelColor": "gray", | |
"titleColor": "gray", | |
"titleFont": "Courier" | |
}, | |
"axisLeft": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"view": {"continuousWidth": 300, "continuousHeight": 300}, | |
"axis": {"titleFont": "Courier", "titleFontSize": 15}, | |
"axisBottom": { | |
"labelColor": "gray", | |
"titleColor": "gray", | |
"titleFont": "Courier" | |
}, | |
"axisLeft": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"view": {"continuousWidth": 300, "continuousHeight": 300}, | |
"axis": {"titleFontSize": 15}, | |
"legend": { | |
"labelFont": "Courier", | |
"labelFontSize": 15, | |
"labelOverlap": false, | |
"symbolSize": 400, | |
"symbolStrokeWidth": 5, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit | |
border: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 960 |
This example takes Mike Bostock's original circular layout to D3.v5. Some code was left in this example as a talking point for discussing d3.v5 and reusable charts.
The idea here is to implement the reusable chart technique; however, this technique is only setup in this example and not actually used.
The use of Promise.all() does pull data, but this example does not use this data in the actual visualization. Hopefully, this example's usage of promise
will be helpful for iterative thinking and lay the groundwork for what our community will improve.
Updating Neil Freeman’s Block to d3.v4 that was riffing on the State Capitals Voronoi from Jason Davies, and using his spherical voronoi script.
NewerOlder