Skip to content

Commit 150d224

Browse files
author
Christoph Pader
committed
add new prop
1 parent 388b3e6 commit 150d224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LineGraphProps.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ interface BaseLineGraphProps extends ViewProps {
4747
* Enable the Fade-In Gradient Effect at the beginning of the Graph
4848
*/
4949
enableFadeInMask?: boolean
50+
/**
51+
* Disables smoothing of the graph line to increase accuracy of graph according to the dataset
52+
*/
53+
disableSmoothing?: boolean
5054
}
5155

5256
export type StaticLineGraphProps = BaseLineGraphProps & {

0 commit comments

Comments
 (0)