Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Demo example for Stacked Series in Data Chart in Ignite UI Charts for Angular does not work
posted

The StackBlitz link for Stacked Series in Data Chart does not work.


I've narrowed done the error due to this line of code in the component.ts file

for (const frag of fragments) {
 stack.series.add(frag); //adding the fragment to stack.series fails
}
Parents
No Data
Reply
  • 280
    Verified Answer
    Offline posted

    Hello,

    Thank you for contacting us and thank you for the input !

    I have logged an issue, regarding this behavior and soon the fix will be on production.

    The problem is caused due to a missing module.

    Here is a sample in StackBlitz for you reference.

    Please, let me know if you have any questions!

    Best Regards,

    Hristo Popov

Children
No Data