Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking an actual boxplot demo #1094

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/box-plot.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* A box plot is a chart that depicts numerical data via their quartile ranges.
* Examples:
* - {@link http://dc-js.github.com/dc.js/ Nasdaq 100 Index}
* - {@link http://dc-js.github.com/dc.js/crime/index.html Canadian City Crime Stats}
* - {@link http://dc-js.github.io/dc.js/examples/box-plot-time.html Box plot time example}
* - {@link http://dc-js.github.io/dc.js/examples/box-plot.html Box plot example}
* @name boxPlot
* @memberof dc
* @mixes dc.coordinateGridMixin
Expand Down
4 changes: 2 additions & 2 deletions web/docs/api-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4337,8 +4337,8 @@ Gets or sets the Y border radius. Set to 0 to get full rectangles.
### dc.boxPlot ⇒ <code>[boxPlot](#dc.boxPlot)</code>
A box plot is a chart that depicts numerical data via their quartile ranges.
Examples:
- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)
- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)
- [Box plot time example](http://dc-js.github.io/dc.js/examples/box-plot-time.html)
- [Box plot example](http://dc-js.github.io/dc.js/examples/box-plot.html)

**Kind**: static property of <code>[dc](#dc)</code>
**Mixes**: <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>
Expand Down