-
Notifications
You must be signed in to change notification settings - Fork 6
Examples
jwildfire edited this page Dec 21, 2016
·
19 revisions
Welcome to the Webcharts example gallery! Most examples are hosted using Gists and bl.ocks.org.
- Simple Scatter Plot - Protein vs. carbs: who ya got!?
- Simple Bar Chart - Medal counts from the 2012 Olympics. USA! USA! USA!
- Stacked Bar Chart - Same as above, but with bars sectioned by medal type.
- Grouped Bar Chart - Same as above, but with bars grouped instead of stacked (and given pretty colors!).
- Simple Line Chart - Melting and boiling points for elements in the periodic table.
- Simple Table - Basic "printout" of the same element data as above.
- Paneled Chart - Simple multi-panel (faceted) chart using webCharts.multiply()
- Destroy a chart with controls
- Destroy a table
- Custom Chart with Controls - Adjust y-values and filter data using dropdowns
- Chart with Multiple Marks - Points and lines on the same chart! And a control!
- Safety Histogram - Histogram with linked table showing the distribution of lab measures, vital signs, and other measures related to safety in a simulated clinical trial
- Safety Results Over Time - Box plot showing population averages over time for lab measures, vital signs and other related measures for a simulated clinical trial
- Safety Outlier Explorer - Line chart with linked small multiples showing participant-level values over time for lab measures, vital signs and other related measures for a simulated clinical trial
- Safety Shift Plot - Dot plot with linked table showing changes in lab measures, vital signs and other related measures between time points for a simulated clinical trial
- Dashboard - 6 panel study operations dashboard with customization.
- Lab Results Over Time with Interactive Normal Ranges made with Webcharts v0.1.3
- Immunologic Outcomes Explorer - Adapted from Figure 3 in the New England Journal of Medicine Article, Randomized Trial of Peanut Consumption in Infants at Risk for Peanut Allergy. The chart is a highly customized webcharts object using custom controls and callbacks that create custom graphic elements (box plots and violin plots).
- Adverse Event Timeline - created using the AE timeline wrapper
- Hexagonal Binning with Linked Table
- Movie Histogram - Movie Histogram with linked table and custom controls. Created using data saved in a google spreadsheet.
- Destroy and Recreate a chart using callbacks