Skip to content

TypeScript, Marginal Graphics, Trend Lines

Compare
Choose a tag to compare
@emeeks emeeks released this 22 Mar 18:29

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

* 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