Coder Social home page Coder Social logo

Comments (5)

Christian-Paul avatar Christian-Paul commented on August 12, 2024

@no-stack-dub-sack I just tested it on edge and IE. the visualization doesn't show up on either. The modals show up on both, but the styles are messed up on IE.

The reason the chart doesn't appear is because of how the data selection works. We set the chart to check the url to decide which dataset to display, but it looks like IE/Edge doesn't support this method.

new URLSearchParams(window.location.search);

This is the code responsible for the error: 'URLSearchParams' is undefined

According to Mozilla, this isn't supported on IE or Safari (and I'm getting the same error on edge)
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

from testable-projects-fcc.

andrealonzo avatar andrealonzo commented on August 12, 2024

@no-stack-dub-sack I have updated my codepen to make the TreeMap appear on Safari, IE, Edge, Firefox, and Chrome.

http://codepen.io/paycoguy/pen/JWXXmq

from testable-projects-fcc.

andrealonzo avatar andrealonzo commented on August 12, 2024

@no-stack-dub-sack I submitted PR #72 a week ago. Do you have any questions about it?

from testable-projects-fcc.

Lakston avatar Lakston commented on August 12, 2024

Everything works for me on FF, Chrome, Canary and Safari, testable project here : https://lakston.github.io/d3-heatmap/

So I guess we can close this ?

from testable-projects-fcc.

tchaffee avatar tchaffee commented on August 12, 2024

Closing because this is outdated. We will address cross-browser support in an upcoming phase.

from testable-projects-fcc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.