Re: [visualization-api] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread Victor Oyemi
Sir,

Thanks for the feedback. Can you advice on sample clue to deploy a.d test
41.
Any work through will be appreciated of a collaborative so u can have a
test on the environment.

Pm your github ID so we can collaborate.

Appreciate your feedback

On Mon, Apr 9, 2018, 5:32 PM 'Daniel LaLiberte' via Google Visualization
API  wrote:

> Looks like a bug that occurred starting with version 42.  If you replace
> your 'current' version with '41', it appears to work.   It is also working
> with the 'upcoming' version now, though I can't be sure it will work
> correctly due to some other issues there.
>
> Thanks for reporting this.  I'll try to make it work correctly for the
> 'upcoming' version.
>
> On Mon, Apr 9, 2018 at 8:58 AM Victor Oyemi  wrote:
>
>> Hello Sir,
>>
>> Please can one advice to call it up as it breaks out when trading tunes
>> up,
>>
>> See coinestate.somidax.net
>>
>> Kindly pm for access to repo at github page.
>>
>> Thanks.
>>
>> On Mon, Apr 9, 2018, 1:48 PM Nimesh  wrote:
>>
>>> I am following this
>>> 
>>> example from Google Chart documentation
>>> 
>>> .
>>>
>>>
>>> In the project all the existing graphs are plotted using ChartWrapper
>>> ,
>>> so by following example I created this chart
>>> , now all I needed to do was
>>> replace the line where new Histogram instance is created with ChartWrapper.
>>>
>>>
>>> i.e. Replace below code with:
>>>
>>> let chart = new google.visualization.Histogram( 
>>> document.getElementById("example") ); chart.draw(data, options);
>>>
>>>
>>>
>>> Following code:
>>>
>>> let wrapper = new google.visualization.ChartWrapper({ chartType: 
>>> "Histogram", dataTable: data, options: options, containerId: 
>>> "example_chartwrapper" }); wrapper.draw();
>>>
>>> But it doesn't work and I am getting following error:
>>>
>>>
>>> Invalid column index 1. Should be an integer in the range [0-0].
>>>
>>>
>>> I have created two Code pen examples replicating this issue:
>>>
>>>- Uses my example data: https://codepen.io/anon/pen/YadLyG
>>>- Uses example data from Chart documentation:
>>>https://codepen.io/anon/pen/QmzrvZ
>>>
>>> --
>>> 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/8d9670e4-d059-44e7-899d-4305d8ab5769%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/CAG0sMoa3f4c7XGbL2sh8%3DV-JF6je7Y-Q4jsNgbU33mfLeXikuA%40mail.gmail.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/CAOtcSJMj-guQAQAL66KMXepGMDv341y8O-uUkY1Ldw71PXm50g%40mail.gmail.com
> 

Re: [visualization-api] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread 'Daniel LaLiberte' via Google Visualization API
Looks like a bug that occurred starting with version 42.  If you replace
your 'current' version with '41', it appears to work.   It is also working
with the 'upcoming' version now, though I can't be sure it will work
correctly due to some other issues there.

Thanks for reporting this.  I'll try to make it work correctly for the
'upcoming' version.

On Mon, Apr 9, 2018 at 8:58 AM Victor Oyemi  wrote:

> Hello Sir,
>
> Please can one advice to call it up as it breaks out when trading tunes up,
>
> See coinestate.somidax.net
>
> Kindly pm for access to repo at github page.
>
> Thanks.
>
> On Mon, Apr 9, 2018, 1:48 PM Nimesh  wrote:
>
>> I am following this
>> 
>> example from Google Chart documentation
>> .
>>
>>
>> In the project all the existing graphs are plotted using ChartWrapper
>> ,
>> so by following example I created this chart
>> , now all I needed to do was replace
>> the line where new Histogram instance is created with ChartWrapper.
>>
>>
>> i.e. Replace below code with:
>>
>> let chart = new google.visualization.Histogram( 
>> document.getElementById("example") ); chart.draw(data, options);
>>
>>
>>
>> Following code:
>>
>> let wrapper = new google.visualization.ChartWrapper({ chartType: 
>> "Histogram", dataTable: data, options: options, containerId: 
>> "example_chartwrapper" }); wrapper.draw();
>>
>> But it doesn't work and I am getting following error:
>>
>>
>> Invalid column index 1. Should be an integer in the range [0-0].
>>
>>
>> I have created two Code pen examples replicating this issue:
>>
>>- Uses my example data: https://codepen.io/anon/pen/YadLyG
>>- Uses example data from Chart documentation:
>>https://codepen.io/anon/pen/QmzrvZ
>>
>> --
>> 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/8d9670e4-d059-44e7-899d-4305d8ab5769%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/CAG0sMoa3f4c7XGbL2sh8%3DV-JF6je7Y-Q4jsNgbU33mfLeXikuA%40mail.gmail.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/CAOtcSJMj-guQAQAL66KMXepGMDv341y8O-uUkY1Ldw71PXm50g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread Victor Oyemi
Hello Sir,

Please can one advice to call it up as it breaks out when trading tunes up,

See coinestate.somidax.net

Kindly pm for access to repo at github page.

Thanks.

On Mon, Apr 9, 2018, 1:48 PM Nimesh  wrote:

> I am following this
> 
> example from Google Chart documentation
> .
>
>
> In the project all the existing graphs are plotted using ChartWrapper
> ,
> so by following example I created this chart
> , now all I needed to do was replace
> the line where new Histogram instance is created with ChartWrapper.
>
>
> i.e. Replace below code with:
>
> let chart = new google.visualization.Histogram( 
> document.getElementById("example") ); chart.draw(data, options);
>
>
>
> Following code:
>
> let wrapper = new google.visualization.ChartWrapper({ chartType: "Histogram", 
> dataTable: data, options: options, containerId: "example_chartwrapper" }); 
> wrapper.draw();
>
> But it doesn't work and I am getting following error:
>
>
> Invalid column index 1. Should be an integer in the range [0-0].
>
>
> I have created two Code pen examples replicating this issue:
>
>- Uses my example data: https://codepen.io/anon/pen/YadLyG
>- Uses example data from Chart documentation:
>https://codepen.io/anon/pen/QmzrvZ
>
> --
> 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/8d9670e4-d059-44e7-899d-4305d8ab5769%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/CAG0sMoa3f4c7XGbL2sh8%3DV-JF6je7Y-Q4jsNgbU33mfLeXikuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.