Tuesday, 14 July 2009

v1.93 News platform demo

Hey, just finished implementing the stock headlines feature. Just double click on the graph and the headlines for the stock graphed on the date hovered will be displayed.

Here's a quick video demonstrating how to use it. Enjoy.



iGrapher

2 comments:

  1. Hi everybody!

    Your Stock application is very exciting!

    I'm a developer, and have some question to you. As I've understood you use canvas tag. Buttons, panels and other elements is drawn on canvas.

    Did you use any framework for working with elements on canvas or write own framework for that purposes?

    P.S.

    Things you have made is great!

    ReplyDelete
  2. Thanks for the compliment. Yeah I just wrote it all myself. I use explorercanvas to make the canvas api calls work on IE and just draw the buttons and panels with javascript generated table tags.

    ReplyDelete