Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jan 22, 2025
1 parent 7ce1872 commit 9f61d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/qplotly/static/qplotly/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default ({
this.$refs[`${plotId}`][0].innerHTML = '';
// no data component
setTimeout(() => this.$refs[`${plotId}`][0].appendChild((new Vue.extend({
template: `
template: /* html */ `
<div style="display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: center;">
<h4 style="font-weight: bold;text-align: center;" class="skin-color">Plot [${plotId}] ${ chart.layout && chart.layout.title ? ' - ' + chart.layout.title : ''} </h4>
<div v-t-plugin="qplotly.no_data" style="font-weight: bold;" class="skin-color"></div>
Expand Down

0 comments on commit 9f61d70

Please sign in to comment.