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.
* 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).