[visualization-api] Re: Google Gantt Chart Tooltip customization

2017-03-17 Thread Khrys
bump. Any tips on this? On Wednesday, September 28, 2016 at 6:42:36 PM UTC-3, ActiveX wrote: > > All, > > Can you change the tooltip on the Gantt chart? Or customize it in anyway? > I tried this on the Gantt chart but the chart ignored it: > > >

[visualization-api] Re: Google Charts 45.1 in 'upcoming'

2016-12-27 Thread Khrys
BTW, can we get what changed? 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

[visualization-api] Re: Google Charts 45.1 in 'upcoming'

2016-12-27 Thread Khrys
I notice the custom font for Gantt isn't working anymore. I have it set for other charts like line, area and timeline working. On Monday, December 5, 2016 at 7:36:14 PM UTC-2, Daniel LaLiberte wrote: > > I have updated Google Charts for 'upcoming' to load v45.1, which contains > mostly

[visualization-api] Re: Gantt lines getting odd

2016-01-12 Thread Khrys
You are right. I was waiting for dependencies. 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

[visualization-api] Re: Gantt lines getting odd

2016-01-12 Thread Khrys
Any thought on this? Thanks. On Thursday, January 7, 2016 at 4:59:40 PM UTC-2, Khrys wrote: > > Hi > > Trying to create a simple gantt chart with some dependencies, but the > lines get odd: > > https://jsfiddle.net/Khrys/zyfbsy67/1/ > > Any advice? Thanks. >

[visualization-api] Re: Calendar chart not working for November and December?

2015-12-28 Thread Khrys
Hi, Daniel and All. Some advice here: I am using the calendar with the frozen version in a page that already has a sankey chart with the last version in production (1.0). I am facing some difficulties to keep both working. I tried to build a fiddle without success at the moment, and just

Re: [visualization-api] Re: Calendar chart not working for November and December?

2015-12-28 Thread Khrys
Thanks for the information and congratulations for the amazing work! -- 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

[visualization-api] Order by name in Sankey

2015-12-28 Thread Khrys
Is it possible to sort by name using sankey? For example: https://jsfiddle.net/Khrys/1s3shf2m/ I am expecting a output of the right side to be (from top to bottom): Apple, Coconut, Mango, Pineapple Thanks -- You received this message because you are subscribed to the Google Groups "G

Re: [visualization-api] Order by name in Sankey

2015-12-28 Thread Khrys
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

Re: [visualization-api] Re: Calendar chart not working for November and December?

2015-12-18 Thread Khrys
Thanks, Daniel! The Chart now show the itens in Nov and Dec: Any date for the next release? :D > -- You received this message because you are subscribed to the Google Groups "Google

Re: [visualization-api] Re: Calendar chart not working for November and December?

2015-12-18 Thread Khrys
Thanks for the reply, Daniel. I created the fiddle: http://jsfiddle.net/p75eqmun/43/ Never tried the frozen. Maybe I did something wrong? Because the chart isn't showing. Thanks again > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

[visualization-api] Re: Calendar chart not working for November and December?

2015-12-08 Thread Khrys
Great! Count with me to do some tests! Thanks. Amazing collection of charts btw! On Monday, December 7, 2015 at 12:16:15 PM UTC-2, Khrys wrote: > > I may be wrong, but is it me or the Calendar Chart isn't working for > November and December (year independent). Example: > > http

[visualization-api] Calendar chart not working for November and December?

2015-12-07 Thread Khrys
I may be wrong, but is it me or the Calendar Chart isn't working for November and December (year independent). Example: http://jsfiddle.net/p75eqmun/41/ -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

Re: [visualization-api] Calendar chart not working for November and December?

2015-12-07 Thread Khrys
Thanks for the reply Daniel. It is probabily something related to Timezone. I am in Brazil, GMT -3. Following the print from the fiddle you sent: Thanks > -- You received this message

[visualization-api] Table stylish in v42

2015-09-09 Thread Khrys
Looking for some help for: http://stackoverflow.com/questions/32484337/table-stylish-in-last-google-chart-version-v42 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

[visualization-api] Change google calendar order

2015-06-16 Thread Khrys
How can I change the google calendar order? showing 2015 first and after 2014, 2013, and so on. In the https://developers.google.com/chart/interactive/docs/gallery/calendar the examples always shows 2012, 2013. I would like to show 2013, 2012. Thanks. -- You received this message because you

[visualization-api] Google Chart with Bootstrap Tabs

2015-05-26 Thread Khrys
Hi I am having a time to fix a situation displaying the charts. I have opened a question in stackoverflow: http://stackoverflow.com/questions/30463726/google-chart-with-bootstrap-tabs If you guys have some time, could you please take a look into it? Really appreciated. -- You received this

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
Thanks Sergey. You did it! On Thursday, April 23, 2015 at 11:43:16 AM UTC-3, Sergey wrote: Hi Khrys, colorMode: 'unique' will assign a unique color for each node. It is, in fact, now the default, so setting that option won't do anything. I can see how this is somewhat confusing, but you

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
Hi again. I am texting 1.1 with some other charts I have, so I tried to use custom tooltips in calendar, just to change the fontName and fontSize. Can you please confirm if I can do this? Suggestion: Create a jsfiddle in Calendar page, like the sankey. Thanks again On Thursday, April 16, 2015

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
Thanks Daniel. I really appreciate your work. With the new version, how can I get only one color in sankey? I tried the colorMode: unique but couldn't get this to work. Thanks. https://jsfiddle.net/Khrys/o9vc6yzy/ -- You received this message because you are subscribed to the Google Groups

