Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Sep 5, 2020
1 parent 8f4b782 commit c2652c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compat/charts/bubble-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { CoordinateGridMixinExt } from '../base/coordinate-grid-mixin';
import { BubbleMixinExt } from '../base/bubble-mixin';

export class BubbleChart extends BubbleMixinExt(
// @ts-ignore
CoordinateGridMixinExt(ColorMixinExt(MarginMixinExt(BaseMixinExt(BubbleChartNeo))))
) {
constructor(parent: ChartParentType, chartGroup: ChartGroupType) {
Expand Down

0 comments on commit c2652c0

Please sign in to comment.