<html>
  <head>

    <script src="
https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
type="text/javascript"></script>
    <script type="text/javascript" src="
https://cdn.datatables.net/r/dt/jq-2.1.4,dt-1.10.8/datatables.min.js
"></script>
    <script type="text/javascript" src="https://www.google.com/jsapi
"></script>
<script type="text/javascript"
        src="https://www.google.com/jsapi?autoload={
          modules: [{ name: 'visualization',
                      version: '1',
                      language: 'en',
                      packages:['corechart'] }] }">
</script>
    <script type="text/javascript">

      google.setOnLoadCallback(drawGIDlineKC1);

      function drawGIDlineKC1() {
        var queryStringKC1 = encodeURIComponent('SELECT A,B');
        var queryKC1 = new google.visualization.Query('
https://docs.google.com/spreadsheets/d/1r7BnW-glT4594Usv9kCKiKmYDyBO6f9mCmcVzh3J2uk/edit?gid=0&headers=1&tq='
+ queryStringKC1);

queryKC1.send(handleQueryResponseKC1);
}
function handleQueryResponseKC1(responseKC1) {
      if (responseKC1.isError()) {
        alert('Error in query: ' + responseKC1.getMessage() + ' ' +
responseKC1.getDetailedMessage());
        return;
      }
   var dataKC1 = responseKC1.getDataTable();
   var optionsKC1 = {

          title: 'HEDGED PORTFOLIO GAIN / LOSS (ARABICA, $)',
          legend: 'top',

          width: 550,
          height: 350,
vAxis: { format:'0.0'},
hAxis: { format:'MMM-dd-yyyy'}

        };

        var chartKC1 = new
google.visualization.LineChart(document.getElementById('coffeeKC1'));
        chartKC1.draw(dataKC1, optionsKC1);
      }
    </script>
  </head>
  <body>
    <div id="coffeeKC1"></div>
  </body>
</html>


Best regards,
Volodymyr Naumenko
naumenkov.wix.com/personaladvisor
fb
<https://www.facebook.com/pages/Naumenkovwixcompersonaladvisor/1611473732470710>
...

On Tue, May 31, 2016 at 5:04 PM, 'Daniel LaLiberte' via Google
Visualization API <google-visualization-api@googlegroups.com> wrote:

> I inserted a line chart using your data, and it looks fine to me:
>
>
> I believe the problem some people are seeing must involve an
> incompatibility with spreadsheet data and what charts expect.  Or perhaps
> there is a locale or timezone related issue.
> ​
>
> On Tue, May 31, 2016 at 6:33 AM, Volodymyr Naumenko <
> naumenko.vo...@gmail.com> wrote:
>
>> The same problem...
>>
>> https://docs.google.com/spreadsheets/d/1r7BnW-glT4594Usv9kCKiKmYDyBO6f9mCmcVzh3J2uk/edit?usp=sharing
>> November rendered like December...
>>
>>
>> <https://lh3.googleusercontent.com/--FGlVsHHMyo/V01ofSJjrwI/AAAAAAAAA6g/XPN1bFe6eCwlnlUOawEk7ZPee1hNvctdwCLcB/s1600/chart.png>
>>
>>
>> On Tuesday, May 31, 2016 at 1:13:31 PM UTC+3, GoogleChartsApiUser wrote:
>>>
>>> We're seeing this as well. If we remove the min and max on the H-Axis,
>>> it starts working. else, the min and max seems to be interpreted
>>> incorrectly. This was working correctly till few hours back.
>>>
>>>
>>> On Tuesday, May 31, 2016 at 9:28:03 AM UTC+2, da wrote:
>>>>
>>>> Hello Google Charts,
>>>>
>>>> FYI
>>>>
>>>> It happened again. February data is plotted in March.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Saturday, April 30, 2016 at 9:32:49 AM UTC-7, da wrote:
>>>>>
>>>>>
>>>>> All of a sudden all FEB data is plotted in MARCH
>>>>> I have had this running for over a year now but just saw this happen.
>>>>> Nothing has changed at all.
>>>>>
>>>>> Any ideas?
>>>>>
>>>>>
>>>>>
>>>>> --
>> 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/9794fa23-6fb6-4cab-9519-943fddb52193%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-visualization-api/9794fa23-6fb6-4cab-9519-943fddb52193%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
> dlalibe...@google.com <dlalibe...@google.com>   5CC, Cambridge MA
>
> --
> 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/sX0anYhk4fs/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/CAOtcSJPxzcvwO%2B1aCj%3D1oRrQW6XWdAr%3DAvwDqe4iXirEUWcTuQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPxzcvwO%2B1aCj%3D1oRrQW6XWdAr%3DAvwDqe4iXirEUWcTuQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> 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/CAKUR5Sy3Ha6Ge9hV0DsqmO8dynROLGmBk9jsgv62M3LoyCt4iw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to