Skip to content

Commit

Permalink
Added chart container element class property
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-p committed Aug 16, 2019
1 parent 800861a commit 4081254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/visual.ts
Expand Up @@ -48,6 +48,7 @@ import * as d3 from 'd3';
export class Visual implements IVisual {
private target: HTMLElement;
private settings: VisualSettings;
private container: d3.Selection<HTMLDivElement, any, HTMLDivElement, any>;

constructor(options: VisualConstructorOptions) {
console.log('Visual constructor', options);
Expand Down

0 comments on commit 4081254

Please sign in to comment.