Chart issue

hi @Teodor
I get an error in the console when the mouse hover to the lines on the chart.

parser.js:448 TypeError: this.parent.get is not a function
    at Object.get (dataScope.js:51:1)
    at n (parser.js:713:1)
    at parser.js:513:1
    at Object.dmx.parse (parser.js:446:1)
    at n.label (chart.js:160:1)
    at Chart.min.js:7:93178
    at Object.each (Chart.min.js:7:27348)
    at n.getBody (Chart.min.js:7:93060)
    at n.update (Chart.min.js:7:94641)
    at n.handleEvent (Chart.min.js:7:100802)

Here the fix: dmxCharts.zip (2.5 KB)

hi @patrick ,
the problem still persists.

image

parser.js:448 TypeError: this.parent.get is not a function
    at Object.get (dataScope.js:51:1)
    at n (parser.js:713:1)
    at parser.js:513:1
    at Object.dmx.parse (parser.js:446:1)
    at n.label (chart.js:160:1)
    at Chart.min.js:7:93178
    at Object.each (Chart.min.js:7:27348)
    at n.getBody (Chart.min.js:7:93060)
    at n.update (Chart.min.js:7:94641)
    at n.handleEvent (Chart.min.js:7:100802)

Did you replace the file and clear browser cache, it is probably loading a cached version.

Yes, I deleted browser cache .
The result is the same, if you want, I can share the login information with you.

Check in devtools the dmxCharts.js file, it should have the following header inside:

/*!
 DMXzone Charts
 Version: 1.1.6
 (c) 2022 Wappler.io
 @build 2022-05-12 09:58:50
 */
1 Like

I downloaded it again and the problem was fixed.

thanks @patrick

This has been fixed in Wappler 4.9.1

1 Like