Skip to content

Commit

Permalink
fix: add originalAttributes to scatterplot
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwolfmayr committed Sep 27, 2023
1 parent de3629f commit b600113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Taskview/visualizations/Scatterplot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export class Scatterplot extends MultiAttributeVisualization {

protected checkAttributeType = false;

protected originalAttributes: IAttribute[];

constructor(vegaLiteOptions: object = {}) {
super(vegaLiteOptions);
}
Expand Down

0 comments on commit b600113

Please sign in to comment.