Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robyngit/d3_timeseries_line_gaps
https://github.com/robyngit/d3_timeseries_line_gaps
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/robyngit/d3_timeseries_line_gaps
- Owner: robyngit
- Created: 2018-09-24T21:21:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T23:56:16.000Z (about 6 years ago)
- Last Synced: 2024-11-05T04:24:56.420Z (about 2 months ago)
- Language: HTML
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Option A
## 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).---
**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