Dygraph - is it possible to position tooltip so that it is clear of the graph -


i have dygraph if mouse on it, shows values of series @ top of chart. sometimes, line series overlaps "tooltip". in flot, used specify offset used flot restrict line lower threshold tooltip area clear , did not overlap actual graph.

is there similar way achieve using dygraphs?

you try legend: "follow", or perhaps use <div> outside chart in this example. don't know of simple way achieve exact effect you're asking for, though.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -