mech01nc01

Results 20 comments of mech01nc01

no problem here, using 3.0.0-beta1 with vue 3.2.24 (i don't know exactyl but i think i was told that with higher vue-versions there may be problems, but i didn't had...

you are talking about the positions of the griditems within the document in px? else please sepcify what you are thinking about

never had multiple items in one grid-item, what if you place the Widgets-loop into a separate template?

same Problem here, i have 2 chartjs-line, both set to bind=true but only the first gets updated

tried aproach from ortizvinicius, could be the solution if only the Graphs would Show up ^^ `` and: ``` computed:{ chartLabels:function() { return this.getChartLabels(this.statistikData,'uid'); }, chartData:function() { return [ {...

try: ```js let url=`${process.env.API_URL}/invoice/${this.invoice.id}`; console.warn('printing url: ', url); d.printURL(url, ({ launchPrint }) => { console.log("Content loaded!"); // fire printing! launchPrint(); }); ``` what do you get from the console.warn?

as i know you have to use the override with :datasets="datasets" not :data=...

had a similar Problem, data within the chartjs-object got no update, so ive done something like: watch:{chartData:function() { this.$refs.chart.chart_data.datasets=this.chartData; }}, computed:{chartData:function() { return …;}} and of Course gave the Chart...

as far as i remember most browsers won't print images as a default setting, you have to enable it

problem arises when using global:true