Skip to content

Commit

Permalink
Update views.md
Browse files Browse the repository at this point in the history
addressed first build error, now addressing the next one
  • Loading branch information
rashidsabbir authored Jul 22, 2024
1 parent 6fcf9b8 commit e1708bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@ Rather than manually having to encode chart information in RDF, Whyis includes t

The Chart view is encoded in `chart_view.html` as follows:
```html
{% raw %}
{% extends "base_vue.html" %}
{% from "_macros.html" import render_resource_link, render_rdfa_resource_link, get_label, facts_panel, summary_panel, content %}
{% block title %}{{g.get_label(this)}}{% endblock %}
{% block content %}
<vega-viewer></vega-viewer>
{% endblock %}
{% endraw %}
```

### Ontology View
Expand Down

0 comments on commit e1708bc

Please sign in to comment.