vividvilla / csvtotable

Simple command-line utility to convert CSV files to searchable and sortable HTML table.
MIT License
1.12k stars 116 forks source link

:sparkles: add chart button for candlestick, line and bar chart. #24

Open chfw opened 7 years ago

chfw commented 7 years ago
  1. candlestick, line and bar chart for value groups (open, close, high, low), volume, and adjacent close value respectively
  2. switch between table and chart
  3. download chart as png image

out

License wise: echarts.js is under Baidu's BSD 3 clause license. buttons.charts.min.js is under my BSD 3 clause license. In short, free to use in open source or commercial applications.

chfw commented 6 years ago

Your curiosity is right. The chart is tightly coupled with the excel format. So it would work as long as file format won't change and will continue to work if file format and chart input are updated together.