[IMP] web_widget_plotly: black, isort, prettier

This commit is contained in:
Roberto Fichera
2021-12-06 23:02:39 +01:00
parent fc9aa7dda6
commit 8d1879afca
4 changed files with 25 additions and 21 deletions

View File

@@ -3,10 +3,16 @@
<xpath expr="//script[last()]" position="after">
<!-- Library -->
<script type="text/javascript" src="/web_widget_plotly_chart/static/lib/plotly/plotly-latest.min.js"></script>
<script
type="text/javascript"
src="/web_widget_plotly_chart/static/lib/plotly/plotly-latest.min.js"
/>
<!-- Widget -->
<script type="text/javascript" src="/web_widget_plotly_chart/static/src/js/widget_plotly.js"></script>
<script
type="text/javascript"
src="/web_widget_plotly_chart/static/src/js/widget_plotly.js"
/>
</xpath>
</template>