Array with data similar to CSV

25 views
Skip to first unread message

mark goldin

unread,
May 4, 2015, 3:01:10 PM5/4/15
to dygraph...@googlegroups.com
Can you please provide a example of an Array that would have the following data:
Date High Low
20070101 62 39
20070102 62 44
20070103 62 42
20070104 57 45

Thanks

Dan Vanderkam

unread,
May 4, 2015, 3:11:09 PM5/4/15
to dygraph...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "dygraphs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dygraphs-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Robert Konigsberg

unread,
May 4, 2015, 3:12:14 PM5/4/15
to dygraphs-users
dygraphs.com/data.html has everything you need.

--
You received this message because you are subscribed to the Google Groups "dygraphs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dygraphs-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Robert Konigsberg
-- Questions about using gHire? Start with online help: https://support.google.com/ghire/ or ask questions at hirin...@google.com --

mark goldin

unread,
May 4, 2015, 3:16:09 PM5/4/15
to dygraph...@googlegroups.com
Yes, that is what I am looking into. Here is what I have come with:
[
            [ new Date("2009/07/12"), 100, 200 ],
            [ new Date("2009/07/19"), 150, 220 ]
        ],
        {
                labels: [ "Date", "Series1", "Series2" ]
        }

Is that correct?

Thanks

--
You received this message because you are subscribed to a topic in the Google Groups "dygraphs-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dygraphs-users/4F1CAJqqNsI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dygraphs-user...@googlegroups.com.

Dan Vanderkam

unread,
May 4, 2015, 3:25:02 PM5/4/15
to dygraph...@googlegroups.com
Does it work?

mark goldin

unread,
May 4, 2015, 3:32:39 PM5/4/15
to dygraph...@googlegroups.com
Yes, it shows two lines.

Dan Vanderkam

unread,
May 4, 2015, 3:33:19 PM5/4/15
to dygraph...@googlegroups.com
Congrats!
Reply all
Reply to author
Forward
0 new messages