Re: [visualization-api] Re: Frozen chart without CSS

2016-05-11 Thread Jack Lin
Hi again,

Thank you for pointing out the solution - I understand that would work, it 
however adds a lot of css rule changes (I basically have the entire google 
closure css changed in my own css).

Thank you very much!

Thanks,
Jack

The gstatic loader is our own creation, used only with Google Charts, so we 
> can change things if need be.
>
> I understand what you mean about the css loaded by Google Charts 
> overriding your previous override of the Google Closure css.  However, I 
> hope that what I am suggesting still applies.  You'll have to make your 
> overrides be more specific to your context than what Google Charts 
> specifies in its css.  The more specific rules should win.  Something like 
> this:
>
>   
> 
> ...
>   
>
> Then your css rules can be like this:
>
>   .mypage .goog-closure-thing {
> /* my styles should override */
>   }
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/1d4aadd0-5318-44d1-af0d-3bb5a8ecfd7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Display issue with charts.......

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
I am suggesting that you replace your 0 values with null.  It appears you
are using 0 as a placeholder anyway, so null should work for that as well.

On Wed, May 11, 2016 at 6:20 PM, Allen Wilson  wrote:

> Yes on the value of 0 in the last column. It was done that way so the
> charts could match up correctly. Here is the data i sent
>
>
> [["Categories","Referrals","Converted","Advocates","Active"],["",299,276,0,0],["",0,0,283,283]]
>
> The two zero in the first array are there so the Advocates and Active can
> be properly set up and in the last array the two zeroes are there to fill
> the slots for Referrals and Converts
>
> What can be passed as a null value
>
> On Wednesday, May 11, 2016 at 11:44:35 AM UTC-5, Allen Wilson wrote:
>>
>> Hello,
>>
>> We are using Google charts to display total information based on a 90, 60
>> and 30 day range.
>>
>> Until a recently release the chart was showing without issue but after an
>> update in the JQuery we've gotten the change showing up with the zero based
>> number at the top of the graph instead of the bottom (see diagram).
>>
>> The code for this page has not changed
>>
>> Has anyone ran into this before.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/39cb6d3d-8050-4d9f-813e-a2487e6fcdfa%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNpNkqa1bn_3BzDanZDZ3Z0w4AP2qmRFHNYR4cQu2vN4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Dynamic Icons Suddenly All Black

2016-05-11 Thread Randy Walker
For a long time now we've had an application that made use of Dynamic Icons 
to show markers on a map... this evening they've suddenly started showing 
as all black.

For 
example: 
http://chart.googleapis.com/chart?chst=d_bubble_text_small=bb|test|#FF|#FF
That should show a bubble with a red background, and blue text saying 
"test". 

I understand, now, that this library is deprecated, but the person who 
wrote this for our company is long gone, and we're just now finding out... 
is there anything that can be done for a quick fix, short of re-writing 
everything to use the new APIs?

Help!

-Randy

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/05750e22-75df-4248-bd7b-47e61143ec2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Display issue with charts.......

2016-05-11 Thread Allen Wilson
Yes on the value of 0 in the last column. It was done that way so the 
charts could match up correctly. Here is the data i sent

[["Categories","Referrals","Converted","Advocates","Active"],["",299,276,0,0],["",0,0,283,283]]

The two zero in the first array are there so the Advocates and Active can 
be properly set up and in the last array the two zeroes are there to fill 
the slots for Referrals and Converts

What can be passed as a null value

On Wednesday, May 11, 2016 at 11:44:35 AM UTC-5, Allen Wilson wrote:
>
> Hello,
>
> We are using Google charts to display total information based on a 90, 60 
> and 30 day range. 
>
> Until a recently release the chart was showing without issue but after an 
> update in the JQuery we've gotten the change showing up with the zero based 
> number at the top of the graph instead of the bottom (see diagram).
>
> The code for this page has not changed
>
> Has anyone ran into this before.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/39cb6d3d-8050-4d9f-813e-a2487e6fcdfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Display issue with charts.......

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
A recent release of Google Charts now results in 0 values being visible in
Column and Bar charts whereas they used to be invisible.  They are rendered
with a minimal bar with 1-pixel height.   Annotations of these 0-value bars
obviously don't fit inside the 1-pixel rendering, so they are drawn outside.

