tags:

views:

26

answers:

0

TLDR: I am just starting to look into Jquery Flot have used it before but very basically. Was wondering is it possible to reshape the Jquery Flot graph or is it hardcoded to be square.


Details: I am looking to create a circle if that is not physically possible. Is there a way I could go about combining 2-4 graphs for example to make a square with positive x, y and negative x,y positions available even when there is no data in the negative areas.

This is in relation to this question. With the idea to mimic something that looks like this:

Skyplot GPS example.


1) Is it possible to reshape a Jquery Flot graph to look like this?

2) Are there any examples on the interwebs of similar things done?