Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Daniel LaLiberte' via Google Visualization API
The confusing crossover is that Google Charts supports an interface to the
Image Charts, in addition to several other non-image charts.  And these
Google Charts Image Charts will be broken as soon as the Google Image
Charts goes away entirely.

On Tue, Feb 6, 2024 at 1:39 PM 'Jon Orwant' via Google Visualization API <
google-visualization-api@googlegroups.com> wrote:

> chart.googleapis.com/chart = Google Image Charts, deprecated 12 years ago
> gstatic.com/charts/loader.js = Google Charts, actively maintained.
>
> Jon
>
> On Tue, Feb 6, 2024 at 1:38 PM Nithin K 
> wrote:
>
>> It brings me to a question: How do I distinguish between Image charts and
>> Google Charts?
>>
>> Does chart.googleapis.com/chart belong to Image charts, and does
>> gstatic.com/charts/loader.js belong to Image charts. That's based on my
>> understanding from quick guide documentation.
>> Could you confirm?
>>
>> On Tuesday, February 6, 2024 at 9:05:28 PM UTC+5:30 Daniel LaLiberte
>> wrote:
>>
>>> All the "Image*" charts in Google Charts actually use the deprecated
>>> chart server.  So you should stop using them asap.
>>>
>>> However, for the Google Charts corecharts, there is an undocumented
>>> theme: 'sparkline' option that will reduce any corechart to a sparkline
>>> chart.  See if it works for you.
>>>
>>> On Tue, Feb 6, 2024 at 9:29 AM Nithin K 
>>> wrote:
>>>
 We have a legacy app that 's integrated with Google Charts and possibly
 Image Charts. I recently began exploring chart integration.
 URL used in the app - https://www.gstatic.com/charts/loader.js

 In another thread, I have gone through 'Is there any problems with the
 chart API.'

 I noticed we have - usage of the DataTable class and various formatters
 such as NumberFormat and DateFormat, along with Charts including LineChart,
 PieChart, and AreaChart. Additionally, there is mention of ImageSparkLine.

 During a blackout schedule, ImageSparkLine encountered issues.

 As February comes to an end, my question is whether all charts and
 formatters mentioned above, except for ImageSparkLine, should continue to
 function as expected?

 Thank you

 --
 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-visualizati...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-visualization-api/19654645-103d-4989-a61d-37dd323723b1n%40googlegroups.com
 
 .

>>>
>>>
>>> --
>>>
>>> • Daniel LaLiberte
>>>
>>>  • SWE
>>>
>>>  • Cambridge MA
>>>
>>>  • dlalibe...@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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-visualization-api/844b7ec5-da66-460b-bffa-f4fb8b5b0087n%40googlegroups.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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/CAJs5hDayt17q2s_VuAGHic%3D6oN3O_qoOiyQYkEHJEEZxepoFcg%40mail.gmail.com
> 
> .
>


-- 

• Daniel LaLiberte

 • SWE

 • Cambridge MA

 • dlalibe...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNxfDFNF0F%2Bm7uOMYH6zY12Npv4neXOhyCg7SN5msMb1Q%40mail.gmail.com.


Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Jon Orwant' via Google Visualization API
chart.googleapis.com/chart = Google Image Charts, deprecated 12 years ago
gstatic.com/charts/loader.js = Google Charts, actively maintained.

Jon

On Tue, Feb 6, 2024 at 1:38 PM Nithin K 
wrote:

