Hi again =)
Tried to google "Viz api" but the links just went back to google
chart. So I guess thats something Google Charts use under the shells?
What I'm building right now is exactly a stock screener... just as
google finance have. I've uploaded a picture and marked in red what im
interested in:
http://i41.tinypic.com/wcn80w.png
At the bottom they have a table with stocks having different data...
for instance "Market Cap". At the top they have something that seems
like a ChartRangeFilter that has the statistical distribution of the
Market Caps of all companies. In regular(?) ChartRangeFilter, the X-
axis should depict the Market Cap... which in some sense it does...
but they have transformed the data into a distribution, instead of
distinct data-rows (that a dataview-function requires). It seems like
they have two tables?? 1 to depict the ChartRangeFilter and 1 for the
datatable??
If my text above seems difficult to understand... its probably because
i dont fully understand myself at this point =)
best regards
bassa
On 23 mar, 16:08, asgallant <
drew_gall...@abtassoc.com> wrote:
> What you want *may* be proprietary to GF. There are some GF features that
> the Viz API does have, and some that we can jerry-rig a work around for.
> So what GF feature(s) do you want?
>
>
>
>
>
>
>
> On Friday, March 23, 2012 10:41:24 AM UTC-4, Bassa Safa wrote:
>
> > Haha I see. If its proprietary to GF then I will try another approach.
> > =) Thanks for your reply! =)
>
> > On 23 mar, 14:56, asgallant <
drew_gall...@abtassoc.com> wrote:
> > > Basically, you use this to tell the control what to draw in the range
> > > filter control. The columns property takes an array of column indices
> > or
> > > objects describing calculated columns (as per the DataView#setColumns
> > > method:
> >
http://code.google.com/apis/chart/interactive/docs/reference.html#Dat...<
http://code.google.com/apis/chart/interactive/docs/reference.html#Dat...>).
>
> > > In the example code you posted, it would attempt to draw a chart with
> > the
> > > data from column 10 as the first (domain) column and (via a calculated
> > > column) the second column as well (equivalent to having "columns: [10,
> > > 10]").
>
> > > What do you mean when you say "like Google Finance"? Last I knew there
> > > were many features of Google Finance that were proprietary to GF and not
> > > (easily) duplicatable in the Visualization API.
>
> > > On Thursday, March 22, 2012 5:33:09 PM UTC-4, Bassa Safa wrote:
>
> > > > Hi,
>
> > > > I would like to make a chartRangeFilter which depicts the distribution
> > > > of the data... such as Google finance does at
> > > >
http://www.google.com/finance# <
http://www.google.com/finance#>
> > stockscreener<http://
www.google.com/finance#stockscreener<
http://www.google.com/finance#stockscreener>>.