Line style option of Scatter line chart -Angular 13

1 Answer 15 Views
Charts
Meghna
Top achievements
Rank 1
Meghna asked on 01 Mar 2024, 11:15 PM

Hello,

Linestyle option of scatterLine chart is not working. Whatever value I put there, it is not changing line style. It is always normal.

Even if I put just some random value, it does not throw any error and plotting chart as normal linestyle.

I am trying to make it smooth. Let me know what I am missing.

    <kendo-chart-series-defaults
        [style]="'smooth'"
        type="scatterLine"
    >
    </kendo-chart-series-defaults>

 

 

1 Answer, 1 is accepted

Sort by
0
Yanmario
Telerik team
answered on 06 Mar 2024, 10:50 AM

Hi Meghna,

The style property isn't part of the SeriesDefaultsComponent and should be defined in the SeriesItemComponent:

https://stackblitz.com/edit/angular-k7hd7p?file=src%2Fapp%2Fapp.component.ts

I hope this helps.

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Charts
Asked by
Meghna
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or