is announcing that Charted with version number 0.2.4 is already available to download.
What is Charted ?
Charted is A charting library from Medium.com’s development team, taking Google Spreadsheet, CSV and TSV data and plotting them out as simple graphs .
Charted is a Web-based application written in JavaScript for Node.js.It works by letting users enter the URL of Google Spreadsheet, CSV or TSV file, parsing the data found in that file and then plotting out as a simple chart.This chart can then be shared with other users by copy-pasting the current URL.Charted comes with support for various chart types, automatically applied based on the data the charting library finds inside the user’s file.A dark and light skin is also included, along with the possibility to edit the chart title, description and legend fields.Charted works with TSV and CSV files hosted on any Web server, even Dropbox accounts.All charts are fully responsive, can be viewed and interacted from mobile devices, and the user can also move individual data series to their own separate chart.Charted is a classic Node app, you can install and start it by running npm install && npm start in your Node.js terminal.
This is changelog for Charted version 0.2.4 :
You can read the complete changelog and also download this latest version on their homepage: www.charted.co