13 elements tagged with Dataviz
Facebook Report Tool
Sparked's Facebook report tool helps brands on assesing their fan engagement and presents this data with beautiful and animated d3.js powered graphs.
Mastering D3.js by Pablo Navarro Castillo
I have read several D3 related books. They tend to be small, but this one is pretty broad and thorough, covering a good amount of chart types, library integrations and tricks. It is hands down the best book about D3.js out there.
D3.js Resources to Level Up
Whatever your current level is, you can get to the next level of D3.js development through a myriad o resources. I have gathered a bunch of those in this post to help you improving your D3 coding skills.
Leveling up D3, The Reusable Chart API
The first post in a series where you will see how to improve your D3.js charts by using the Reusable API, a Test-Driven approach and good quality code..
Leveling Up D3, Test Driven Development
In the second post of this series, learn how you can further advance your workflow by using Test-Driven Development when building your D3.js charts..
Leveling Up D3, Events and Refactorings
In the third and final post in the Leveling Up D3 series we carry out a refactoring made possible by our tested, shiny, and quality code..
Eventbrite's Analytics Reports
Analytics Reports are a set of dashboards that show Eventbrite's event creators' data. They are seven different dashboards with information about Sales, Traffic, Attendee Geography, and Check-In levels.
Eventbrite's Organizer Dashboard
The Legacy Event Dashboard was a highly trafficked landing page for event creators' data. Read how I evolved its architecture and aesthetics to achieve 15% more visits.
Britecharts - Reusable Charting Library
Britecharts is a reusable Charting Library based on D3.js. It allows you to compose charts intuitively, creating beautiful interactive data visualizations. Read more about this popular project that amassed 3.7K stars on GitHub.
Better D3 charts with TDD
People often begin building D3.js charts by starting with examples and customizing them to their needs. But what's next! How do you level up your skill to architect your D3.js projects effectively, mastering the art of building maintainable D3.js charts you can really be proud of?
Create beautiful test-driven data visualisations with D3.js
Everyone loves data visualisation – it’s a quick and easy way to turn stats into something that’s good looking and understandable. Find out how you can use D3.js to create visualisations that look great.
React, D3 and their ecosystem
React and D3 are tools designed for goals that collide, as they control the DOM in different ways. In this talk, you will learn how to build React apps with the power of D3, the different strategies, and libraries for your work or side projects.