Skip to content

Commit

Permalink
module finance
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Aug 5, 2023
1 parent f0c6428 commit 7737354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import { initialize } from './init/app-init.factory';
import { ConfigInitService } from './init/config-init.service';

PlotlyViaCDNModule.setPlotlyVersion('2.25.1'); // can be `latest` or any version number (i.e.: '1.40.0')
PlotlyViaCDNModule.setPlotlyBundle('basic');
PlotlyViaCDNModule.setPlotlyBundle('finance');
registerLocaleData(localeDe, 'de');

@NgModule({
Expand Down

0 comments on commit 7737354

Please sign in to comment.