Parallel coordinate chart is the d3.js visualized chart where one axis must be created per variable. The code beside create one scale per column in the .csv input file and store it in a y object. Speciality of this parllel coordinate chart is it automates the y-axis accordingly with the feature attributes.