↧
Tufte Bar Chart Redesign in jQuery Flot
I have been reading (very slowly) through Edward R. Tufte’s ‘The Visual Display of Quantitative Information’ book. On page 126 Tufte proposes an alternative design for the Bar Chart / Histogram using...
View ArticleFlot Plugins – X Gap Threshold
Live Example Github Code You can insert breaks/gaps into a line graph drawn using Flot by inserting coordinate pairs that are set to null. For example, from the Flot API: If a null is specified as a...
View Article