Skip to content

Commit

Permalink
#241: Combine mockups but separate vega specification
Browse files Browse the repository at this point in the history
  • Loading branch information
aswallace committed Aug 17, 2022
1 parent dc760b1 commit bc6940c
Show file tree
Hide file tree
Showing 9 changed files with 779 additions and 1,129 deletions.
646 changes: 646 additions & 0 deletions app/src/modules/metamine/metamaterial-vega-spec.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions app/src/pages/metamine/mockup/mockup.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ <h2>Metamaterial Properties: Interactive Plot</h2>
<div class="loading-dialog" style="margin: 5rem" v-if="loading">
Loading chart data
</div>
<div class="loading-dialog" style="margin: 5rem" v-if="error.status">
Error while rendering Vega-Lite specification: {{error.message}}
</div>
<div v-else>
<div class="viz-u-display__desktop" />
<span class="md-layout md-gutter">
Expand Down
Loading

0 comments on commit bc6940c

Please sign in to comment.