Forgot to answer the second part of your question, about the jsfiddle. If
you're asking whether the Classic Charts support axis formatting options,
they do: https://jsfiddle.net/88z92w4p/

On Fri, Jan 29, 2016 at 10:03 AM Sergey Grabkovsky <gra...@google.com>
wrote:

> I don't have any estimates for when you might expect getImageURI for
> Material Charts. We are currently prioritizing other features.
>
> On Fri, Jan 29, 2016 at 1:46 AM natarajan govindavel <
> natarajan...@gmail.com> wrote:
>
>> Hi Sergey,
>>
>> Thank you so much for your help. And one more help
>> When can we expect this feature (getImageURI()) because one of my client
>> really want this.
>> Can we do this kind dynamic charts in Classical Chart(ref below)?
>> https://jsfiddle.net/vqaLpc23/
>>
>> Thanks
>> Natarajan
>>
>>
>> On Thursday, January 28, 2016 at 8:31:40 PM UTC+5:30, Sergey wrote:
>>
>>> Hi Natarajan,
>>>
>>> Your jsfiddle link doesn't link to your jsfiddle (it just links to an
>>> empty fiddle). You need to save your fiddle before it gives you a valid
>>> link. Presumably, you're talking about .getImageURI(), which is not
>>> supported for Material Charts.
>>>
>> On Thu, Jan 28, 2016 at 6:28 AM natarajan govindavel <natara...@gmail.com>
>>> wrote:
>>>
>> Hi Sergey,
>>>>
>>>> Do we have Export Option in Material Chart?
>>>> Can we do this kind dynamic charts in Classical Chart(ref below)?
>>>> https://jsfiddle.net/api/post/library/pure/
>>>>
>>>> Thanks
>>>> Natarajan Govindavel
>>>>
>>>>
>>>> On Monday, January 25, 2016 at 9:01:05 PM UTC+5:30, Sergey wrote:
>>>>
>>>>> Hi Natarajan,
>>>>>
>>>>> The issue you are talking about now is a known issue. There are known
>>>>> issues with text measurement with invisible divs. The recommended
>>>>> workaround is to delay the chart rendering until the div becomes visible.
>>>>>
>>>> On Mon, Jan 25, 2016 at 10:09 AM natarajan govindavel <
>>>>> natara...@gmail.com> wrote:
>>>>>
>>>> Hi Sergey,
>>>>>>
>>>>>> Thank you for your reply.
>>>>>> I have one more problem.
>>>>>> The Chart inside the tab which is not active(div display:none). The
>>>>>> chart not displayed properly.
>>>>>> If i make it visibility : Hidden/Visible it is rendering properly but
>>>>>> shows lot of empty space in the page.
>>>>>> Is this issue resolved?
>>>>>> Any fix available for this?
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Friday, January 22, 2016 at 8:11:08 PM UTC+5:30, Sergey wrote:
>>>>>>
>>>>>>> The Material Charts support putting the legend on the right or the
>>>>>>> left, but not on top or bottom.
>>>>>>>
>>>>>>> On Fri, Jan 22, 2016 at 3:53 AM natarajan govindavel <
>>>>>>> natara...@gmail.com> wrote:
>>>>>>>
>>>>>> Hi Sergey,
>>>>>>>>
>>>>>>>> Thanks you so much for your quick response.
>>>>>>>> dataArray[2] is a type of DataTable only and which is generated
>>>>>>>> dynamically from code behind.
>>>>>>>> And one more clarification is legend position supported by Material
>>>>>>>> Charts?
>>>>>>>> Anyway i going to refer that link which is given by you.
>>>>>>>> Please add some more points that are already which is very useful
>>>>>>>> for me.
>>>>>>>>
>>>>>>>> Thanks again
>>>>>>>> Natarajan Govindavel
>>>>>>>>
>>>>>>>> and
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thursday, January 21, 2016 at 10:23:07 PM UTC+5:30, Sergey wrote:
>>>>>>>>
>>>>>>>>> Hi Natarajan,
>>>>>>>>>
>>>>>>>>> The first difference between the two is that the latter is a combo
>>>>>>>>> chart. This means that it supports multiple series types, like line,
>>>>>>>>> scatter, bar, and candlestick; where the first chart 
>>>>>>>>> (google.charts.Bar)
>>>>>>>>> only supports bars.
>>>>>>>>>
>>>>>>>>> The second difference is that google.charts.Bar is a Material
>>>>>>>>> Chart, which effectively just means that it follows the Material
>>>>>>>>> Design specification <https://design.google.com/>, and
>>>>>>>>> google.visualization.{BarChart,ColumnChart,ComboChart} are our 
>>>>>>>>> "Classic"
>>>>>>>>> Charts, which means that they precede Material Design.
>>>>>>>>>
>>>>>>>>> The Material Charts are newer, which also means that they don't
>>>>>>>>> support a lot of the features that the Classic Charts do. Here is
>>>>>>>>> a bug tracking all the unsupported features
>>>>>>>>> <https://github.com/google/google-visualization-issues/issues/2143>.
>>>>>>>>> Note that "annotations" are on that list, which answers your last 
>>>>>>>>> question:
>>>>>>>>> you currently cannot add annotations to Material Charts.
>>>>>>>>>
>>>>>>>>> On a side note, I'm not sure where you got the example that passes
>>>>>>>>> "dataArray[2]" to the Material Chart's draw call, but that seems 
>>>>>>>>> wrong. It
>>>>>>>>> takes a DataTable, exactly like the Classic Charts do.
>>>>>>>>>
>>>>>>>>> On Thu, Jan 21, 2016 at 8:53 AM natarajan govindavel <
>>>>>>>>> natara...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>  var chart = new
>>>>>>>>>> google.charts.Bar(document.getElementById('div_id_3'));
>>>>>>>>>>         chart.draw(dataArray[2],
>>>>>>>>>> google.charts.Bar.convertOptions(options2));
>>>>>>>>>>
>>>>>>>>>> And
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> google.visualization.ComboChart(document.getElementById('chart_div'));
>>>>>>>>>>
>>>>>>>>>>   chart.draw(view,options)
>>>>>>>>>>
>>>>>>>>>> what is the different between these two?
>>>>>>>>>>
>>>>>>>>>> How to add Annotation text for first one
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> 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-visua...@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/cdc705b3-181b-4028-b924-bd88cfafbd43%40googlegroups.com
>>>>>>>>>> <https://groups.google.com/d/msgid/google-visualization-api/cdc705b3-181b-4028-b924-bd88cfafbd43%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>> .
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer•
>>>>>>>>> Google, Inc• gra...@google.com*
>>>>>>>>>
>>>>>>>>> --
>>>>>>>> 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-visua...@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/20475da1-41c4-4cd4-af5e-ecf04a5254ff%40googlegroups.com
>>>>>>>> <https://groups.google.com/d/msgid/google-visualization-api/20475da1-41c4-4cd4-af5e-ecf04a5254ff%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google,
>>>>>>> Inc• gra...@google.com*
>>>>>>>
>>>>>>> --
>>>>>> 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-visua...@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/306bd1c0-3bab-49a8-be66-a81a9ae953aa%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/google-visualization-api/306bd1c0-3bab-49a8-be66-a81a9ae953aa%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>>>
>>>>> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google,
>>>>> Inc• gra...@google.com*
>>>>>
>>>>> --
>>>> 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-visua...@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/1d7dc933-ca4c-4457-8579-a73ad4c818b4%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/google-visualization-api/1d7dc933-ca4c-4457-8579-a73ad4c818b4%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>>
>>> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google,
>>> Inc• gra...@google.com*
>>>
>>> --
>> 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/ea4418a1-0ab3-48cb-ab13-93bd73a21597%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-visualization-api/ea4418a1-0ab3-48cb-ab13-93bd73a21597%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
>
> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc•
> gra...@google.com <gra...@google.com>*
>
> --

*[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc•
gra...@google.com <gra...@google.com>*

-- 
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/CAEwwup5gfk3D0yvEmCLW1Vu-qpY%3DOKHjuFAxSqfJpvfb1LcXqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [visualization-api] diffe... natarajan govindavel
    • Re: [visualization-a... 'Sergey Grabkovsky' via Google Visualization API
      • Re: [visualizati... natarajan govindavel
        • Re: [visuali... 'Sergey Grabkovsky' via Google Visualization API
          • Re: [vis... natarajan govindavel
            • Re:... 'Sergey Grabkovsky' via Google Visualization API
              • ... natarajan govindavel
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... natarajan govindavel
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... natarajan govindavel
                • ... natarajan govindavel
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... natarajan govindavel
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... natarajan govindavel
                • ... 'Sergey Grabkovsky' via Google Visualization API
                • ... natarajan govindavel
                • ... natarajan govindavel
                • ... natarajan govindavel

Reply via email to