diff --git a/app/styles/app.css b/app/styles/app.css index e4e8262..4259504 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -108,7 +108,7 @@ footer { } .svg-image { - width: 90%; + width: 100%; height: auto; } diff --git a/app/templates/components/entity-chart.hbs b/app/templates/components/entity-chart.hbs index 41287f9..32f9076 100644 --- a/app/templates/components/entity-chart.hbs +++ b/app/templates/components/entity-chart.hbs @@ -19,7 +19,12 @@

Source: {{visibleProperty.source}}

{{/if}} --> {{else}} -

{{entityName}} not found

+

+ {{entityName}} +
+
+ Data not available +

{{/if}}