Skip to content

Instantly share code, notes, and snippets.

View senthilthyagarajan's full-sized avatar

Senthil Thyagarajan senthilthyagarajan

View GitHub Profile
{
"name": "Total Population",
"children": [{
"name": "Male",
"children": [{
"name": "Male 0 - 10",
"count": 1534
},
{
"name": "Male 10 - 40",
@senthilthyagarajan
senthilthyagarajan / .block
Last active August 19, 2017 15:03
graduate symbols
license: mit
license: mit

license: mit

license:mit
@senthilthyagarajan
senthilthyagarajan / .block
Created August 23, 2017 18:57 — forked from denjn5/.block
Sunburst Tutorial (d3 v4), Part 1
license: gpl-3.0
height: 500
border: no
library(shiny)
# Define UI ----
ui <- fluidPage(
titlePanel("censusVis"),
sidebarLayout(
sidebarPanel(
helpText("Create demographic maps with
information from the 2010 US Census."),
library(shiny)
library(shinydashboard)
library(shinyWidgets)
dropDownUI <- function(id, div_width = "col-xs-12 col-md-8") {
ns <- NS(id)
div(column(3, uiOutput(ns("class_level"))),
column(
d3 audio waveforms block
@senthilthyagarajan
senthilthyagarajan / index.html
Last active October 3, 2018 17:12 — forked from d3noob/.block
Interactive d3.js tree diagram
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tree Example</title>
<style>
.node {