Skip to content

Commit

Permalink
CrossTab plot #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kripanshu committed Aug 16, 2017
1 parent 49e1d65 commit ec1640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_ddi.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ function crossTabPlots(PlotNameA, PlotNameB) {
var margin_cross = {top: 30, right: 15, bottom: 40, left: 40}
, width_cross = 285 - margin_cross.left - margin_cross.right
, height_cross = 160 - margin_cross.top - margin_cross.bottom;
var padding_cross = 70;
var padding_cross = 80;

for (var i = 0; i < plot_nodes.length; i++) {
if (plot_nodes[i].name === PlotNameA) {
Expand Down

0 comments on commit ec1640c

Please sign in to comment.