Skip to content

Commit dae90d8

Browse files
authored
Merge pull request #189 from adithyaakrishna/bug/adithyaakrishna/issue#188
Update Config Value
2 parents e15aff1 + d26100a commit dae90d8

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
@@ -411,7 +411,7 @@ export class Plot {
411411
}
412412
});
413413

414-
trace['x'] = this.ndframe[this_config['y']].values;
414+
trace['x'] = this.ndframe[this_config['x']].values;
415415
trace['type'] = "histogram";
416416

417417
Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config);

0 commit comments

Comments
 (0)