Skip to content

Commit 2dba419

Browse files
committed
Changing plotly.js to plotly.min.js
1 parent 12154a3 commit 2dba419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/plotly/plotly.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import * as Plotlyjs from 'plotly.js/dist/plotly.js';
2+
import * as Plotlyjs from 'plotly.js/dist/plotly.min.js';
33

44

55
export namespace Plotly {

0 commit comments

Comments
 (0)