javascript - Vertical graphing in Dygraph? -
javascript - Vertical graphing in Dygraph? -
i'd utilize dygraphs web project, need graph lines in "vertical" fashion- meaning- x axis (horizontally, along bottom), need graphed top bottom (with x axis along left edge).
i've looked @ several graphing libraries , none seem back upwards it. discovered dygraphs i'm hoping might have feature.
while vertical charts not supported out of box, possible  accomplish effect using css transformations. basically, rotate <div> contains chart 90 degrees , undo transformation labels.
one dygraphs user able work. see this demo.
 javascript dygraphs 
 
  
Comments
Post a Comment