Code Monkey home page Code Monkey logo

Comments (6)

asielen avatar asielen commented on August 28, 2024 1

I second this.

I have been working around this by adding this css to the page. Maybe a switch can be added to toggle between the two.

tr:not(:first-child) {display: none;}

It also removed the table headings but I have been staring a this page long enough to have those memorized.

from nyt-2020-election-scraper.

jeffmikels avatar jeffmikels commented on August 28, 2024 1

My pull request has a modified python script to also generate a "compact" chart.

from nyt-2020-election-scraper.

rentiak avatar rentiak commented on August 28, 2024

@asielen I think this will work to get headers? been a bit since I messed with it:
tr:not(:first-child) td:not(:nth-child(0)){ display: none; }

from nyt-2020-election-scraper.

schromick avatar schromick commented on August 28, 2024

A 'last update' section - which state updated most recently, and how long ago, would be handy. Or a brief running list - a 'change log' of sorts...

from nyt-2020-election-scraper.

fractionalhare avatar fractionalhare commented on August 28, 2024

I am -1 on this. I think it's an idea with some merit, but at this point I don't think we should add any more visual complexity to the page.

from nyt-2020-election-scraper.

bojanrajkovic avatar bojanrajkovic commented on August 28, 2024

Agree with @fractionalhare, I don't think we want to make it visually any more complex at this time. We may revisit the UX at some point, but for now, the simplicity is a large part of the appeal.

from nyt-2020-election-scraper.

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.