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>
