Skip to content

Instantly share code, notes, and snippets.

@ssmaroju
ssmaroju / familyTree.js
Created January 15, 2023 03:57
Maroju Family Tree
/**
* Created by smaroju on 10/4/2014.
*/
var margin = {top: 20, right: 0, bottom: 20, left: 120},
width = 960 - margin.right - margin.left,
height = 500 - margin.top - margin.bottom;
var i = 0,
duration = 750,
root;
@ssmaroju
ssmaroju / crossfilter.js
Created April 1, 2020 17:53
Gold Coast Environment Impact
// https://crossfilter.github.io/crossfilter/ v1.5.2 Copyright 2020 Mike Bostock
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.crossfilter = factory());
}(this, (function () { 'use strict';
let array8 = arrayUntyped,
array16 = arrayUntyped,
array32 = arrayUntyped,
@ssmaroju
ssmaroju / crossfilter.js
Last active March 31, 2020 17:46
EnvironmentChange
// https://crossfilter.github.io/crossfilter/ v1.5.2 Copyright 2020 Mike Bostock
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.crossfilter = factory());
}(this, (function () { 'use strict';
let array8 = arrayUntyped,
array16 = arrayUntyped,
array32 = arrayUntyped,
@ssmaroju
ssmaroju / .block
Last active March 2, 2020 03:54
firstD3Axis
license: mit
@ssmaroju
ssmaroju / .block
Last active March 2, 2020 03:40
firstD3
license: mit
@ssmaroju
ssmaroju / dc.leaflet.js
Last active March 1, 2019 21:52
Project Prototype
/*!
* dc.leaflet 0.4.0
* http://dc-js.github.io/dc.leaflet.js/
* Copyright 2014-2015 Boyan Yurukov and the dc.leaflet Developers
* https://github.com/dc-js/dc.leaflet.js/blob/master/AUTHORS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@ssmaroju
ssmaroju / .block
Last active October 24, 2018 02:25
Riser 1 and 2
license: mit
@ssmaroju
ssmaroju / .block
Last active October 23, 2018 14:06
Riser 3 and 4
license: mit
@ssmaroju
ssmaroju / .block
Last active October 22, 2018 22:19
RiserSlider
license: mit
@ssmaroju
ssmaroju / README.md
Last active September 19, 2017 20:38
Polar Plot with Custom Shaded Region

This is a prototype for a specific Path with Sharp Edges and Curve. I tried to create custom Path.