Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Higher Level Visualization Abstractions #25

Open
curran opened this issue Nov 20, 2015 · 2 comments
Open

Higher Level Visualization Abstractions #25

curran opened this issue Nov 20, 2015 · 2 comments

Comments

@curran
Copy link

curran commented Nov 20, 2015

D3 gives us the building blocks to build interactive visualizations from the ground up with ultimate flexibility, but are there ways to effectively encapsulate reusable chunks of code that implement common visualization patterns? For example, how many times have you coded the margin convention?

This proposed session will discuss lessons learned and broader goals of the Chiasm Project. This will include a discussion of how functional reactive programming can be leveraged to build composable abstractions for three levels of granularity:

  • reactive mixins (D3 margin convention, dynamic resize, scales, axes, brushing)
  • visualization components (line chart, scatter plot, bar chart, pie chart, choropleth map)
  • interactive visualizations with linked views (linked line chart and bar chart, focus + context plots)

chaismexamples

Microscopes let us see tiny things, and telescopes let us see massive things, but what lets us see what is going on in the world at the level of humanity? The broader goal of the Chiasm project, and perhaps of many others within data visualization communities, is to build a machine similar to a microscope or telescope that we can "point" at any domain for which there is data available and see pictures that no one has seen before, giving us new insights into the world in which we live.

One example of this is modifying this visualization of migrant deaths to visualize the recent Paris attacks .

@KristinHenry
Copy link

+1

1 similar comment
@drifkin
Copy link

drifkin commented Nov 21, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants