How to add other charts in Report Charts, For ex. Line Chart, Bubble Chart, Gauge chart, Funnel Chart etc.

hmm, I found this in: modules/Home/Dashlets/iFrameDashlet.php

It prevents this from working! It’s not in my install but happens to be in the latest code on Github too.

If you are pasting in an internal URL like to a entryPoint it will always return true and then blank out the URL and the dashlet won’t work. Not sure why this was added?

 if (isSelfRequest($this->url)) {
            $this->url = '';

Anyone know why this was added? Going to ad a bug on github. I can’t see why this is necessary or what it’s purpose is?