Answered by:
Charts in Asp.net web application

Question
-
User-534300708 posted
Hi All,
Am working on asp.net - C# web application(VS2012, Jquery, SQL 2012). Where I need to display charts like pie chart/bar chart using 10k or 20k database (SQL) rows.
These charts values will be changed based on the list box check/uncheck events. My question may be in broader sense but what should be my approach like Asp.net charts or Jquery charts or Angular/webapi or anything else.
Please suggest.
Thursday, March 1, 2018 2:50 PM
Answers
-
User475983607 posted
There is no answer to this question. Do a bit of research and pick a solution that fits your project. Perhaps make a few proof of concepts which is a fairly common thing to do in this situation.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 1, 2018 2:55 PM -
User61956409 posted
Hi Chait,
My question may be in broader sense but what should be my approach like Asp.net charts or Jquery charts or Angular/webapi or anything else.The answers to your question would be opinion-based, It is difficult to generate or share you a best or correct solution. To achieve your requirement: display data in charts with filter functionality, all of asp.net chart, jquery chart plugin or angular+webapi (dynamically generate html for chart) are ok. As mgebhard mentioned, you can do some search & study and then choose a solution that fits your project and preference.
using 10k or 20k database (SQL) rows.Besides, if you need to process large data set in your application, if possible, you can cache the data set instead of querying them from database every time.
With Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 2, 2018 8:25 AM
All replies
-
User475983607 posted
There is no answer to this question. Do a bit of research and pick a solution that fits your project. Perhaps make a few proof of concepts which is a fairly common thing to do in this situation.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 1, 2018 2:55 PM -
User61956409 posted
Hi Chait,
My question may be in broader sense but what should be my approach like Asp.net charts or Jquery charts or Angular/webapi or anything else.The answers to your question would be opinion-based, It is difficult to generate or share you a best or correct solution. To achieve your requirement: display data in charts with filter functionality, all of asp.net chart, jquery chart plugin or angular+webapi (dynamically generate html for chart) are ok. As mgebhard mentioned, you can do some search & study and then choose a solution that fits your project and preference.
using 10k or 20k database (SQL) rows.Besides, if you need to process large data set in your application, if possible, you can cache the data set instead of querying them from database every time.
With Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 2, 2018 8:25 AM