Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Mar 20, 2019
1 parent ea685b5 commit 6825b18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/superset-ui-preset-chart-xy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"reselect" : "^4.0.0",
"vega": "^5.2.0",
"vega-lite": "^3.0.0-rc15"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export type Formatter = NumberFormatter | TimeFormatter | ((d: any) => string);

// ValueDef is { value: xxx }

// FieldDef is { field: 'fieldName', type: ... }

export interface FieldDef {
field: string;
format?: string;
Expand Down

0 comments on commit 6825b18

Please sign in to comment.