Skip to content

Instantly share code, notes, and snippets.

// data sample
var manager_workload = [{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:15"},{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:20"},{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:25"},{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:30"},{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:35"},{"Response":"1001","day No":"1","No":"1.1","TASK":"Prepare Workplan","role":"DM","DO":"3003","Performance":"Low","group":"workplan","(Mins)":5,"time":"06:40"},{"Response":"1001","day No":"1"
@huroh
huroh / designer.html
Created July 23, 2014 16:18
designer
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../speech-mic/speech-mic.html">
@huroh
huroh / index.html
Last active December 10, 2015 19:59
Updating d3 overlays on polymaps without reloading paths
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@import url("http://polymaps.org/style.css");
html, body {
height: 100%;