Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6368899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:44:03+00:00 2026-05-25T00:44:03+00:00

Yesterday I was having an issue with some google graphs on my site while

  • 0

Yesterday I was having an issue with some google graphs on my site while running opera. I was getting the error “your browser does not support graphs”. Today Its absolutely fine and in fact seems to be running a bit quicker.

I’d like to have a backup in my javascript so that if its not supported Ill just display a table.

Is there any such way to do this or do i need to check against a list of incoming browsers and figure it out for myself?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:44:03+00:00Added an answer on May 25, 2026 at 12:44 am

    From http://code.google.com/intl/en/apis/chart/interactive/docs/:

    Charts are rendered using HTML5/SVG technology to provide
    cross-browser compatibility (including VML for older IE versions) and
    cross platform portability to iPhones, iPads and Android.

    They are apparently using inline SVG. http://caniuse.com/#search=inline%20svg isn’t very useful here because that’s about HTML5 parser recognizing SVG content, Google is generating SVG content dynamically however. I think that the following code snippet tests for inline SVG support correctly:

    var svgRoot = null;
    if ("createElementNS" in document)
      svgRoot = document.createElementNS("http://www.w3.org/2000/svg", "svg");
    if (svgRoot && "width" in svgRoot)
      alert("Inline SVG supported");
    

    If a dynamically created SVG element has SVG-specific properties then everything should be fine. You will still have to assume that MSIE is generally supported (via VML). Or use How do you detect support for VML or SVG in a browser to detect VML support. And that will hopefully match the compatibility checks that Google is performing (minus glitches like the one you apparently observed).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yesterday, I started having some problems with 9-patch images in Android and Eclipse Helios.
Possible Duplicate: R cannot be resolved - Android error I am having a issue
hello i get some help here yesterday for a problem i was having tablesorter.
I've been having some very weird problems. Yesterday I updated my master branch on
I'm having some hard time getting PHP APC to work. Here's my test code:
Yesterday I was having a heated debate with a coworker on what would be
My coworkers and I were having a discussion about this yesterday. It seems that
Having some trouble sending properly formatted HTML e-mail from a PHP script. I am
I'm having this message 509 Bandwidth Limit Exceeded since yesterday because I exceeded my
I'm having a problem, I've been trying to solve it since yesterday but no

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.