How to add gap & text between paths in d3.js?
I have created a line chart using d3.js, now I want to add the gap and text between the path. live demo What I have so far. HTML <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>D3 Stacked Bar and Line Chart</title>…