Skip to content

Commit 09baded

Browse files
authored
Add sponsor to readme
1 parent 620648f commit 09baded

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ The main goal of the this graph component is to visualise simple discrete datase
2828

2929
All pull requests are welcome. There is a list of features people would like on the issues page, ranging from simple changes to quite complex. Feel free to jump on in.
3030

31-
## Known Issues
31+
## Sponsors
3232

33-
- Some aspects of the graph cannot be customised _after_ it has been added to the view hierarchy.
34-
- Reloading the graph with a different number of data items is currently not supported.
35-
- Performance in the simulator is not great.
36-
37-
If you find any bugs please create an issue on Github.
33+
Development of this component has been sponsored by **Anomaly**. Check them out [here](https://www.anomaly.net.au/).
3834

3935
## Contents
4036

@@ -583,6 +579,14 @@ graphView.addPlot(plot: orangeLinePlot)
583579
graphView.addPlot(plot: orangeSquarePlot)
584580
```
585581

582+
## Known Issues
583+
584+
- Some aspects of the graph cannot be customised _after_ it has been added to the view hierarchy.
585+
- Reloading the graph with a different number of data items is currently not supported.
586+
- Performance in the simulator is not great.
587+
588+
If you find any bugs please create an issue on Github.
589+
586590
## Other
587591

588592
[Follow me on twitter](https://twitter.com/philackm) for interesting updates (read: gifs) about other things that I make.

0 commit comments

Comments
 (0)