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 a856497 commit f2dd195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g3w-admin/qplotly/static/qplotly/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// multi plot selector
const sidebar = this._sidebar = this.createSideBarComponent({
data: () => ({ service: this }),
template: `
template: /* html */ `
<ul class="treeview-menu" style="padding: 10px; color:#FFF;">
<li v-for="plot in service.config.plots" :key="plot.id">
<input type="checkbox" :id="plot.id" @change="service.togglePlot(plot.id)" v-model="plot.show" class="magic-checkbox" /><label :class="{'g3w-disabled': service.state.chartsloading }" :for="plot.id" style="display:flex; justify-content: space-between; align-items: center;"><span style="white-space: pre-wrap">{{ plot.label }} </span>{{ plot.plot.type }}</label>
Expand Down Expand Up @@ -544,7 +544,7 @@
headertools: [
Vue.extend({
data: () => ({ service: this }),
template:`
template: /* html */ `
<div
v-if = "service.state.tools.map.show"
class = "qplotly-tools"
Expand Down

0 comments on commit f2dd195

Please sign in to comment.