Skip to content

Commit e7c5da7

Browse files
Fixed Layut Param
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
1 parent d26100a commit e7c5da7

File tree

1 file changed

+1
-1
lines changed
  • danfojs-browser/src/plotting

1 file changed

+1
-1
lines changed

danfojs-browser/src/plotting/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class Plot {
4545
let y = this.ndframe.values;
4646

4747
params.forEach((param) => {
48-
if (!param == "layout") {
48+
if(!(param == "layout")) {
4949
trace[param] = config[param];
5050
}
5151
});

0 commit comments

Comments
 (0)