Skip to content

A presentation about making dataviz graphics play nicely with responsive sites. Presented at CASCADE BOS in June 2016.

License

Notifications You must be signed in to change notification settings

tylermachado/slides-responsive-dataviz

Repository files navigation

Responsive Design and Dataviz: Charts That Work Everywhere

A presentation by Tyler Machado at CASCADE BOS on June 28, 2016.

The slides

Here are the slides! I don't know if they will make sense without me rambling next to them but that's okay!

What we've done at HBR

  • How Corporate Boards Connect, in Charts, Harvard Business Review

    • went with a circle-based chart type to fit in squares, which work well on both landscape and portrait orientations
    • that single chart type meant only very minor styling changes were necessary for different screen sizes
    • custom chart type idea sketched out during meeting with editor, developer and designer
  • The Decline of Yahoo in Its Own Words, Harvard Business Review

    • traditional line chart on large screens, vertical heatmap on small screens
    • two different chart types meant more coding work, though in this case we felt it was worth it because each chart is very successful in its context
    • charts are generated from the same Javascript file, and use the same data
    • Javascript function decides which chart to render based on window inner width, and that function is called every time the window loads or is resized

Other examples

Resources

Tools

  • ai2html - converts Illustrator files into responsive-friendly HTML and CSS, ready to drop into a web page
  • Pym.js - Javascript library that allows for iframes that responsively adjust width and height

About

A presentation about making dataviz graphics play nicely with responsive sites. Presented at CASCADE BOS in June 2016.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published