Skip to content

Commit

Permalink
Dont update type with bar chart (#28)
Browse files Browse the repository at this point in the history
* Bug Initialize charts

* run ngzone event output

* clean import

* update options config change

* unused import

* unused import

* dont update type with bar chart
  • Loading branch information
antonin77 authored Feb 6, 2025
1 parent fdb8136 commit 33a5689
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export class BarChartDirective<X extends XaxisType> implements ChartView<X, numb

private createElement() {
this.updateConfig();
this.updateType();
this.updateLoading();
this.updateData();

Expand Down

0 comments on commit 33a5689

Please sign in to comment.