This is a feature rather than a bug, though we might consider adding an
option to hide 0 values.However, I believe you could replace the 0s
with nulls and then they would not show up at all.  That's what I would
expect.

The order of the bars in a stacked column chart is based on the order of
your columns.  I would expect the 0 on the top of a stacked column chart is
due to a 0 in the last column of your data table.

Hope that helps.


On Wed, May 11, 2016 at 12:44 PM, Allen Wilson 
wrote:

> Hello,
>
> We are using Google charts to display total information based on a 90, 60
> and 30 day range.
>
> Until a recently release the chart was showing without issue but after an
> update in the JQuery we've gotten the change showing up with the zero based
> number at the top of the graph instead of the bottom (see diagram).
>
> The code for this page has not changed
>
> Has anyone ran into this before.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/d2ba7539-385a-478f-ac5e-8e5a7d73943a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNgeYAqRFy24cZzNaexzh1%3D_xEGkvAFDn3Knf%3DZEqM03A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Google "Chart Editor" display is too small - anyone else having this issue?

2016-05-11 Thread Gabriela Tepor
Hi Mellisa,

 I have the same error and I did not find the solution to fix it...Have you 
found a solution and can you share it, please? 

Thank you 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/678cdbfd-fd89-46f8-ac61-ae5b4926359c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Display issue with charts.......

2016-05-11 Thread Allen Wilson
Hello,

We are using Google charts to display total information based on a 90, 60 
and 30 day range. 

Until a recently release the chart was showing without issue but after an 
update in the JQuery we've gotten the change showing up with the zero based 
number at the top of the graph instead of the bottom (see diagram).

The code for this page has not changed

Has anyone ran into this before.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/d2ba7539-385a-478f-ac5e-8e5a7d73943a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread Muhammad Asad
Thank you very much for your quick response. But I have changed 
filterColumnIndex to 0 but range filter will doing the same problem. I 
don't know please advice what is the best option to resolve this issue.

Regards


On Wednesday, May 11, 2016 at 7:28:43 PM UTC+5, Daniel LaLiberte wrote:
>
> I see.  The ChartRangeFilter filters rows of data based on whichever 
> column you specify.  Since you specified column 3, the slider control of 
> the ChartRangeFilter is actually ranging over the range of values in that 
> column, or whatever you limit the range to.  You have then specified, in 
> your chartRangeFilterInitState that the end value of the range should be 
> 5.  That's what does it.  
>
> More typically, the filterColumnIndex will be 0, so it corresponds to the 
> domain values, but then they need to have continuous domain values rather 
> than discrete.
>
> On Wed, May 11, 2016 at 10:08 AM, Muhammad Asad  > wrote:
>
>> Thank you very much for the reply.
>>
>> Regarding third problem, data is ;
>>
>> var data470245002_a =
>> [
>> ['', '', '', ''],
>> ['School 1', 10, 40, 5],
>> ['School 2', 12, 42, 5],
>> ['School 3', 13, 40, 5],
>> ['School 4', 50, 22, 5],
>> ['School 5', 16, 35, 5],
>> ['School 6', 15, 40, 5]
>>
>> ];
>>
>> When I change the number of last serial from 5 to any value but more than 
>> 5 complete bar will disappear.
>>
>>
>> On Wednesday, May 11, 2016 at 7:04:22 PM UTC+5, Daniel LaLiberte wrote:
>>>
>>> Hi Muhammad,
>>>
>>> Your first problem is due to the width: 85% in the container table's 
>>> header.  Removing that stops the growing width, though I am not exactly 
>>> sure why.
>>>
>>> The second problem is due to your isStacked option being in the wrong 
>>> place.  It should be inside the chartOptions.
>>>
>>> I don't understand what you are saying fir the third problem.
>>>
>>>
>>> On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad  
>>> wrote:
>>>
 I have designed a combo chart, stacked and line, chart is designed and 
 displayed properly but I am facing 3 problems


