Ruut B
2016-09-09 12:19:37 UTC
I
opened https://developers.google.com/chart/interactive/docs/gallery/combochart
in Safari 5.1.7 which I downloaded today. The graphs are not
shown. I installed Safari on a Window 7 computer. When I run the following
code to detect if SVG is installed the function returns true:
function supportsSvg() {
var supportsSVG = false;
try{
var svg = document.createElementNS("http://www.w3.org/2000/svg",'svg');
supportsSVG = typeof svg.createSVGPoint == 'function';
}catch(e){}
return supportsSVG;
}
How to test if a browser support google charts?
opened https://developers.google.com/chart/interactive/docs/gallery/combochart
in Safari 5.1.7 which I downloaded today. The graphs are not
shown. I installed Safari on a Window 7 computer. When I run the following
code to detect if SVG is installed the function returns true:
function supportsSvg() {
var supportsSVG = false;
try{
var svg = document.createElementNS("http://www.w3.org/2000/svg",'svg');
supportsSVG = typeof svg.createSVGPoint == 'function';
}catch(e){}
return supportsSVG;
}
How to test if a browser support google charts?
--
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@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/d00f8aa6-0ec4-4df7-92a9-e24d0317fd8e%40googlegroups.com.
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@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/d00f8aa6-0ec4-4df7-92a9-e24d0317fd8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.