Are there any plans to make the price and volume graph customizable like how bitfunder has it?
I've looked into this in depth and for now there are no plans. The javascript graphs tend to kill performance on the higher popularity assets. If asicminer has 30000 trades in a month, that's 30000 events that get sent over the http request into your browser, which then has to iterate through it all and build a graph.
The graph is on the trade page, which means that every time you trade, the browser has to chug on it. (not to mention the server has to spit it all out.) If I expand the current month graph out to the entire history, it'd lag all but the highest powered high memory PC's, and it would induce a higher load on the server to do it.
So it doesn't really make sense I don't think, to have it loading on the trade page. I've been thinking even that I may go the other direction and simplify it somewhat to be just a simple image, or something super lightweight to load. But... I also plan to link to
http://coinflow.co/... they had charts up equivalent to BitFunder's and were doing a great job of it, so when they're back up I'll make a link under each graph to the appropriate coinflow.co page and I think that should help people out.
Cheers.