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
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?