How to bind sql data into charts using Asp.net mvc (ajax) ?

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 37

  • @IamWhoIamStudios
    @IamWhoIamStudios 2 года назад +1

    very good content, software development its all about helping

  • @harshrajmishra182
    @harshrajmishra182 4 года назад +2

    Very very useful videos please make videos on other graphs and charts also.
    Thankyou it helps me a lot.

    • @techgeeks1445
      @techgeeks1445  4 года назад

      Ya sure we will do, if you have any doubts feel free to ask & thanks

    • @lewisjake4691
      @lewisjake4691 3 года назад

      a trick : you can watch movies on Flixzone. Been using it for watching loads of movies during the lockdown.

    • @hendrixbrysen9433
      @hendrixbrysen9433 3 года назад

      @Lewis Jake Definitely, have been using Flixzone for months myself =)

  • @dineshbalan6433
    @dineshbalan6433 4 года назад +2

    Useful content👏

  • @bhagisrivally
    @bhagisrivally 2 года назад

    I have build a web application for questionnaire having 6 questions with three radio buttons each , when the user click on any of the button that should be saved in database and sum up all the three columns i.e Yes No Dontknow (radio buttons) and display in a pie chart for the dashboard, with the help of your video i have tried but im getting [0,1,1] as output

  • @SupportMe91
    @SupportMe91 8 месяцев назад

    This is small data if Data is big, uncount then how to add into highchart data ?

  • @chhengcodeunknown2588
    @chhengcodeunknown2588 2 года назад +1

    thank you

  • @juanmiguelnieto1561
    @juanmiguelnieto1561 Год назад

    Hello sir does this also works whatever chart i use ? example a bar chart

  • @sunkissedkekgethilwe4885
    @sunkissedkekgethilwe4885 4 года назад +2

    Hi sorry what packages did you have/ install for this?

    • @techgeeks1445
      @techgeeks1445  2 года назад

      you need highcharts cdn which is available in www.highcharts.com and jquery cdn is enough

  • @Sufferown1
    @Sufferown1 3 года назад +1

    Thank you!! :D

  • @DjQuackQuackTTV
    @DjQuackQuackTTV 2 года назад +1

    I finally got to a point where I"m putting my data into my table, but I believe I hit a paywall, you need a license to complete this correct?

  • @lobzangtech3705
    @lobzangtech3705 4 года назад +1

    Wowowowowowowwo

  • @ayemyatthuzarhan9157
    @ayemyatthuzarhan9157 3 года назад +1

    Sir, $.ajax{} didn't work for me so there's no output on charts if I put chart function into $.ajax{}. How should I do

  • @balavignesh6077
    @balavignesh6077 3 года назад +1

    when i add documrnt .ready function the chart fails to display,without ready function its working what to do?

    • @techgeeks1445
      @techgeeks1445  2 года назад

      actually document.ready is used to load a function when page is loaded

  • @juanmiguelnieto1561
    @juanmiguelnieto1561 Год назад

    Hi sir I'm receiving this kind of error $ is not defined
    any idea how to solve this?

  • @alpaytoprak8894
    @alpaytoprak8894 3 года назад +2

    Sir, I wanna draw a chart that lets the user filter dates and get between these date's results to chart? May you help me with this situation, I can share my codes with you, If you will get contact with me.

    • @hussnainsajid9974
      @hussnainsajid9974 3 года назад +2

      pass the date parameters to your json url which will bind the data from controller based on the limits.....

  • @joshuakappala3792
    @joshuakappala3792 4 года назад +1

    sir i have a requirement to show a line chart with sql data

    • @techgeeks1445
      @techgeeks1445  4 года назад

      Yes we can do any charts using sql data.. The main thing is how you pass the value to charts

    • @joshuakappala3792
      @joshuakappala3792 4 года назад +1

      @@techgeeks1445 sir any recommended videos i need to display date in x axis and value in y axis

    • @techgeeks1445
      @techgeeks1445  4 года назад

      Sure we will upload soon thanks for your support💪

    • @joshuakappala3792
      @joshuakappala3792 4 года назад +1

      @@techgeeks1445 Thank you sir I'm waiting for that video 🙏

  • @balajinatarajan2988
    @balajinatarajan2988 4 года назад +2

    Clear ahh therila da

  • @burtonpacheco6471
    @burtonpacheco6471 2 года назад

    this is not free it is paid.

  • @bhagisrivally
    @bhagisrivally 2 года назад +1

    jsonrequest behaviour.allowget is not working in mvc core