Live data from Hacker News

TauCharts: Data-focused JavaScript charting library

blog.taucharts.com

1–10 of 41 posts

Re: TauCharts: Data-focused JavaScript charting library

#5
At the http://taucharts.com it says "Free open source D3.js-based library" but in the tutorial at http://api.taucharts.com/tutorials/5min.html it says "free for non-commercial use". At GitHub it is sporting Apache License, Version 2.0 which - if I am not mistaken - allows commercial use. Could you please clear that up for me? Am I allowed to use it in commercial products (like a website made for one of my clients) or not? Thanks.

Re: TauCharts: Data-focused JavaScript charting library

#6
I still find charting tools that do not allow interaction with the a group of charts to enable further filtering very lacking. The gold standard I evaluate any charting library against is http://dc-js.github.io/dc.js/

My reasoning is that most dashboards should be designed to enable data to tell a story and enable users to interact and create their own story.

Re: TauCharts: Data-focused JavaScript charting library

#7
post #5

At the http://taucharts.com it says "Free open source D3.js-based library" but in the tutorial at http://api.taucharts.com/tutorials/5min.html it says "free for non-commercial use". At GitHub it is sporting Apache License, Version 2.0 which - if I am not mistaken - allows commercial use. Could you please clear that up for me? Am I allowed to use it in commercial products (like a website made for one of my clients) or…

It is free for commercial use, the site will be fixed, it is a mistake in the 5min page.

Re: TauCharts: Data-focused JavaScript charting library

#8
post #6

I still find charting tools that do not allow interaction with the a group of charts to enable further filtering very lacking. The gold standard I evaluate any charting library against is http://dc-js.github.io/dc.js/ My reasoning is that most dashboards should be designed to enable data to tell a story and enable users to interact and create their own story.

As a taucharts developer, I would give you a "best comment" award :) Actually taucharts is moving to this direction. We want to simplify API for dashboards and composite charts to allow users create "visual stories". Stay tuned :)

Re: TauCharts: Data-focused JavaScript charting library

#9

What makes it better than Vega? I like how straight forward it is, much like highcharts. I'll explore it more tomorrow.

Actually I personally like the concept of Vega but in my humble opinion the protocol is too academic, implementation goes too slowly so I doubt that Vega suits for real world application.

Re: TauCharts: Data-focused JavaScript charting library

#10
What I want with such charting solutions is something to export or copy and paste data from excel and put it into a chart. Just that. No need to manually edit a javascript file or html code beyond customising the appearance once the data is in there. Is this available somewhere?
Post reply on HN