useCubicSmoothing property

bool useCubicSmoothing
final

Determines if the sparkline path should use cubic beziers to smooth the curve when drawing. Read more about the algorithm used, here:

https://medium.com/@francoisromain/smooth-a-svg-path-with-cubic-bezier-curves-e37b49d46c74

Defaults to false.

Implementation

final bool useCubicSmoothing;