@@ -147,6 +147,22 @@ const step = ref(0)
147147 />
148148 </div >
149149 </template >
150+ <template #svg =" { svg } " >
151+ <circle :cx =" svg.width / 2" :cy =" svg.height / 2" :r =" 30" fill =" #42d392" />
152+ <text :x =" svg.width / 2" :y =" svg.height / 2" text-anchor =" middle" >#SVG</text >
153+ </template >
154+ <template #legend =" { legend } " >
155+ #LEGEND
156+ <div style =" font-size : 8px " >
157+ {{ legend }}
158+ </div >
159+ </template >
160+ <template #tooltip-before =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
161+ #BEFORE {{ series.name }}
162+ </template >
163+ <template #tooltip-after =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
164+ #AFTER {{ series.name }}
165+ </template >
150166 </LocalVueUiWaffle >
151167 </template >
152168
@@ -174,6 +190,22 @@ const step = ref(0)
174190 />
175191 </div >
176192 </template >
193+ <template #svg =" { svg } " >
194+ <circle :cx =" svg.width / 2" :cy =" svg.height / 2" :r =" 30" fill =" #42d392" />
195+ <text :x =" svg.width / 2" :y =" svg.height / 2" text-anchor =" middle" >#SVG</text >
196+ </template >
197+ <template #legend =" { legend } " >
198+ #LEGEND
199+ <div style =" font-size : 8px " >
200+ {{ legend }}
201+ </div >
202+ </template >
203+ <template #tooltip-before =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
204+ #BEFORE {{ series.name }}
205+ </template >
206+ <template #tooltip-after =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
207+ #AFTER {{ series.name }}
208+ </template >
177209 </LocalVueDataUi >
178210 </template >
179211
@@ -201,6 +233,22 @@ const step = ref(0)
201233 />
202234 </div >
203235 </template >
236+ <template #svg =" { svg } " >
237+ <circle :cx =" svg.width / 2" :cy =" svg.height / 2" :r =" 30" fill =" #42d392" />
238+ <text :x =" svg.width / 2" :y =" svg.height / 2" text-anchor =" middle" >#SVG</text >
239+ </template >
240+ <template #legend =" { legend } " >
241+ #LEGEND
242+ <div style =" font-size : 8px " >
243+ {{ legend }}
244+ </div >
245+ </template >
246+ <template #tooltip-before =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
247+ #BEFORE {{ series.name }}
248+ </template >
249+ <template #tooltip-after =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
250+ #AFTER {{ series.name }}
251+ </template >
204252 </VueUiWaffle >
205253 </template >
206254
@@ -228,6 +276,22 @@ const step = ref(0)
228276 />
229277 </div >
230278 </template >
279+ <template #svg =" { svg } " >
280+ <circle :cx =" svg.width / 2" :cy =" svg.height / 2" :r =" 30" fill =" #42d392" />
281+ <text :x =" svg.width / 2" :y =" svg.height / 2" text-anchor =" middle" >#SVG</text >
282+ </template >
283+ <template #legend =" { legend } " >
284+ #LEGEND
285+ <div style =" font-size : 8px " >
286+ {{ legend }}
287+ </div >
288+ </template >
289+ <template #tooltip-before =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
290+ #BEFORE {{ series.name }}
291+ </template >
292+ <template #tooltip-after =" { datapoint , seriesIndex , series , config , bars , lines , plots } " >
293+ #AFTER {{ series.name }}
294+ </template >
231295 </VueDataUi >
232296 </template >
233297
0 commit comments