Re: [visualization-api] Re: Calendar Chart (Day) Data Cells Color Customization

2017-10-15 Thread Jennifer Talbot
I never figured it out. I ended up looking into d3.js but then my client
wanted something else entirely which I was able to accomplish using
Angular.
On Thu, Oct 12, 2017 at 10:23 AM Michael Breslav  wrote:

> Any updates, I have a similar problem. I would like to be able to change
> the appearance of certain cells (days) in the calendar, to highlight
> outlier data.
>
>
> On Thursday, July 6, 2017 at 5:32:26 PM UTC-4, Jennifer Talbot wrote:
>>
>> Hello All,
>>
>> I have recently implemented the calendar chart and my client is looking
>> forward to being able to customize the days cell color.
>>
>> Documentation explains that Google plans on adding this customization in
>> a future release of Google Charts.  Does anyone know when they are
>> projecting this change will be released?
>>
>> Thanks in advance!
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/gBuJ7pUuZFk/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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/6dd352ba-49c4-4895-ae85-9e017cec9f82%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAMe06qLAibzQEetcii9j5qStiQPeNvWnEL%2B4yU3SK9zhUnqG%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: Is there a way to calculate the value of Y for the given value of X for Scatter Chart

2017-10-15 Thread Stas S
Can you please show how to get the equation text?

On Wednesday, October 15, 2014 at 2:13:50 AM UTC+3, Zhenyu Hu wrote:
>
> ... however I can get the equation text ...
>

-- 
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/0a2614b3-f2da-4edc-b570-c57a50b9e26a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Can i use color from row data to replace the timeline chart ?

2017-10-15 Thread Chukkrit Visitsaktavorn
 dataTable.addRows([
['1', 'Order 1','#EE7752',new Date(2017, 9, 15, 8, 0, 0), new Date(2017, 9, 
15, 9, 30, 0)],
['1', 'Order 2','#EE7752', new Date(2017, 9, 15, 9, 30, 0), new Date(2017, 9, 
15, 15, 30, 0)],
['1', 'Order 3','#EE7752', new Date(2017, 9, 15, 16, 0, 0), new Date(2017, 9, 
15, 17, 0, 0)],
['1', 'Order 4','#EE7752', new Date(2017, 9, 15, 12, 30, 0), new Date(2017, 
9, 15, 14, 0, 0)],
['1', 'Order 5','#EE7752', new Date(2017, 9, 15, 14, 30, 0), new Date(2017, 
9, 15, 16, 0, 0)],
['1', 'Order 6','#EE7752', new Date(2017, 9, 15, 16, 30, 0), new Date(2017, 
9, 15, 17, 0, 0)],
['2', 'Order 1','#EE7752', new Date(2017, 9, 15, 8, 0, 0), new Date(2017, 9, 
15, 9, 30, 0)],
['2', 'Order 2','#EE7752', new Date(2017, 9, 15, 10, 0, 0), new Date(2017, 9, 
15, 15, 30, 0)],
['2', 'Order 3','#EE7752', new Date(2017, 9, 15, 16, 0, 0), new Date(2017, 9, 
15, 17, 0, 0)],
['2', 'Order 4','#EE7752', new Date(2017, 9, 15, 12, 30, 0), new Date(2017, 
9, 15, 14, 0, 0)],
['2', 'Order 5','#EE7752', new Date(2017, 9, 15, 14, 30, 0), new Date(2017, 
9, 15, 16, 0, 0)],
['2', 'Order 6','#EE7752', new Date(2017, 9, 15, 16, 30, 0), new Date(2017, 
9, 15, 17, 0, 0)],
['3', 'Order 1','#EE7752', new Date(2017, 9, 15, 8, 0, 0), new Date(2017, 9, 
15, 9, 30, 0)],
['3', 'Order 2','#EE7752', new Date(2017, 9, 15, 10, 0, 0), new Date(2017, 9, 
15, 15, 30, 0)],
['3', 'Order 3','#EE7752', new Date(2017, 9, 15, 16, 0, 0), new Date(2017, 9, 
15, 17, 0, 0)],
['3', 'Order 4','#EE7752', new Date(2017, 9, 15, 12, 30, 0), new Date(2017, 
9, 15, 14, 0, 0)],
['3', 'Order 5','#EE7752', new Date(2017, 9, 15, 14, 30, 0), new Date(2017, 
9, 15, 16, 0, 0)],
['3', 'Order 6','#EE7752', new Date(2017, 9, 15, 16, 30, 0), new Date(2017, 
9, 15, 17, 0, 0)]
])


Somethings like this 

-- 
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/91123a03-757e-4fda-b80c-80f7e71ab01a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.