Welcome Guest Search | Active Topics |

jqChart is Dead or Alive?
Pooya
#1 Posted : Saturday, September 17, 2011 4:02:55 AM(UTC)
Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 23

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
Hi,

After 1 Month of Checking your Product The Big Question raise for me:
jqChart is Dead or Alive?

jqChart is the best jquery/javascript Chart solution I found up to now, but there are big bugs and there is no sign of activity to resolve them.

for example in your date axes sample:
http://www.jqchart.com/s.../ChartAxes/DateTimeAxis

your data are in the range of 2011/1/6 to 2011/1/16
but in chart I saw 2011/2/6 to 2011/2/16
its not very important, may be I can fix it myself, but I want to be sure this project is not dead.

Best Regards
Pooya Paridel
Dragan
#2 Posted : Saturday, September 17, 2011 9:46:11 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Hi,
In JavaScript when the Date is created with new Date(2011, 1, 4), the actual date is “Feb 4, 2011”, because the months start from zero. For that in the labels the month is February.

http://www.w3schools.com/js/js_obj_date.asp

You can change to:

minimum: new Date("Feb 4,2011"),
maximum: new Date("Feb 18,2011"),

and you can observe the behavior.


Thanks for the good words about our product. We are actively working on it. Actually we are going to release a new version in a few days. You can read about the new features here:

http://www.jqchart.com/documentation/userguide/default.aspx#&who=WhatNew

You can follow us about the latest news on twitter:

http://twitter.com/jqchart

Please, let us know about any issues(or suggestions) that you have, so we can try fixing them asap.
Best Regards,
Dragan Matek
jqChart Inc.
Pooya
#3 Posted : Sunday, September 18, 2011 2:01:31 AM(UTC)
Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 23

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
Hi,

Thanks for your answer.

I am glad that your product is in progress.

Best Regards
Pooya
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

FlatEarth Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.091 seconds.