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
Post a Comment