-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LineChart series sample #1
Comments
Hello, a example like this (Line Style Options) Thanks. On Tue, Mar 13, 2012 at 9:24 AM, Decebal Suiu <
|
Exact. I wrote some code but I cannot obtains a LineChart with two series. I Thanks, On Tue, Mar 13, 2012 at 3:47 PM, Inaiat Henrique
|
Hello, I developed LineSeriesChart. Checkout latest version. See example: private LineSeriesChart<Double,Double> lineSeries() { List<LineSeriesItem<Double, Double>> sinPoints = new List<LineSeriesItem<Double, Double>> powPoints1 = new List<LineSeriesItem<Double, Double>> powPoints2 = new LineSeriesChart<Double,Double> lineChart = new return lineChart; On Tue, Mar 13, 2012 at 10:55 AM, Decebal Suiu <
|
I cannot find LineSeriesChart on github. On Tue, Mar 13, 2012 at 11:51 PM, Inaiat Henrique
|
Sorry! check again! Thanks! On Wed, Mar 14, 2012 at 6:35 AM, Decebal Suiu <
|
It's ok now but I have some problems with LineSeriesChar.setFillZero()t: And another little observations:
I'm curios to see if the animation option pulled by balamaci it's functional. Best regards, On Tue, Mar 13, 2012 at 11:51 PM, Inaiat Henrique
|
Hi, |
The NPE from LineSeriesChart.setTicks() appears because in getChartConfiguration().getAxes() returns null. The main problem is that setTicks() doesn't work in LineChart and any variations of this (LabeledLineChart and LineSeriesChart). I try to create a line chart (with series) that contains date on X axis and Number on Y Axes. |
Ok. I will change to Serializable. Thanks.
|
Hi, Can you send me a example? Thanks in advanced.
|
I created an issue on jgplot4java and added test code. On Fri, Mar 16, 2012 at 12:44 PM, Inaiat Henrique
|
I've tried to use LineSeriesChart with DateAxisRenderer. The LineSeriesChart does not have @JqPlotPluginJqPlotResources.DateAxisRenderer and so it does not contribute the necessary js resource. After I changed it, it worked. Any reason why LineSeriesChart should have the same @JqPlotPluginJqPlotResources as LabeledLineChart |
Hi, I change LineSeriesItem to extend Serializable. Thanks. On Fri, Mar 16, 2012 at 4:30 AM, Serban Balamaci <
|
Hi, the final json result is different. When I started the project I thought Best Regards. On Fri, Mar 16, 2012 at 5:24 PM, Serban Balamaci <
|
Hello, I try to create a line series chart that have date on X axis, but it looks like i can't do that because it only take numbers, I am new to this library so maybe I am missing a few things? any help will be appreciated Thank you |
Hi
It's series supported for LineChart? Can you write a simple demo (a new method in JqPlotSample is enough)?
Thanks,
Decebal
The text was updated successfully, but these errors were encountered: