Bubble chart with five-dimensional key-bound data.
- Fiscal quarter (transition state)
- Standard Industrial Classification (x-axis)
- Political party (bubble colour)
- Amount of donation (bubble size)
- Change on previous quarter (y-axis)
Force layout showing star network topology.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Fully connected wireless meshnet topology</title> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.22.0/css/uikit.min.css" /> | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> | |
| <style> | |
| body { | 
As published in IQ4News' Follow the Money.
| $(document).ready(function() { | |
| var documentHeight = $(document).height(), | |
| windowHeight = $(window).height(), | |
| scrollPercent; | |
| $(window).scroll(function() { | |
| scrollPercent = ($(window).scrollTop()) / (documentHeight - windowHeight) * 100; | |
| $(".progress-bar").width(scrollPercent + "%"); | |
| }); | 
| var deadline = 1577836800000; // 00:00:00, January 1, 2020 | |
| var display = document.querySelector('#countdown'); | |
| function formatTime (milliseconds) { | |
| var seconds = (milliseconds / 1000).toFixed(0); | |
| var minutes = Math.floor(seconds / 60); | |
| var hours = ''; | |
| seconds = Math.floor(seconds % 60); | 
| wget --mirror \ | |
| --convert-links \ | |
| --adjust-extension \ | |
| --page-requisites \ | |
| --wait=2 \ | |
| -U Mozilla \ | |
| https://my-url.com/ |