Skip to content

robyngit/D3_timeseries_line_cumulative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Option B

cumulative line chart, with gaps in data shown as dotted lines


PROS:

  • missing data clearly differentiated.

CONS:

  • data points with missing data the month before and after are 'hidden' (e.g. May 2014).
  • difficult to notice spikes or trends in views/downloads.

Features:

  • gaps in data shown with dotted line
  • mini 'brush' chart shows the context of the data in focus in the main chart
  • x-axis zooming and panning is limited to the range of available data
  • y-axis resizes automatically to match the maximum y-value of the data in focus
  • buttons zoom focus to an interval equal to one year (if sufficient data), one month, or the range of the data
  • text at top changes to indicate the range of data in focus
  • when no data is available, displays text instead
  • sorts data by date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages