Testing out the d3-iconarray plugin
forked from armollica's block: Icon Array
Testing out the d3-iconarray plugin
forked from armollica's block: Icon Array
| license: CC0-1.0 |
Grid layout demo.
forked from herrstucki's block: Grid layout
| license: gpl-3.0 |
| <!-- | |
| The MIT License (MIT) | |
| Copyright (c) 2013 [email protected] | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
| <title>Testing Pie Chart</title> | |
| <!--<script type="text/javascript" src="d3/d3.v2.js"></script>--> | |
| <script src="http://d3js.org/d3.v2.js"></script> | |
| <!-- Note: I made good use of the sample code provided by the D3JS community and extended it to fit my needs to create this simple dashboard --> | |
| <style type="text/css"> |
| In some cases you want to handle zooming and rescale your layout. | |
| But at all examples you can see something like this: | |
| ------- | |
| var width = 640; | |
| var height = 480; | |
| var outer = d3.select('div') | |
| .append("svg:svg") | |
| .attr("width", width) | |
| .attr("height", height) |
| height: 760 | |
| license: gpl-3.0 |
| license: gpl-3.0 |
| license: gpl-3.0 |