Giter Club home page Giter Club logo

Comments (7)

EricMaibach avatar EricMaibach commented on June 9, 2024 5

FYI, I am using version 5 and to get it working I just had to change this line:

d3.csv("time_scale_data.csv", rowConverter, function(data) {

to:

d3.csv("time_scale_data.csv", rowConverter).then(function(data) {

It works in firefox fine, but does not work in Chrome. I have not had any luck getting v5 d3.csv working in Chrome. I am not sure if it is something I am doing wrong or a issue with d3.js and Chrome (seems most likely that I am doing something wrong).

BTW, thanks for the great book.

from d3-book.

scotthmurray avatar scotthmurray commented on June 9, 2024

I'm sure that's true! These examples are made with work only with v4.x, and specifically v4.5.0, which is included here in this repo. They won't be kept up to date to work with all future versions of D3 (unless it's time to update for a 3rd edition of the book). :-)

from d3-book.

Dekermanjian avatar Dekermanjian commented on June 9, 2024

Yes, of course I understand. I am currently going through the book, and thought it would be helpful to let you know what still works and what doesn't so that when you decide to update your book it will be simpler(I hope).

from d3-book.

scotthmurray avatar scotthmurray commented on June 9, 2024

Ah thanks! I will tag this with v5, so I can be sure to revisit for a future edition.

from d3-book.

scotthmurray avatar scotthmurray commented on June 9, 2024

Thanks, @EricMaibach!

from d3-book.

mssalvadk avatar mssalvadk commented on June 9, 2024

Thank you @EricMaibach, that line of code works in Chrome version 79.0++

from d3-book.

mssalvadk avatar mssalvadk commented on June 9, 2024

Thank you @scottmurray! Great book!

from d3-book.

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.