Skip to content

Instantly share code, notes, and snippets.

View farazshuja's full-sized avatar

Faraz Shuja farazshuja

  • Pakistan
View GitHub Profile
@farazshuja
farazshuja / .block
Created March 25, 2018 09:57
US States
license: mit
@farazshuja
farazshuja / .block
Last active August 25, 2017 17:42
fresh block
license: mit
@farazshuja
farazshuja / .block
Last active April 13, 2017 09:28
Chrod with Categories
license: mit
@farazshuja
farazshuja / .block
Created April 11, 2017 17:39
Dashboard with CSV
license: mit
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body{
width:1060px;
margin:50px auto;
}
path { stroke: #fff; }
path:hover { opacity:0.9; }
rect:hover { fill:blue; }
function sortByAge(obj) {
return obj.sort(function(a,b) {
return a.age - b.age;
});
}
@farazshuja
farazshuja / .block
Last active July 22, 2016 06:47
D3.js Donut chart with text inside
license: gpl-3.0
@farazshuja
farazshuja / .block
Last active July 22, 2016 06:27
D3 Pie chart with percentage outside
license: gpl-3.0