Skip to content

Commit

Permalink
adds external jsdoc for Viz
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Dec 9, 2016
1 parent 58ca036 commit 87ea445
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Priestley.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
@external Viz
@see https://github.com/d3plus/d3plus-viz#Viz
*/

import {min, max, range} from "d3-array";
import {nest} from "d3-collection";
import {scalePoint} from "d3-scale";
Expand All @@ -9,7 +14,7 @@ import {Viz} from "d3plus-viz";

/**
@class Priestley
@extends Viz
@extends external:Viz
@desc Creates a priestley timeline based on an array of data.
*/
export default class Priestley extends Viz {
Expand Down

0 comments on commit 87ea445

Please sign in to comment.