Flot pie chart change position of legends

Hardik Dobariya picture Hardik Dobariya · Aug 14, 2012 · Viewed 13.3k times · Source

Can we change the position of legends from default left side to right or bottom?

How can we implement hover on mouse pointer that is the content should be shown on the mouse pointer and not in other DIV

Answer

Mark picture Mark · Aug 14, 2012

The legend option takes a "position" attribute to specify it's location:

  legend: {
    position: "ne" or "nw" or "se" or "sw"
  }

What do you mean by "on the mouse pointer". Would you like the "content" to follow the pointer?