Skip to content

Commit

Permalink
ignore highcharts for chromatic diff
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed May 28, 2024
1 parent 42c5788 commit 5b0f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-components/src/components/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class Chart extends BaseElement {

protected render() {
return html`
<div class="chart-container"></div>
<div class="chart-container" data-chromatic="ignore"></div>
`;
}

Expand Down

0 comments on commit 5b0f602

Please sign in to comment.