Re: [visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
at 11:49 AM Khrys khry...@gmail.com javascript: wrote: Hi again. I am texting 1.1 with some other charts I have, so I tried to use custom tooltips in calendar, just to change the fontName and fontSize. Can you please confirm if I can do this? Suggestion: Create a jsfiddle in Calendar page

Re: [visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
Rash, the height in pixels work. My scenario needs height in %, like 100% and it does not work. Thanks for the reply. On Thursday, April 23, 2015 at 1:45:11 PM UTC-3, rashmani wrote: Khrys, dunno if you have different outcome, but setting 'height' in options works for my timeline charts (I

Re: [visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
thanks. On Thursday, April 23, 2015 at 2:37:12 PM UTC-3, Sergey wrote: Ah yes, with this release that option was changed to sankey.link.defaultOpacity. Here's a modified version demonstrating the fix: https://jsfiddle.net/o9vc6yzy/4/ On Thu, Apr 23, 2015 at 1:21 PM Khrys khry...@gmail.com

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-23 Thread Khrys
One more question about Sankey: https://jsfiddle.net/Khrys/o9vc6yzy/3/ Trying to use the fillOpacity option, but I could not see any different. I set 0.1 and 0.9, the result was the same. Thanks. On Thursday, April 23, 2015 at 11:43:16 AM UTC-3, Sergey wrote: Hi Khrys, colorMode: 'unique

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-22 Thread Khrys
I know this isn't the right place, actually I fired a feature request to have more control for the height in timeline. It is sad I cannot control it and have to navigate vertically in most of cases. Do you guys think this is somewhere in a list to come? Thanks. On Thursday, April 16, 2015 at

[visualization-api] Re: Google Charts V42 Release Candidate Pushed: April 16, 2015

2015-04-17 Thread Khrys
I like the Weight for the Sankey Chart! 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

[visualization-api] Re: License for internal use in my company

2015-04-16 Thread Khrys
Paulo, as far as I know, you are ok. PS.: Também uso da mesma forma. On Wednesday, April 15, 2015 at 9:13:26 AM UTC-3, Paulo Elifaz Andrielli wrote: Hi folks! I started using the charts to build some measures indicators in our company; I'm amazed of how easy and flexible they are! I can

[visualization-api] Re: Show total values in Sankey Diagram

2015-03-04 Thread Khrys
I was thinking about to put the total in the node as an option for future analisys. But, is it even possible to show the total as described bellow? Thanks again. On Friday, February 27, 2015 at 2:18:57 PM UTC-3, Khrys wrote: Is it possible to show a total in sankey diagram? For example

[visualization-api] Show total values in Sankey Diagram

2015-02-27 Thread Khrys
A, so Place A should be: *(7) Place A* (1 more is because of Grape) http://jsfiddle.net/Khrys/5c2urqbx/ 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

[visualization-api] Re: Day names in Calendar Chart

2015-02-25 Thread Khrys
Thanks. Didn't see that at first. On Wednesday, February 25, 2015 at 8:54:12 AM UTC-3, Khrys wrote: Is it possible to change the first letter of the day's name in the calendar chart to the actual culture? I am in brazil and the months in the chart are already in my language, but the days

[visualization-api] Day names in Calendar Chart

2015-02-25 Thread Khrys
Is it possible to change the first letter of the day's name in the calendar chart to the actual culture? I am in brazil and the months in the chart are already in my language, but the days isn't. Attached an example. Thanks. -- You received this message because you are subscribed to the

[visualization-api] Timeline chat: Height

2014-12-11 Thread Khrys
Does the Timeline Chart has still a limited way to deal with height? The code bellow isn't accurate: var rowHeight = 31; var chartHeight = (dataTable.getNumberOfRows() + 1) * rowHeight; I am looking for a way to show the chart without the vertical scrollbars. Is it

[visualization-api] Re: Timeline chat: Height

2014-12-11 Thread Khrys
Sorry, I mean Chart in the title. On Thursday, December 11, 2014 8:33:39 AM UTC-2, Khrys wrote: Does the Timeline Chart has still a limited way to deal with height? The code bellow isn't accurate: var rowHeight = 31; var chartHeight = (dataTable.getNumberOfRows

[visualization-api] Re: Color for Timeline Chart with 3 categories

2014-09-05 Thread Khrys
through the process of building the array of colors: http://jsfiddle.net/asgallant/axr7h/8/ On Tuesday, May 20, 2014 8:12:48 PM UTC-4, Khrys wrote: Thanks again Andrew. Maybe if someone from google viz could give us some more detail on this. With your help I can see it is not trustable

[visualization-api] Genral error on any chart.

2014-06-10 Thread Khrys
Something happened. All my charts stopped working. Even the one I have on jsfiddle. -- 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

[visualization-api] Re: Genral error on any chart.

2014-06-10 Thread Khrys
it is suddenly back oO On Tuesday, June 10, 2014 2:14:32 PM UTC-3, Khrys wrote: Something happened. All my charts stopped working. Even the one I have on jsfiddle. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe

[visualization-api] Color for Timeline Chart with 3 categories

2014-05-20 Thread Khrys
Andrew helps me set colors for category in timeline chart (thanks again o/). I was testing and found a weird behavior. For example, the itens starting with T should always be black because all have the CategoryA, but this isn't happening: http://jsfiddle.net/Khrys/axr7h/5/ Thanks for the help

[visualization-api] Re: Removing displayed data graphically

2014-05-12 Thread Khrys
Thanks Andrew, this helps me too. On Tuesday, May 6, 2014 11:34:16 AM UTC-3, Neil Camara wrote: Hi folks, I've been testing Google Charts and HighCharts. There is a feature in HighCharts that I like and that is removing data that has been plotted. Imagine we have a line graph and there

[visualization-api] Re: Color in Google's Timeline Chart bars based in the a specific value

2014-05-06 Thread Khrys
Thanks again Andrew. On Tuesday, May 6, 2014 3:02:39 AM UTC-3, Andrew Gallant wrote: You need to build the colors option to color the bars the way you want. I added a detailed answer and example code you can use on SO. On Monday, May 5, 2014 10:08:20 PM UTC-4, Khrys wrote: If someone

[visualization-api] Re: Color in Google's Timeline Chart bars based in the a specific value

2014-05-05 Thread Khrys
If someone could light me telling if it is possible or not, will help a lot. thanks. On Tuesday, April 29, 2014 4:18:12 PM UTC-3, Khrys wrote: Hi : ) Can someone give me a light on this? http://stackoverflow.com/questions/23268616/color-in-googles-timeline-chart-bars-based

[visualization-api] Color in Google's Timeline Chart bars based in the a specific value

2014-04-29 Thread Khrys
Hi : ) Can someone give me a light on this? http://stackoverflow.com/questions/23268616/color-in-googles-timeline-chart-bars-based-in-the-a-specific-value Thanks a lot. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Re: Can Timeline draw a chart like this?

2014-04-23 Thread Khrys
Some corrections: The T011 and T012, should be the full height, not half as showed, because there area space to be. The table is just for reference. Thanks. On Wednesday, April 23, 2014 11:32:19 AM UTC-3, Khrys wrote: https://lh6.googleusercontent.com/-3UV7f6UU2Xw/U1fO00DnXWI/AW0

[visualization-api] Re: Can Timeline draw a chart like this?

2014-04-23 Thread Khrys
Well, this is near http://jsfiddle.net/Khrys/e5hWp/ Thanks On Wednesday, April 23, 2014 11:32:19 AM UTC-3, Khrys wrote: https://lh6.googleusercontent.com/-3UV7f6UU2Xw/U1fO00DnXWI/AW0/XJgOBLNoy1w/s1600/timeline.PNG -- You received this message because you are subscribed

[visualization-api] Change the foreground color of

2014-04-14 Thread Khrys
Is it possible to change the color of the ChartRangeFilter foreground from opaque gray to opaque white? http://oi57.tinypic.com/2v271tt.jpg Thanks -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and

Re: [visualization-api] Google Chart size on bootstrap hidden tab

2014-04-10 Thread Khrys
I am facing exact the same situation. How can I load the charts on demand when I click in a hidden tab? What was your solution Jose? Thanks. On Tuesday, June 25, 2013 12:41:33 PM UTC-3, Jose Alberto Suárez López wrote: Thanks Sergey, I finally load charts on demand :) On Tue, Jun 25,

[visualization-api] Weird lines in chart

2014-04-09 Thread Khrys
Hi Group : ) I wonder why there is weird lines in my chart: http://jsfiddle.net/Khrys/hRpDp/ Can someone point me out? And, is it possible to always show the value? Thanks. -- You received this message because you are subscribed to the Google Groups Google Visualization API group

Re: [visualization-api] Weird lines in chart

2014-04-09 Thread Khrys
for the docs. On Wed, Apr 9, 2014 at 2:50 PM, Khrys khry...@gmail.com javascript:wrote: Hi Group : ) I wonder why there is weird lines in my chart: http://jsfiddle.net/Khrys/hRpDp/ Can someone point me out? And, is it possible to always show the value? Thanks. -- You received

[visualization-api] Re: Drawing an specific chart

2014-01-14 Thread Khrys
of the bars in your data series. Here's an example: http://jsfiddle.net/asgallant/SYLjx/ On Tuesday, January 14, 2014 5:46:08 AM UTC-5, Khrys wrote: Hi, Hope everyone is good here around. As for my question, I would like to know how can I draw a chart like the one attached. Thanks. -- You