Aditya Upadhyaya

Chart Data is not coming right though query is fine.

Recommended Posts

My FChart is taking data from database and plotting it, But for 1 of the legends i am getting incorrect data as in whole data is shifted down by 1 row in table, means 3rd bar in my chart is picking up the data from 4th row of the table, same is happening for the remaining bars also bt when i am running the same query in dbvisualizer i am getting the correct output. Anyone with any helpful suggestions??

Share this post


Link to post
Share on other sites

Hi Aditya,


 


Could you please check on your code if you have missed out any category level (label) while converting the data from database to JSON/XML format? 


 


It might so happen that some category level data is missed out on iteration of the chart data.


 


If the issue still persists do share with us your scaled down code part so that we can assist you accordingly.


 


Awaiting for your response.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now