Skip to content

Instantly share code, notes, and snippets.

@chrisprice
Forked from alisd23/d3fc.d.ts
Created October 7, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisprice/c0edb6ee67b3a02e361f to your computer and use it in GitHub Desktop.
Save chrisprice/c0edb6ee67b3a02e361f to your computer and use it in GitHub Desktop.
d3fc.d.ts
declare module d3fc {
export var version: string;
module util {
export function extent(data: any, fields: any[]) : any[]
}
module series {
export function ohlc(): any
export function candlestick() : any
}
}
declare module "d3fc" {
export = d3fc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment