We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dae90d8 + e7c5da7 commit 2827bbfCopy full SHA for 2827bbf
1 file changed
danfojs-browser/src/plotting/plot.js
@@ -45,7 +45,7 @@ export class Plot {
45
let y = this.ndframe.values;
46
47
params.forEach((param) => {
48
- if (!param == "layout") {
+ if(!(param == "layout")) {
49
trace[param] = config[param];
50
}
51
});
0 commit comments