From e7fa23e5d4fb12c8222cc8242fcb4d1d3f9cc127 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 29 Nov 2014 12:20:21 -0500 Subject: [PATCH] tweak link --- docs/ie.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ie.html b/docs/ie.html index 70ad4ac..0b1233b 100644 --- a/docs/ie.html +++ b/docs/ie.html @@ -10,7 +10,7 @@

When IE9 is in HTML5 mode, dygraphs works just like in other modern browsers.

-

You should seriously consider stopping here! Older versions of IE have a small market share that's decreasing by the day. Major web sites have dropped support for IE8. Future versions of dygraphs will do the same. But if you insist…

+

You should seriously consider stopping here! Older versions of IE have a small market share that's decreasing by the day. Major web sites, like the New York Times, have already dropped support for IE8. Future versions of dygraphs will do the same. But if you insist…

If you want to support previous versions of Internet Explorer (IE6–IE8), you'll need to include the excanvas library, which emulates the <canvas> tag using VML. You can add excanvas by including the following snippet:

-- 2.7.4