Skip to content

Commit

Permalink
Merge pull request #69 from oracle-quickstart/about_chart_fix
Browse files Browse the repository at this point in the history
Fixed chart displayed on About MuShop page when services deployed to OCI
  • Loading branch information
graemerocher authored Dec 30, 2022
2 parents 9c4f061 + 8222ad3 commit c9fb454
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/storefront/src/scripts/shop/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ export class MuServiceChart extends MuMx.compose(null, ViewTemplateMixin) {
setCord(data.BUCKET, col(4.5), row(0));
setCord(data.STREAMING, col(5.5), row(0), { label: { offset: [0, 10] }});
setCord(data.ATP, col(7.5), row(0));

setCord(data.APIGW, col(6.5), row(0));
setCord(data.EMAIL, col(8), row(2));
}


Expand All @@ -145,11 +148,9 @@ export class MuServiceChart extends MuMx.compose(null, ViewTemplateMixin) {
setCord(data.ORDERS, col(6), row(2), skew.java);
setCord(data.NATS, col(7), row(2));
setCord(data.FULFILLMENT, col(7), row(1));
//
// setCord(data.APIGW, col(6.5), row(0));

setCord(data.SUBSCRIBE, col(8), row(1));
// setCord(data.EMAIL, col(8), row(2));
//

setCord(data.PAYMENT, col(7), row(3), skew.go);
setCord(data.USER, col(5), row(1));
}
Expand Down

0 comments on commit c9fb454

Please sign in to comment.