Use default Frappe Chart for developing Dashboard.
Create a Doctype Dashboard and add Charts inside it.
That will be better
1 Like
Hi @fkardame
Could you explain me more or have example this? thanks.
Hi,
You can get all the details on here
1 Like
rahy
March 25, 2019, 8:25am
44
Unfortunately there is no one clear direction on how to do this for a not-so-developer.
Googling gives you several ways to do this but none is explaining beyond the charts website itself.
rahy
March 25, 2019, 8:27am
45
And he has the pretty dashboard.
But not telling the steps doing it
@rahy please look at this
This is how to embed Metabase into an internal Frappe page:
Set up Metabase.
Go into Metabase Settings/Admin/Embedding in Other Applications and enable embedding.
Make your dashboard.
Enable sharing of the dashboard
[image]
Click on Embed
[image]
Choose your settings.
[image]
Click the code button
[image]
Copy the Python and Mustache embed code. Don’t forget to PUBLISH the embedded dashboard.
[image]
Go into Frappe and make a new Page
[image]
Go to your page …
I like this and indeed I would be so much happy to have working. It’s awesome outlook and indeed user friendly. I wish I was a programmer I would help to make it happen. Guys out there pls help sarmadmahmood969 to make dream come to reality.
Finally here the awesome thing…
We’ve finally merged Dashboard. frappe/frappe#6777 .
[dashboard-0]
According to the current design, Dashboards consists of one or more Dashboard Charts. Each Dashboard Chart is configured to use a Dashboard Chart Source as a data source for generating chart data. New Dashboard Chart Sources can only be created by Administrator in Developer Mode.
We’ve introduced Account Balance Timeline as a Dashboard Chart Source in ERPNext Accounting module. frappe/erpnext#16411 .
Do test it out and let us …
1 Like
You are correct. This topic should be close. Now Frappe support dashboard page well.