Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 390 Bytes

Area between lines colored based on highest values

This script uses d3.js to create a chart of two lines and draw the area between them. The area is colored based on the color of the line which has the highest Y value. The plot is connected with a bar Chart in the bottom showing the Y difference between the two lines.

Area Chart Colored