[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] Re: Interactive SVG GT chart



In case you are curious about this new chart thingy, i setup a demo at
http://home.clkao.org:3997/d/TX/day

It might be a bit slow, but it's meant to be for localhost use.

Again, it's pretty rough at the moment and can use some help.

Enjoy!

2009/11/15 Chia-liang Kao <clkao
AT
clkao.org>:
> Hi all,
>
> I just published a charting tool for GT with raphaeljs:
> http://github.com/clkao/Finance-GeniusTrader-Chart.
>
> In summary, it's a web/svg-based interactive GT chart that allows you
> to browse through all the data in DB, with a cursor that shows you the
> values for the column you are looking at. ÂSorry that I don't have a
> demo setup somewhere.
>
> It's still quite rough and a bit slow, but it can already do quite a
> bit, including dynamic paging. Âlook at the javascript in
> template/default.html, it's quite similar to how the current
> graphics.pl defines zones and graphical objects. ÂI am going to add
> overlays for trade histories from system or csv when i have time. Âbut
> please feel free to hack on it.
>
> warning: this requires a lot of bleeding edge modules, and a modern
> browser that supports SVG!
>
> You'll need the CPAN branch of GT (or my cpan-pu branch on github for
> better performance), Plack and Tatsumaki from CPAN, after installing
> all deps, run:
>
> % plackup -p 3997
>
> and then visit http://localhost:3997/d/TX/day, change TX and day to
> some code/timeframe you have in the database.
>
> Cheers,
> CLK
>