Future released are announced here, with a list of significant changes.
 This feature has been on the back burner for several years, however, so I
wouldn't hold my breath.

On Sat, Dec 23, 2017 at 6:31 PM, Carlos da Cunha e Silva <
[email protected]> wrote:

> Thanks Daniel for the clarification. Is there anyway I can track the
> progress on this issue and when the axis.type option is going to be
> released.
>
> Regards,
>
> Carlos
>
> On Sat, Dec 23, 2017 at 7:38 PM 'Daniel LaLiberte' via Google
> Visualization API <[email protected]> wrote:
>
>> The axis.type option is still undocumented, because it may change.  The
>> possible values at this time are:
>>
>>   CATEGORY: 'category',  // Axis for categories (a set of labels)
>>   VALUE: 'value',  // Axis of values (numbers)
>>   CATEGORY_POINT: 'categorypoint'  // Category that has a single point
>> width
>>
>> On Sat, Dec 23, 2017 at 10:15 AM, Carlos da Cunha e Silva <
>> [email protected]> wrote:
>>
>>> Thanks for the quick reply. I can't find any reference in the
>>> documentation with for hAxis.type . I tried setting it to 'string' but it
>>> didn't have any effect
>>>
>>> Carlos
>>>
>>> On Fri, Dec 22, 2017 at 11:49 PM 'Daniel LaLiberte' via Google
>>> Visualization API <[email protected]> wrote:
>>>
>>>> You can make the continuous values on the hAxis act like they are
>>>> string values by adding this to the options:
>>>>
>>>>   hAxis: {
>>>>      ...
>>>>     type: 'category'
>>>>   }
>>>>
>>>> It looks like the presence of the steppedArea series is incorrectly
>>>> affecting the interpretation of the bars, to act like the bars are given
>>>> the option for 'variable width'.  This ought to be a series-specific effect
>>>> so the steppedArea series doesn't affect bars.   Thanks for pointing this
>>>> out.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Fri, Dec 22, 2017 at 8:17 AM, Carlos da Cunha e Silva <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I'm trying to create a chart that will report the windspeed in
>>>>> Beaufort. Two values will be shown in this graph, the windspeed measured 
>>>>> at
>>>>> a certain moment in time, and the highest windspeed measured during the
>>>>> sampling time (the gusts).
>>>>> Basically I'm trying to recreate the same type of charts that
>>>>> Windfinder is giving
>>>>>
>>>>> e.g
>>>>>
>>>>>
>>>>> <https://lh3.googleusercontent.com/-l7JsLZ1akuw/Wj0DCmF_ZcI/AAAAAAAAJDI/z5Yf54cDc9AXm2UxFxyjAFOQApE0mCOBACLcBGAs/s1600/Capture.PNG>
>>>>> The bars represent the windspeed, the hovering line the gusts.
>>>>>
>>>>> So I started with a combo chart since this is very close to what I
>>>>> need, I want to put one value as a bar and the other as a steppedArea.
>>>>> You can test the actual code over here
>>>>>
>>>>> https://jsfiddle.net/1eme2Lsg/7/
>>>>>
>>>>> If I just present bars this is how the chart looks like
>>>>>
>>>>>
>>>>> <https://lh3.googleusercontent.com/-8cttuduZ_HU/Wj0ETW0v1aI/AAAAAAAAJDU/Ji1-SgW58kYC-9NHsMkOAxaQpE5QmbI5gCLcBGAs/s1600/Capture1.PNG>
>>>>> If I change in the code, the series from 2 to 1 so it's actually
>>>>> applied
>>>>>
>>>>>    series: {
>>>>>     1: {
>>>>>         type: 'steppedArea'
>>>>>       }
>>>>>     }
>>>>>
>>>>> I get
>>>>>
>>>>>
>>>>> <https://lh3.googleusercontent.com/-Y5CrScT017E/Wj0EjQTAw7I/AAAAAAAAJDY/W2y-Dgl_3vsUAj0tmYvo0i9v_ce09-wvQCLcBGAs/s1600/Capture2.PNG>
>>>>> As you can see the bars have all been collapsed into one big area !!!
>>>>>
>>>>> I did some further testing and discovered that if I change the type on
>>>>> the horizontal axis from a datetime to a string, then the chart behaves as
>>>>> expected.
>>>>> Is there any way I can avoid the bars to collapse ? Or is there an
>>>>> alternative type of chart that would allow me to represent the data more 
>>>>> or
>>>>> less like Windfinder
>>>>>
>>>>> Regards,
>>>>>
>>>>> Carlos
>>>>>
>>>>>
>>>> --
>>>>> 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 [email protected].
>>>>
>>>>
>>>>> 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/074553c2-fe40-4a32-a997-
>>>>> 500eda89cee3%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/google-visualization-api/074553c2-fe40-4a32-a997-500eda89cee3%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>
>>>> [email protected] <[email protected]>   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/afUdyJG2lFw/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>> 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/CAOtcSJNLm2S2k%3D73YBt_
>>>> R0bWjp14rUydae%2BdbrEdbECdFg-afA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNLm2S2k%3D73YBt_R0bWjp14rUydae%2BdbrEdbECdFg-afA%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 [email protected].
>>> 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/CACKWagkX2hNk0%
>>> 3DF1c9rBpsf4WOMqyVzUGhEqfyUou0Ggw7cVgA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/google-visualization-api/CACKWagkX2hNk0%3DF1c9rBpsf4WOMqyVzUGhEqfyUou0Ggw7cVgA%40mail.gmail.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>
>> [email protected] <[email protected]>   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/afUdyJG2lFw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> 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/CAOtcSJO98NqLWhwMokbisn71MOn7C
>> sq1qbNamHAi1458eWB0FQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJO98NqLWhwMokbisn71MOn7Csq1qbNamHAi1458eWB0FQ%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 [email protected].
> 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/CACKWagnTzO6BjXEy3ccBUgX%2BEVMD%
> 2Bu5VfaHs9ru1Mh1venSh0A%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-visualization-api/CACKWagnTzO6BjXEy3ccBUgX%2BEVMD%2Bu5VfaHs9ru1Mh1venSh0A%40mail.gmail.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>
[email protected] <[email protected]>   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 [email protected].
To post to this group, send email to [email protected].
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/CAOtcSJP9LHZDT0oqSbckHfQ9KtQDyvK-n4_YoB0B%3Dt0%2B%3DPoDvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to