[visualization-api] Re: Gantt lines getting odd

2016-01-12 Thread George Madrid
Technically, this is an error: the data is over-specified. "Task 1" is listed as a dependent on "Project 1", which means that "Task 1" cannot start until "Project 1" is complete. However, you have specified that "Task 1" starts at 1/1/2015 which is *before* the "Project 1" finish date of

Re: [visualization-api] Re: Charts suddenly stopped working in production

2014-10-30 Thread George Madrid
Hi Chris, Charts are working for me. Can you provide an example that fails? or a jsfiddle? I can look into it better if you can provide a more specific example. Thanks. On Thursday, October 30, 2014 3:00:28 PM UTC-4, Chris Graham wrote: Our charts are still not working - have you fully

Re: [visualization-api] Re: Charts suddenly stopped working in production

2014-10-30 Thread George Madrid
/ADA/8nwB88ZKmK0/s1600/shadow_halo.PNG On Thursday, October 30, 2014 3:36:44 PM UTC-4, Chris Graham wrote: Hi George, I have a shadow halo around text in the vertical and horizontal axis. Chris On Thursday, October 30, 2014 3:23:40 PM UTC-4, George Madrid wrote: Hi Chris, Charts

[visualization-api] Google Charts v39 was released to production on Jun 24-25, 2014

2014-06-25 Thread 'George Madrid' via Google Visualization API
A new version of Google Charts (v39) was released to production on Jun 24-25, 2014. Release notes will be available at: https://google-developers.appspot.com/chart/interactive/docs/release_notes *New features / bugs fixed:* - Timeline - works with 'datetime' as well as 'date' - fix

Re: [visualization-api] Google Charts Down

2014-06-10 Thread George Madrid
Isn't it fun watching the rollout as stuff begins to break all over the world? :-) There are two possibilities here: 1. The rollout is in some kind of inconsistent state that is causing weird failures, or 2. Something is broken with the new release, itself. I think the first problem is less

Re: [visualization-api] Google Charts Down

2014-06-10 Thread George Madrid
if you see otherwise. Jon On Tue, Jun 10, 2014 at 8:09 PM, AM wrote: Thank you for the feedback on this. I was worried my code became incompatible in some way. Let me know if I can help. On Tuesday, June 10, 2014 4:17:39 PM UTC-7, George Madrid wrote: Isn't it fun watching

[visualization-api] Re: Basic Google Timeline questions

2014-05-29 Thread George Madrid
The labels that display outside of the bar is not a bug. It is working as intended. When the bar label will not fit in the bar, we display it next to the bar rather than truncating it. If there is not room for it next to the bar, we will truncate it inside the bar. Perhaps it's time for a new

[visualization-api] Re: Basic Google Timeline questions

2014-05-29 Thread George Madrid
Expect a new option to force the bar labels inside the bars in v40. (I.e., the version _after_ the version which is scheduled to ship next week). -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Google Charts New Release Candidate: v39, May 8, 2014

2014-05-08 Thread 'George Madrid' via Google Visualization API
We have pushed a new release candidate - v39. This version is available to all users requesting v1.1 of the library. *Candidate release date:* May 8, 2014 On this date, users can switch to the new version of Google Charts by loading version 1.1 of the visualization library. *New features / bugs

Re: [visualization-api] Re: Error when using timeline with many (15) rows

2013-11-06 Thread George Madrid
Aha! I was finally able to duplicate this problem! This is a known (fixed) bug that has to do with the way that we are determining which units and values to use for the horizontal axis. This bug is hyper-sensitive to the width of the chart which is why I was unable to duplicate it until I used

[visualization-api] Re: GWT-Charts - Exception when adding interval roles to a data table

2013-11-06 Thread George Madrid
Hi Steve, The GWT wrappers that you are using are an unofficial project which is not supported by the Google Visualizations Team. The problem that you are reporting is a known bug which you can find documented here:

[visualization-api] Re: GWT Visualization API and UIBinder - AnnotatedTimeLine.PACKAGE with UiBinder

2013-07-17 Thread George Madrid
Unfortunately, I'm unfamiliar with UIBinder, but I can help interpret the error message. Container width is zero is generally thrown when you attempt to draw the ATL before associating it with an Element on the page. (This error is unique to GWT, since this binding takes place as part of the