We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0334210 commit cdfa210Copy full SHA for cdfa210
projects/ng-apexcharts/src/lib/chart/chart.component.spec.ts
@@ -99,7 +99,7 @@ class MockConditionalWrapperComponent {
99
selector: 'mock-conditional-parent',
100
template: `
101
<mock-conditional-wrapper [show]="show()">
102
- <apx-chart [chart]="config" [series]="chartSeries" [xaxis]="xAxisDetails"></apx-chart>
+ <apx-chart [chart]="config" [series]="chartSeries"></apx-chart>
103
</mock-conditional-wrapper>
104
`,
105
imports: [ChartComponent, MockConditionalWrapperComponent],
0 commit comments