[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GT] Re: Interactive SVG GT chart
- To: devel
AT
geniustrader.org
- Subject: [GT] Re: Interactive SVG GT chart
- From: Chia-liang Kao <clkao
AT
clkao.org>
- Date: Tue, 17 Nov 2009 20:04:43 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=wsdgzD3tNzm3s3dbkCG1MxMuczyGaDFtU+99rVEGM8w=; b=BLcXmZ0WlCpR4WNQkn8vkzb/mg6fkTdlgJco9UkwxjWBtAISmzJdw0LLZKEmzky4kI TOpZbLyhASdXkbuJvb/paWCAtvJx+oBnR/MZnfiGqnNxWbCFUlS1Thj4/qM/vPZxpEbk /xBXwUTzDRMLm1lNImK5sw4BYFN3fnWTEz934=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=opE+gJkU5A6unRKsp03wDs22jvKvv+xLpDUnMMhb5PEl3bDm0i4W7NjdqkReuUGSoV InNrbiaLJumeUJuqw7OmYtPY6FsPkNYe7x5IcSiRwgeXvk/01+xEnxq25NHeZFnVnhwS mVh9S13pI6NCWTtVSVuV6BOaraYQbEHnR+SIQ=
- In-reply-to: <cdd66f110911150745y1829c543qdc13abb026351bf
AT
mail.gmail.com>
- Message-id: <cdd66f110911170404u74ce2939g2f4d84cacbab222e@mail.gmail.com> (sfid-20091117_131532_402320_0828CB34)
- Reply-to: devel
AT
geniustrader.org
- Sender: chialiang
AT
gmail.com
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
>