1. When decreasing range filter chart values will disappear.
2. In range filter control, stack chart is not populated.
3. When increasing last values more than 5 in data which is belongs 
to line chart, complete bar for that data will disappear from Chart. I 
don't know where and how these values fixed to 5.


 Kindly help me in this regard.

 Thanks

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Google Visualization API" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to 
 google-visualization-api@googlegroups.com.
 Visit this group at 
 https://groups.google.com/group/google-visualization-api.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> dlali...@google.com   5CC, Cambridge MA
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Visualization API" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-visualization-api+unsubscr...@googlegroups.com 
>> .
>> To post to this group, send email to google-visua...@googlegroups.com 
>> .
>> Visit this group at 
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/54278e6d-6e68-45ae-9204-076b4ea86a9f%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.com5CC, Cambridge MA
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/b6c5a151-6a00-4eed-920b-3b9e4c34abd3%40googlegroups.com.
For more options, visit 

Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
Part of your ControlWrapper options should look like this:

   options:
{
   filterColumnIndex: this.ViewColumnIndex,
   ui:
{
   chartType: 'ComboChart',
   chartOptions:
{
 isStacked: true, // <
...


On Wed, May 11, 2016 at 10:28 AM, Daniel LaLiberte 
wrote:

> I see.  The ChartRangeFilter filters rows of data based on whichever
> column you specify.  Since you specified column 3, the slider control of
> the ChartRangeFilter is actually ranging over the range of values in that
> column, or whatever you limit the range to.  You have then specified, in
> your chartRangeFilterInitState that the end value of the range should be
> 5.  That's what does it.
>
> More typically, the filterColumnIndex will be 0, so it corresponds to the
> domain values, but then they need to have continuous domain values rather
> than discrete.
>
> On Wed, May 11, 2016 at 10:08 AM, Muhammad Asad 
> wrote:
>
>> Thank you very much for the reply.
>>
>> Regarding third problem, data is ;
>>
>> var data470245002_a =
>> [
>> ['', '', '', ''],
>> ['School 1', 10, 40, 5],
>> ['School 2', 12, 42, 5],
>> ['School 3', 13, 40, 5],
>> ['School 4', 50, 22, 5],
>> ['School 5', 16, 35, 5],
>> ['School 6', 15, 40, 5]
>>
>> ];
>>
>> When I change the number of last serial from 5 to any value but more than
>> 5 complete bar will disappear.
>>
>>
>> On Wednesday, May 11, 2016 at 7:04:22 PM UTC+5, Daniel LaLiberte wrote:
>>>
>>> Hi Muhammad,
>>>
>>> Your first problem is due to the width: 85% in the container table's
>>> header.  Removing that stops the growing width, though I am not exactly
>>> sure why.
>>>
>>> The second problem is due to your isStacked option being in the wrong
>>> place.  It should be inside the chartOptions.
>>>
>>> I don't understand what you are saying fir the third problem.
>>>
>>>
>>> On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad 
>>> wrote:
>>>
 I have designed a combo chart, stacked and line, chart is designed and
 displayed properly but I am facing 3 problems


1. When decreasing range filter chart values will disappear.
2. In range filter control, stack chart is not populated.
3. When increasing last values more than 5 in data which is belongs
to line chart, complete bar for that data will disappear from Chart. I
don't know where and how these values fixed to 5.


 Kindly help me in this regard.

 Thanks

 --
 You received this message because you are subscribed to the Google
 Groups "Google Visualization API" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 https://groups.google.com/group/google-visualization-api.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> --
>>> Daniel LaLiberte 
>>> dlali...@google.com   5CC, Cambridge MA
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Visualization API" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-visualization-api+unsubscr...@googlegroups.com.
>> To post to this group, send email to
>> google-visualization-api@googlegroups.com.
>> Visit this group at
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-visualization-api/54278e6d-6e68-45ae-9204-076b4ea86a9f%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Daniel LaLiberte 
> dlalibe...@google.com    5CC, Cambridge MA
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion 

Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
I see.  The ChartRangeFilter filters rows of data based on whichever column
you specify.  Since you specified column 3, the slider control of the
ChartRangeFilter is actually ranging over the range of values in that
column, or whatever you limit the range to.  You have then specified, in
your chartRangeFilterInitState that the end value of the range should be
5.  That's what does it.

More typically, the filterColumnIndex will be 0, so it corresponds to the
domain values, but then they need to have continuous domain values rather
than discrete.

On Wed, May 11, 2016 at 10:08 AM, Muhammad Asad 
wrote:

> Thank you very much for the reply.
>
> Regarding third problem, data is ;
>
> var data470245002_a =
> [
> ['', '', '', ''],
> ['School 1', 10, 40, 5],
> ['School 2', 12, 42, 5],
> ['School 3', 13, 40, 5],
> ['School 4', 50, 22, 5],
> ['School 5', 16, 35, 5],
> ['School 6', 15, 40, 5]
>
> ];
>
> When I change the number of last serial from 5 to any value but more than
> 5 complete bar will disappear.
>
>
> On Wednesday, May 11, 2016 at 7:04:22 PM UTC+5, Daniel LaLiberte wrote:
>>
>> Hi Muhammad,
>>
>> Your first problem is due to the width: 85% in the container table's
>> header.  Removing that stops the growing width, though I am not exactly
>> sure why.
>>
>> The second problem is due to your isStacked option being in the wrong
>> place.  It should be inside the chartOptions.
>>
>> I don't understand what you are saying fir the third problem.
>>
>>
>> On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad 
>> wrote:
>>
>>> I have designed a combo chart, stacked and line, chart is designed and
>>> displayed properly but I am facing 3 problems
>>>
>>>
>>>1. When decreasing range filter chart values will disappear.
>>>2. In range filter control, stack chart is not populated.
>>>3. When increasing last values more than 5 in data which is belongs
>>>to line chart, complete bar for that data will disappear from Chart. I
>>>don't know where and how these values fixed to 5.
>>>
>>>
>>> Kindly help me in this regard.
>>>
>>> Thanks
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Visualization API" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-visualization-api+unsubscr...@googlegroups.com.
>>> To post to this group, send email to
>>> google-visualization-api@googlegroups.com.
>>> Visit this group at
>>> https://groups.google.com/group/google-visualization-api.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Daniel LaLiberte 
>> dlali...@google.com   5CC, Cambridge MA
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/54278e6d-6e68-45ae-9204-076b4ea86a9f%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMSmzHF-3KA4KfE4ubpprMAjFg2Rd70oN2H_6HkUq3oUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread Muhammad Asad
First is not growing width, try to move the decrease range of filter below 
you will noticed that chart values above will disappear.
Also please tell me where I place this isStacked because i tried it inside 
chartOptions but nothing change.

Regards



On Wednesday, May 11, 2016 at 7:04:22 PM UTC+5, Daniel LaLiberte wrote:
>
> Hi Muhammad,
>
> Your first problem is due to the width: 85% in the container table's 
> header.  Removing that stops the growing width, though I am not exactly 
> sure why.
>
> The second problem is due to your isStacked option being in the wrong 
> place.  It should be inside the chartOptions.
>
> I don't understand what you are saying fir the third problem.
>
>
> On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad  > wrote:
>
>> I have designed a combo chart, stacked and line, chart is designed and 
>> displayed properly but I am facing 3 problems
>>
>>
>>1. When decreasing range filter chart values will disappear.
>>2. In range filter control, stack chart is not populated.
>>3. When increasing last values more than 5 in data which is belongs 
>>to line chart, complete bar for that data will disappear from Chart. I 
>>don't know where and how these values fixed to 5.
>>
>>
>> Kindly help me in this regard.
>>
>> Thanks
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Visualization API" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-visualization-api+unsubscr...@googlegroups.com.
>> To post to this group, send email to 
>> google-visualization-api@googlegroups.com.
>> Visit this group at 
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.com5CC, Cambridge MA
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/d6c75734-45d0-442f-a0f4-bc7882c6f0b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Frozen chart without CSS

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
The gstatic loader is our own creation, used only with Google Charts, so we
can change things if need be.

I understand what you mean about the css loaded by Google Charts overriding
your previous override of the Google Closure css.  However, I hope that
what I am suggesting still applies.  You'll have to make your overrides be
more specific to your context than what Google Charts specifies in its
css.  The more specific rules should win.  Something like this:

  

...
  

Then your css rules can be like this:

  .mypage .goog-closure-thing {
/* my styles should override */
  }



On Wed, May 11, 2016 at 9:01 AM, Jack Lin  wrote:

> Hi,
>
> The nocss flag I was referring to can be found on
> https://developers.google.com/loader/#introduction-to-loading-google-apis.
> After reviewing the page again, looks like it is not supported for
> visualization package. I apologize for misleading comment.
>
> Secondly, not sure if I get what you mean. But my goal is not overriding
> the CSS related to geochart. The problem is that I am using Google Closure
> to build my UI and it includes some goog CSS. I override it using my own
> CSS file to change its look. But with gstaic loader it loads back Util.css
> and overrides my override so it goes back to default looks thus I was
> wondering if I can simply not load Util.css from gstatic loader.
>
> I now think this is probably nothing to do with visualization package and
> is more related to gstatic loader...
>
> Thanks,
> Jack
>
>> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/7632f0b3-fc01-4e50-9b5e-f88de8801783%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNK%2BK12enJ-%3D82mziXkiEOWxpFh8gDLeTjzyh59%2BkZ6dA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread Muhammad Asad
Thank you very much for the reply.

Regarding third problem, data is ;

var data470245002_a =
[
['', '', '', ''],
['School 1', 10, 40, 5],
['School 2', 12, 42, 5],
['School 3', 13, 40, 5],
['School 4', 50, 22, 5],
['School 5', 16, 35, 5],
['School 6', 15, 40, 5]

];

When I change the number of last serial from 5 to any value but more than 5 
complete bar will disappear.


On Wednesday, May 11, 2016 at 7:04:22 PM UTC+5, Daniel LaLiberte wrote:
>
> Hi Muhammad,
>
> Your first problem is due to the width: 85% in the container table's 
> header.  Removing that stops the growing width, though I am not exactly 
> sure why.
>
> The second problem is due to your isStacked option being in the wrong 
> place.  It should be inside the chartOptions.
>
> I don't understand what you are saying fir the third problem.
>
>
> On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad  > wrote:
>
>> I have designed a combo chart, stacked and line, chart is designed and 
>> displayed properly but I am facing 3 problems
>>
>>
>>1. When decreasing range filter chart values will disappear.
>>2. In range filter control, stack chart is not populated.
>>3. When increasing last values more than 5 in data which is belongs 
>>to line chart, complete bar for that data will disappear from Chart. I 
>>don't know where and how these values fixed to 5.
>>
>>
>> Kindly help me in this regard.
>>
>> Thanks
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Visualization API" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-visualization-api+unsubscr...@googlegroups.com.
>> To post to this group, send email to 
>> google-visualization-api@googlegroups.com.
>> Visit this group at 
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.com5CC, Cambridge MA
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/54278e6d-6e68-45ae-9204-076b4ea86a9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Problem with Range Filter control and data in combo chart

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Muhammad,

Your first problem is due to the width: 85% in the container table's
header.  Removing that stops the growing width, though I am not exactly
sure why.

The second problem is due to your isStacked option being in the wrong
place.  It should be inside the chartOptions.

I don't understand what you are saying fir the third problem.


On Wed, May 11, 2016 at 5:21 AM, Muhammad Asad 
wrote:

> I have designed a combo chart, stacked and line, chart is designed and
> displayed properly but I am facing 3 problems
>
>
>1. When decreasing range filter chart values will disappear.
>2. In range filter control, stack chart is not populated.
>3. When increasing last values more than 5 in data which is belongs to
>line chart, complete bar for that data will disappear from Chart. I don't
>know where and how these values fixed to 5.
>
>
> Kindly help me in this regard.
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/efd6c65c-add3-4326-8dd2-d891cf0c0f5e%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOMpVY%2B_RFvEruC7A%3DBPdfZYUHMZF1o8C4bwvRGesuipw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Frozen chart without CSS

2016-05-11 Thread Jack Lin
Hi,

The nocss flag I was referring to can be found 
on https://developers.google.com/loader/#introduction-to-loading-google-apis. 
After reviewing the page again, looks like it is not supported for 
visualization package. I apologize for misleading comment.

Secondly, not sure if I get what you mean. But my goal is not overriding 
the CSS related to geochart. The problem is that I am using Google Closure 
to build my UI and it includes some goog CSS. I override it using my own 
CSS file to change its look. But with gstaic loader it loads back Util.css 
and overrides my override so it goes back to default looks thus I was 
wondering if I can simply not load Util.css from gstatic loader.

I now think this is probably nothing to do with visualization package and 
is more related to gstatic loader...

Thanks,
Jack 

>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/7632f0b3-fc01-4e50-9b5e-f88de8801783%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Re: Frozen chart without CSS

2016-05-11 Thread 'Daniel LaLiberte' via Google Visualization API
Jack,

It is not possible to not load the css with the gstatic loader, and I
didn't know that was an option with the jsapi loader - we'll have to
rectify that.

In the meantime, you should be able to override the css with more specific
css specifiers.  For example, add a class for your chart container, and
include that class before every rule that you want to override.  Have you
tried this?

On Wed, May 11, 2016 at 3:36 AM, Jack Lin  wrote:

>
> Correction: I would like to fallback to v42, not v44.
>
> Hi,
>>
>> The recent v45 broke some of my software - I would like to use frozen
>> version v44. However, to use v44 I had to use the new gstatic loader api
>> instead of the old jsapi loader. This gstatic loader will load CSS files
>> which is not desired (as I am using google closure too, we want to override
>> some CSS style).
>>
>> Is it possible to specify nocss similar to the old jsapi with the new
>> gstatic loader?
>>
>> Thank you very much.
>>
>> Thanks,
>> Jack
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/631dafe4-8541-4af7-99eb-1494b09e6eb6%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNBjLon9UBiSZcZMuE1EX_atam%3Dff4YLX8DZH-n06N%2BPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: How do I remove the value from a gauge chart?

2016-05-11 Thread zxtonizx
This also really helped me. Thank you

On Tuesday, March 18, 2014 at 7:42:29 PM UTC, asgallant wrote:
>
> Set the formatted value of your data to an empty string:
>
> var data = google.visualization.arrayToDataTable([
>  ['Label', 'Value'],
>  ['', {v: @conv, f: ''}],
> ]);
>
> On Tuesday, March 18, 2014 1:35:32 AM UTC-4, Bevan wrote:
>>
>> Attached: an image of the current, messy, result.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/944290eb-08ca-443c-90f4-e03de3f85faa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Frozen chart without CSS

2016-05-11 Thread Jack Lin

Correction: I would like to fallback to v42, not v44. 

Hi,
>
> The recent v45 broke some of my software - I would like to use frozen 
> version v44. However, to use v44 I had to use the new gstatic loader api 
> instead of the old jsapi loader. This gstatic loader will load CSS files 
> which is not desired (as I am using google closure too, we want to override 
> some CSS style). 
>
> Is it possible to specify nocss similar to the old jsapi with the new 
> gstatic loader?
>
> Thank you very much.
>
> Thanks,
> Jack 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/631dafe4-8541-4af7-99eb-1494b09e6eb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.