Это видео недоступно.
Сожалеем об этом.

Angular charts with ngx-charts - Tutorial

Поделиться
HTML-код
  • Опубликовано: 13 авг 2024
  • With ngx-charts we can display charts in our Angular applikation. This tutorial introduces all charts types and explains many of the customization options.
    Github: github.com/tam...
    Intro: (0:00)
    Getting started: (0:21)
    Bar charts: (2:02)
    Line & Area charts: (11:20)
    Pie charts: (13:24)
    Additional charts: (14:54)
    Outro: (18:06)

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

  • @VictorAlmeidaDev
    @VictorAlmeidaDev 8 дней назад

    Awesome content! Nice work 👏👏

  • @davoodsoleimani9482
    @davoodsoleimani9482 19 дней назад

    Thank you. That was helpful.

  • @josecruzado7997
    @josecruzado7997 6 месяцев назад

    Is it possible to modify or increase the speed of the values? For example, in the ngx-charts-number-card, the speed is too fast for small numbers

  • @operkles
    @operkles 3 года назад +5

    Great video !! Ngx-Charts lacks better documentation concerning dynamic data consumption. I couldn't find solid information on that subject. Would be a great topic for future videos.

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

    I appreciate your help, dude. I just saw a details that saved my day.

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

    hello, I have questions please, I didn't find the solution:
    - is it possible to change a chart's color after reaching a certain point ? like half blue half red, how do I do that ?
    - how can I display a single point on the chart ?
    thank you

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

    Hi, i have this problem: When I am done with the installing and I have added the modules, and try ng serve, there is a failure. Does someone knows what I need to do? Thanks in advance!

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

    Hi I just found out the build doesn't work with gitlab-ci and angular 13.. Any idea to help me? Thanks

  • @mr.ammarahmedbiology7455
    @mr.ammarahmedbiology7455 2 года назад

    Great explanation and Demo , keep going on.

  • @k.chandanapriya4004
    @k.chandanapriya4004 2 года назад

    In pie chart the label "graphical.." is not displayed properly. How to display full label names ? Please help

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

    Thank you so much! You helped me a lot. Great video, great job. You're the man :)

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

    Couldn’t add ngx charts in angular 13 any idea why am getting different kinds of errors

    • @mrsam683
      @mrsam683 7 месяцев назад

      did you fix it? how

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

    Thanks , It's very useful

  • @pawelpolll
    @pawelpolll 10 месяцев назад

    great job

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

    Please make a video on testing in ngx charts..I googled a lot but couldn't find anything significant

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

    Golpo ta bhalo....but apnader onek golpo te majhe majhe bomkesh er kotha bolar somoy sound khub aste hoye jai...

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

    hi, i have a small question : did this change over the past year?
    i tried following your tutorial, every single option i wrote (the exact same way you did) in the export class caused a type error (for instance, view would give me " Type 'any[ ]' is not assignable to type '[number, number]'. ").
    any idea how to fix this?

    • @victorekea
      @victorekea Год назад +1

      I ran into the same issue, what fixed it for me was storing the view property in seperare variables. For example instead of
      view: number[ ] = [600, 400];
      Do this
      x: number = 600;
      y: number = 400;
      and then you can use these variables directly on the chart markup.
      [view]="[x, y]"

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

    Is there a way to select pie chart arcs with keyboard?

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

    Thank You So Much Very Helpful!!

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

    definitely would've liked it better if the fonts were bigger. good job nonetheless 👍

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

    Great Video , I had one question
    How to hide x-axis value not label in chart

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

    It's amazing thanks

  • @sau-xf6sl
    @sau-xf6sl 2 года назад

    how you create products.ts directory

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

    their documentation sucks, but the package is really good. I wish they had good docs. This video is a saver, thank you

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

    How can I put on a coin mask?

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

    Love from Pakistan.

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

    superb,but video not clarity,please upload clear video

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

      Thanks for the feedback, it was one of my first videos. I forgot to zoom in VSCode, therefore the fonts is a bit small