Skip to content

Commit

Permalink
feat: Enable shadow dom
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Adds shadow dom code - probably breaks older browsers.
  • Loading branch information
mikaelkaron committed Apr 3, 2019
1 parent cf59f26 commit eb8da21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/apex-chart/apex-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const config = (
return series ? { ...options, chart, series } : { ...options, chart };
};
@Component({
tag: 'apex-chart',
shadow: false
tag: 'apex-chart'
})
export class chart {
chartRef: HTMLElement;
Expand Down

0 comments on commit eb8da21

Please sign in to comment.