> It brings me to a question: How do I distinguish between Image charts and
> Google Charts?
>
> Does chart.googleapis.com/chart belong to Image charts, and does
> gstatic.com/charts/loader.js belong to Image charts. That's based on my
> understanding from quick guide documentation.
> Could you confirm?
>
> On Tuesday, February 6, 2024 at 9:05:28 PM UTC+5:30 Daniel LaLiberte wrote:
>
>> All the "Image*" charts in Google Charts actually use the deprecated
>> chart server.  So you should stop using them asap.
>>
>> However, for the Google Charts corecharts, there is an undocumented
>> theme: 'sparkline' option that will reduce any corechart to a sparkline
>> chart.  See if it works for you.
>>
>> On Tue, Feb 6, 2024 at 9:29 AM Nithin K 
>> wrote:
>>
>>> We have a legacy app that 's integrated with Google Charts and possibly
>>> Image Charts. I recently began exploring chart integration.
>>> URL used in the app - https://www.gstatic.com/charts/loader.js
>>>
>>> In another thread, I have gone through 'Is there any problems with the
>>> chart API.'
>>>
>>> I noticed we have - usage of the DataTable class and various formatters
>>> such as NumberFormat and DateFormat, along with Charts including LineChart,
>>> PieChart, and AreaChart. Additionally, there is mention of ImageSparkLine.
>>>
>>> During a blackout schedule, ImageSparkLine encountered issues.
>>>
>>> As February comes to an end, my question is whether all charts and
>>> formatters mentioned above, except for ImageSparkLine, should continue to
>>> function as expected?
>>>
>>> Thank you
>>>
>>> --
>>> 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-visualizati...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-visualization-api/19654645-103d-4989-a61d-37dd323723b1n%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>>
>> • Daniel LaLiberte
>>
>>  • SWE
>>
>>  • Cambridge MA
>>
>>  • dlalibe...@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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/844b7ec5-da66-460b-bffa-f4fb8b5b0087n%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAJs5hDayt17q2s_VuAGHic%3D6oN3O_qoOiyQYkEHJEEZxepoFcg%40mail.gmail.com.


Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread Nithin K
It brings me to a question: How do I distinguish between Image charts and 
Google Charts?

Does chart.googleapis.com/chart belong to Image charts, and does 
gstatic.com/charts/loader.js belong to Image charts. That's based on my 
understanding from quick guide documentation. 
Could you confirm?

On Tuesday, February 6, 2024 at 9:05:28 PM UTC+5:30 Daniel LaLiberte wrote:

> All the "Image*" charts in Google Charts actually use the deprecated chart 
> server.  So you should stop using them asap.
>
> However, for the Google Charts corecharts, there is an undocumented theme: 
> 'sparkline' option that will reduce any corechart to a sparkline chart.  
> See if it works for you.
>
> On Tue, Feb 6, 2024 at 9:29 AM Nithin K  
> wrote:
>
>> We have a legacy app that 's integrated with Google Charts and possibly 
>> Image Charts. I recently began exploring chart integration.
>> URL used in the app - https://www.gstatic.com/charts/loader.js
>>
>> In another thread, I have gone through 'Is there any problems with the 
>> chart API.' 
>>
>> I noticed we have - usage of the DataTable class and various formatters 
>> such as NumberFormat and DateFormat, along with Charts including LineChart, 
>> PieChart, and AreaChart. Additionally, there is mention of ImageSparkLine.
>>
>> During a blackout schedule, ImageSparkLine encountered issues.
>>
>> As February comes to an end, my question is whether all charts and 
>> formatters mentioned above, except for ImageSparkLine, should continue to 
>> function as expected?
>>
>> Thank you 
>>
>> -- 
>> 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-visualizati...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/19654645-103d-4989-a61d-37dd323723b1n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
>
> • Daniel LaLiberte
>
>  • SWE
>
>  • Cambridge MA
>
>  • dlalibe...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/844b7ec5-da66-460b-bffa-f4fb8b5b0087n%40googlegroups.com.


Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Daniel LaLiberte' via Google Visualization API
All the "Image*" charts in Google Charts actually use the deprecated chart
server.  So you should stop using them asap.

However, for the Google Charts corecharts, there is an undocumented theme:
'sparkline' option that will reduce any corechart to a sparkline chart.
See if it works for you.

On Tue, Feb 6, 2024 at 9:29 AM Nithin K 
wrote:

> We have a legacy app that 's integrated with Google Charts and possibly
> Image Charts. I recently began exploring chart integration.
> URL used in the app - https://www.gstatic.com/charts/loader.js
>
> In another thread, I have gone through 'Is there any problems with the
> chart API.'
>
> I noticed we have - usage of the DataTable class and various formatters
> such as NumberFormat and DateFormat, along with Charts including LineChart,
> PieChart, and AreaChart. Additionally, there is mention of ImageSparkLine.
>
> During a blackout schedule, ImageSparkLine encountered issues.
>
> As February comes to an end, my question is whether all charts and
> formatters mentioned above, except for ImageSparkLine, should continue to
> function as expected?
>
> Thank you
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/19654645-103d-4989-a61d-37dd323723b1n%40googlegroups.com
> 
> .
>


-- 

• Daniel LaLiberte

 • SWE

 • Cambridge MA

 • dlalibe...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOi5zoj1e5wE-_EpfOK8E51j%3DpdOwBXQdM8ZpaYo7qMTQ%40mail.gmail.com.