GithubHelp home page GithubHelp logo

Comments (7)

jshow avatar jshow commented on August 18, 2024

my bad - I was passing a format not understood

converting the datetimes to integer did the trick

from rickshaw.

cambridgemike avatar cambridgemike commented on August 18, 2024

@jshow could you post how you were able to get datetime to work for your series? Running into the same problem.

from rickshaw.

TheBits avatar TheBits commented on August 18, 2024

You can use moment.js library.
Parse datetime http://momentjs.com/docs/#/parsing/string-format/
get the unix timestamp http://momentjs.com/docs/#/displaying/unix-timestamp/

from rickshaw.

jshow avatar jshow commented on August 18, 2024

Hey Mike,

I'm using rails, and converted dates to integer

date.to_i

then converted the array series to json

series.to_json (where series is an array with [[date1.to_i, y1], [date2.to_i, y2]..]

that's it

I'm not near my code, but that's essentially it

jshow

On 2012-Apr-21, at 10:13 AM, Mike Anderson wrote:

@jshow could you post how you were able to get datetime to work for your series? Running into the same problem.


Reply to this email directly or view it on GitHub:
#29 (comment)

from rickshaw.

radiodario avatar radiodario commented on August 18, 2024

you could always use d3's date format class, parse the date string and then use getTime to obtain it as an epoch:

formatDate = d3.time.format.iso;
a = formatDate.parse('2012-02-01T20:00:00').getTime();

from rickshaw.

praveen21 avatar praveen21 commented on August 18, 2024

@radiodario if i want to use above code for passing strings to the x:

can give good example.

from rickshaw.

jufemaiz avatar jufemaiz commented on August 18, 2024

Just a note on the different between Javascript's Date (as used by d3.js) and the use of integer seconds since epoch.

It would be good for this to be clearly stated in the documentation. It's inferred but not explicit - and deviates from the standard being used by d3.js.

from rickshaw.

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.