GithubHelp home page GithubHelp logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024

Original comment by [email protected] on 25 Sep 2008 at 5:32

  • Changed title: TIMELINEL: vertical line to display "today"

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Added Timeline subject prefix

Original comment by [email protected] on 25 Sep 2008 at 5:33

  • Changed title: TIMELINE: vertical line to display "today"

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024

Original comment by [email protected] on 25 Mar 2009 at 7:01

  • Added labels: Project-Timeline

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Changed to be of type doc. The instant highlight painter solves this request 
nicely. 
Need to add a wiki page demonstrating it.

Original comment by [email protected] on 30 Mar 2009 at 8:01

  • Added labels: Type-Documentation
  • Removed labels: Type-Enhancement

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Yes, this is exactly what we need!

Original comment by [email protected] on 2 Sep 2010 at 3:52

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Has that wiki page been created? I couldn't find it but would love to use this 
functionality.

Cheers,
(the other) Larry K

Original comment by [email protected] on 31 Aug 2011 at 10:12

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Any update regarding this issue? 
I am using timeline to display an activity history. I managed to set it up to 
display each day's activity, and now what I would like to do is to delimit 
somehow the midnight between two days.
I could use a 1 minute event to "paint" a line between each day, but it would 
require for me to calculate the midnight for each day and apply a decorator to 
that specific 1 minute interval. 
Could this be done somehow else?

Original comment by [email protected] on 5 Oct 2012 at 7:21

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I solved it by doing this:

            var date = new Date();
            var date2 = new Date();
            date2.setTime(date.getTime()+2*60*60*1000)

            for (var i = 0; i < bandInfos.length; i++) {
                bandInfos[i].decorators = [
                    new Timeline.SpanHighlightDecorator({
                        startDate:  date,
                        endDate:    date2,
                        color:      "#FF0000",
                        opacity:    50,
                        startLabel: "Today",
                        endLabel:   "",
                       // theme:      theme,
                       cssClass: 't-highlight1'
                    }),
                ];
            }

Original comment by [email protected] on 31 Jul 2014 at 4:49

from simile-widgets.

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.