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

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

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?

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