Forgot to git add viz_markup.html
This commit is contained in:
parent
e4a5f34f71
commit
24882884b8
|
|
@ -0,0 +1,9 @@
|
|||
{% macro viz_html(viz) %}
|
||||
<div style="padding: 10px;">{{ viz.rendered()|safe }}</div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro viz_js(viz) %}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro viz_css(viz) %}
|
||||
{% endmacro %}
|
||||
|
|
@ -390,4 +390,5 @@ viz_types = OrderedDict([
|
|||
['pie', DistributionPieViz],
|
||||
['bubble', BubbleViz],
|
||||
['markup', MarkupViz],
|
||||
['word_cloud', WordCloudViz],
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in New Issue