brad
September 28, 2023, 5:25pm
1
Wappler 6 Beta 10
Bootstrap 4
PHP/MySQL
Donut charts now show a legend with no way to turn it off?
<dmx-chart id="chartVisitsOffice" width="300" height="300" responsive point-size="" type="doughnut" dmx-bind:data="chartVisits.data.query1" dataset-1:value="todaysvisits" labels="track_office"></dmx-chart>
And dates have dissapered. Bottom axis should have dates …
<dmx-chart id="chartDailyJobs" width="100" height="30" responsive="true" dmx-bind:data="chartjobsbyday.data.custom1" labels="Work_Date.formatDate('MMMM dd')" dataset-1:label="Job Orders" dataset-1:value="Job_Orders" points="true" point-style="rectRot" smooth="true" dataset-2:label="Approximate Daily Average" dataset-2:value="chartjobsbyday.data.custom1.avg('Job_Orders').round(2)" legend="bottom"> </dmx-chart>
Argh! How can I revert my charts back?
Teodor
September 28, 2023, 5:27pm
2
If you are using git, just revert the previous js files for the charts.
brad
September 28, 2023, 5:29pm
4
How do I revert single files?
patrick
September 28, 2023, 6:40pm
5
The charts where updated to the latest version and it seems that they moved the legend options.
Here an update: dmxCharts.zip (8.3 KB)
brad
September 28, 2023, 6:57pm
6
Closer …
Now the tool tips on the donut charts showing the value don’t work. And in the line chart the dates still don’t show up.
But the legends are now gone.
patrick
September 28, 2023, 7:35pm
7
New update: dmxCharts.zip (8.3 KB)
There are just to many changes in the updates, it seems that the tooltips are completely different options now and the callbacks also work different. Tried my best to get them working, please test it out.
All the migration that are required, difficult to get a good overview
https://www.chartjs.org/docs/latest/migration/v3-migration.html
https://www.chartjs.org/docs/latest/migration/v4-migration.html
brad
September 28, 2023, 8:06pm
8
Thanks Patrick, donut charts work as they should. Still having issues displaying the date on the horizontal axis of line charts though.
Go have a beer. This isn’t mission critical today.
1 Like
patrick
September 28, 2023, 9:09pm
9
Last update for today: dmxCharts.zip (8.3 KB)
brad
September 28, 2023, 9:10pm
10
lol, don’t you sleep or drink beer?
Thank you, I will test it out in a few minutes and report back.
1 Like
brad
September 28, 2023, 9:21pm
11
Unfortunately it didn’t help my date axis issue.
Thanks for your fantastic support!
New update: dmxCharts.zip (8.4 KB)
1 Like
brad
October 2, 2023, 3:18pm
13
Yay! My dates are back! Thank you so much for your fixes.
I think Summernote or other viable text editor is my only pressing issue now.
Thanks again for all your hard work!
Teodor
October 5, 2023, 7:42pm
15
Fixed in Wappler 6 beta 11