From ad05337336c6aea3354e30e28b0b2aaf1a72e4ec Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Tue, 16 Aug 2022 16:28:06 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80e95c..846d850 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the | ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [BarChart - Value and section line don't match](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/35) | [Comment by the owner](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/35#issuecomment-972673281) | | Setting `height`, `maxValue`, `stepValue`, `stepHeight`, or `noOfSections` breaks the chart | Please make sure that
`maxValue = noOfSections * stepValue;`
is followed. [See this](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/71) | +| Charts with datasets having negative values (4th quadrant) break https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/261 | Not yest solved | ## To-dos