I am looking for a graphical Non-standard javascript data visualising component

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gopach
    New Member
    • Oct 2011
    • 2

    I am looking for a graphical Non-standard javascript data visualising component

    Hi, Does anyone know about a graph chart component which I could use to visualize a different vehicles routes one on another by having a rectangle line representing vehicle driving time and simple line representing vehicle stop time. Every route would be built graphically by a number of rectangles separated by a straight lines, which would equal to the following driving time, stop time, driving time and so on. The length of every rectangle or line would be equal to the time of activity. On top of it every car should have a different color used to represent its route. It would be nice this component being created in javascript. I would appreciate any hints on where can I find something to cover described above functionality, which I haven't found anything close to what is needed during a thorough market research. I have attached a screen from a commercial application where such functionality is presented.
    Thank you
    Greg
    Attached Files
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    as far as i could see it is a Gantt-chart - so something like this should help: http://www.jsgantt.com/

    Comment

    • Gopach
      New Member
      • Oct 2011
      • 2

      #3
      Thanks for your answer. I agree my problem reminds the Gantt chart bu I thought about it. Gantt represents every action in a seperate row. In my problem every action for a single vehicle is a time of drive or time of stop. During the whole route planned the vehicle stops a.g. ten times and drive ten times + one. Therefore I have 21 actions to represent graphically. In a Gantt this would need to be organised in 21 row as I understand it, however I am looking for a solution to represent such single vehicle whole route in a single row. Time of stops and drives should be represented by a different symbol, one after another. Another line like on the picture attached is for another vehicle.
      Thanks a lot for your help
      Greg

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        then look for "javascript-schedulers" or similar and see if you find something that is close to it - or build something for your own. you might even use a kind of "stacked-bar-chart".

        Just to throw in some ideas.

        Comment

        Working...