We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388b3e6 commit 150d224Copy full SHA for 150d224
src/LineGraphProps.ts
@@ -47,6 +47,10 @@ interface BaseLineGraphProps extends ViewProps {
47
* Enable the Fade-In Gradient Effect at the beginning of the Graph
48
*/
49
enableFadeInMask?: boolean
50
+ /**
51
+ * Disables smoothing of the graph line to increase accuracy of graph according to the dataset
52
+ */
53
+ disableSmoothing?: boolean
54
}
55
56
export type StaticLineGraphProps = BaseLineGraphProps & {
0 commit comments