Axis-Related Questions

6 views
Skip to first unread message

Dennis

unread,
Jul 1, 2010, 2:41:49 PM7/1/10
to JSFlot JavaServer Faces JSF Chart Library
Dear all:

I have two questions:

1. JSFlot doesn't seem to support non-numeric axis, any plans
regarding this feature? From XYDataPoint:

public void setX(Number x) {
this.x = x;
}

public void setX(Object xObj) {
if (xObj instanceof Number) {
this.x = (Number)xObj;
} else if (xObj instanceof String) {
Double d = new Double((String)xObj);
this.x = d;
}
}

2. Any plans on supporting dual-axis?

Thanks in advance!


Dennis

mlavannis

unread,
Aug 22, 2010, 12:21:36 PM8/22/10
to JSFlot JavaServer Faces JSF Chart Library
Is there a workaround to display a non-numeric axis? I need my X-axis
to show labels like ["USA","Germany","Mexico","Brazil","Ghana"]

Joachim H. Skeie

unread,
Aug 23, 2010, 5:38:09 PM8/23/10
to JSFlot JavaServer Faces JSF Chart Library
I will try to get this in to the next release.
Reply all
Reply to author
Forward
0 new messages