Hi @Mashiane
I am compiling the BANanoExtensionsDemo project, but I get a blank page.
Set to port 80
There is an error like this in the console output.
When I create and test a project myself, it still doesn't work.
This is how I use the code.
Console output;
When I remove the chart codes, the page feels normal. Why does not work. Do you have an idea
Thanks
The Expensesshow project does not open.
The Expensesshow project does not open.
When I add VMChartKick to my own project, the page opens and the graphic comes, but when I add a VMEChart I cannot open it. Could there be a situation with the version?
I am compiling the BANanoExtensionsDemo project, but I get a blank page.
Set to port 80
There is an error like this in the console output.
B4X:
Uncaught TypeError: o.a is undefined
0585 http: //localhost/bvmextensions/scripts/app.js: 3213 ....
When I create and test a project myself, it still doesn't work.
This is how I use the code.
B4X:
cont.AddRows(1).AddColumns4x3
cont.AddRows(1).AddColumns12
cont.AddRows(4).AddColumns4x3
cont.AddRows(1).AddColumns4x3
...
Dim pieD As List
pieD.initialize
pieD.Add(CreateMap("date": "01/01", "cost": 1523,"profit": 1523))
pieD.Add(CreateMap("date": "01/02", "cost": 1223,"profit": 1623))
pieD.Add(CreateMap("date": "01/03", "cost": 2123, "profit": 1723))
pieD.Add(CreateMap("date": "01/04", "cost": 4123,"profit": 1423))
pieD.Add(CreateMap("date": "01/05", "cost": 3123, "profit": 1223))
pieD.Add(CreateMap("date": "01/06", "cost": 7123,"profit": 1123))
Dim echart12 As VMEChart
echart12.Initialize(vue, "e12", Me).SetPieChart
echart12.SetColumns(Array("date", "cost", "profit"))
echart12.SetRows(pieD)
cont.AddComponent(7, 1, echart12.tostring)
vm.AddContainer(cont)
...
B4X:
Uncaught (in promise) ReferenceError: banano_bananovuetifyecharts_vmechart is not defined
code http://localhost/demo/scripts/app.js:15123
addpage http://localhost/demo/scripts/app.js:15069
addpage http://localhost/demo/scripts/app.js:15069
addpages http://localhost/demo/scripts/app.js:15123
init http://localhost/demo/scripts/app.js:15123
banano_ready http://localhost/demo/scripts/app.js:15123
Thanks
The Expensesshow project does not open.
The Expensesshow project does not open.
When I add VMChartKick to my own project, the page opens and the graphic comes, but when I add a VMEChart I cannot open it. Could there be a situation with the version?
Last edited: