Skip to content

Commit 2827bbf

Browse files
authored
Merge pull request #190 from adithyaakrishna/bug/adithyaakrishna/issue#77
Fixed Layout Param
2 parents dae90d8 + e7c5da7 commit 2827bbf

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)