UPDATES
- Semiotic is now in typescript, though there's a lot to be done to clean it up and remove the various
any
or as unknown as somethingElse
going on in there. PRs welcome! Thanks to @captainsafia for her help with this.
FEATURES
- XYFrame has a new
summaryType: "trendline"
that will show trendlines using regression.js
. You can see the documentation on how to use it at the bottom of the XY Plot Guide.
![Screen Shot 2019-03-22 at 11 26 58 AM](https://user-images.githubusercontent.com/495634/54845018-85321200-4c95-11e9-8d9a-48a99bed55a5.png)
* XYFrame supports marginal summary graphics via a `marginalSummaryGraphics` prop of any passed axis. You can see the [documentation on how to use them here](https://semiotic.nteract.io/examples/marginal-graphics).
![Screen Shot 2019-03-22 at 11 27 12 AM](https://user-images.githubusercontent.com/495634/54845013-819e8b00-4c95-11e9-804a-83d6252cdbb0.png)