Skip to content

Instantly share code, notes, and snippets.

View ChrisJamesC's full-sized avatar

Christopher Chiche ChrisJamesC

  • beeld
  • Lausanne, Switzerland
View GitHub Profile
@ChrisJamesC
ChrisJamesC / data.json
Created January 7, 2013 13:28
d3js: text in circles + json
{"nodes":[
{"x":80, "r":40, "label":"Node 1"},
{"x":200, "r":60, "label":"Node 2"},
{"x":380, "r":80, "label":"Node 3"}
]}
@ChrisJamesC
ChrisJamesC / D3 LICENSE
Last active August 31, 2021 14:53 — forked from syntagmatic/LICENSE
Zoomable fractals in Javascript
Copyright (c) 2013, Michael Bostock
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,