D3 date-time series chart
This is a d3 chart I built. I looked at many examples on the web, you can tell by the comments in my code. Here are some of the chart's features:
- date-time series
- two types of tick markers on the x-axis
- data imported from CSV
- x and y axis labels
- chart title
- horizontal lines
- custom date formats
- circle data point markers
- tooltips
- horizontal and vertical dashed lines that appear when a mouseover event gets triggered on the data points