$ npm install svg-graph
generate a simple svg barchart
just pass in the name of the label and column. the first row must be headers.
svg-graph 'label, value' < data.csv > chart.svg
MIT