Somebody has to really manage to make d3 run on 7<=IE<10. This is a powerful technology for businesses, it may even replace Power Point (the famous software for torture) for some things (especially those that are updated often since you still do this manually in PP). But it needs to run decently and painlessly in IE.
NVD3.js: re-usable charts for d3.js
21–30 of 50 posts
Re: NVD3.js: re-usable charts for d3.js
#22Very nice, I'll be definitely looking into it closer. [1] seems to have a bug. When you disable a particular line by clicking it on the graph legend, if you attempt to disable another line you end up re-enabling the first one. http://novus.github.com/nvd3/ghpages/line.html
Re: NVD3.js: re-usable charts for d3.js
#23Looks great. What's up with the scroll bar dancing around (chrome) as you mouse over the chart?
Re: NVD3.js: re-usable charts for d3.js
#24Somebody has to really manage to make d3 run on 7<=IE<10. This is a powerful technology for businesses, it may even replace Power Point (the famous software for torture) for some things (especially those that are updated often since you still do this manually in PP). But it needs to run decently and painlessly in IE.
Re: NVD3.js: re-usable charts for d3.js
#25They look great and we can never have enough cool JavaScript graphing technologies. However the performance of these graphs is currently too slow for me. When I hover my mouse over a line the response is very stuttery while flot and highcharts are smooth as silk.
Re: NVD3.js: re-usable charts for d3.js
#26Anyone got any examples using NVD3.js or d2.js to render charts from constantly updating data? Like reading a websocket stream or query a json source every 2s and updating chart.
Re: NVD3.js: re-usable charts for d3.js
#27would love to see circle packing charts in this...
Of course people are always welcome to contribute some new models, and I'll do my best to keep them consistent with everything else.
Re: NVD3.js: re-usable charts for d3.js
#28would love to see circle packing charts in this...
Re: NVD3.js: re-usable charts for d3.js
#29Does anyone have any other recommendations for other interesting JS charting frameworks to evaluate? I'm using flot at the moment, I'm really keen to have a dig around in this now. (My particular sunny day wish list is for live & historical scientific strip chart style data logging: flexible date support, intuitive horizontal timeline dragging & zooming, live updating, line charts with gaps in them, rendering largish…
Yes, this framework. You can do all those things and much, much more using the d3 toolkit this is built on. It's a complex and powerful framework (and relatively low-level, which is why this was meta-framework was built, apparently). But if you invest some time learning it, you'll be able to use mold these components any way you wish.
Re: NVD3.js: re-usable charts for d3.js
#30Anyone got any examples using NVD3.js or d2.js to render charts from constantly updating data? Like reading a websocket stream or query a json source every 2s and updating chart.
What is this d2.js? I'm finding nothing about it on Google or Github...