GitHub-inspired simple and modern charts for the web with zero dependencies. The typical Github monthly activity map is also possible: import Chart from ‘frappe-charts/dist/frappe-charts.min.esm’; const heatmap = new Chart({ parent: “#heatmap”, type: ‘heatmap’, height: 115, data: heatmap_data, // object with date/timestamp-value pairs start: start_date, // A Date object (default: today’s date in past year) legend_colors: …
Tag Archives: graph
MetricsGraphics.js
MetricsGraphics.js is a library built on top of D3 that is optimized for visualizing and laying out time-series data. It provides a simple way to produce common types of graphics in a principled, consistent and responsive way. The library currently supports line charts, scatterplots and histograms as well as features like rug plots and basic …
Chart.js
Bang With Friends
Sometime last week BangWithFriends started going round. The app lets you (anonymously) mark Facebook friends you are sexually interested in. If the interest is mutual, you’ll both be notified. Brilliant app I must say (it makes our promiscue youth even more introvert)! It gets really interesting when combined with Graph Search: Looks like I don’t …
Spark SVG
Easily integrate sparklines into your website. Host it yourself, or embed the hosted version. <embed src="//sparksvg.me/line.svg?10,12,3,4,8,20,15,9,7,9,10,6,4,0,4,7,10,8,12,9,7,3,0" type="image/svg+xml"> Results in: The service also offers charts with bars and dots. Spark SVG →Spark SVG Test Page →