📈 🎉 Frappe Charts

Starred

@johnskywalker Looks good as well! Maybe there should be (or is) a better overview on who’s working on what, so developers don’t work on the same thing at the same time.

2 Likes

Is there an example of this running in ERPNext?

2 Likes

I want to know the same thing.

Thanks for the awesome support everyone! We’re on the trending page for today :smiley:

@tmatteson @aldoblack Sure! we’ve used them in query reports and other pages:
https://github.com/frappe/frappe/pull/4410
https://github.com/frappe/erpnext/pull/11391

@dufani1 We do plan to expand their usage beyond those, the Company form page is the only one that has them yet :slight_smile:

3 Likes

Thanks! Probably a day for developers to publicly share what they are working on? :grin: #screenshotday

2 Likes

starred :star_struck:

Is this working in Erpnext? If yes, how can it be setup?

Hi @pratu16x7,
I see three types of links for graphical report/chart i.e.

  1. Redirecting…
  2. https://frappe.io/docs/user/en/guides/desk/making_graphs or 2017 conference video
  3. Not Found
  • What is the difference between them and which one to use in which situation?
  • Also out of the box, I don’t see following available 2)frappe.ui.Graph 3)frappe.ui.Chart
1 Like

Will it be possible to include the charts in print templates/pdf?

4 Likes

Print report with charts will be cool.

2 Likes

@ashish-greycube
We’ve updated the docs. Frappe Charts (as a Chart object) are the stand alone utility to make charts in ERPNext, so the same docs apply. Try them out and let us know how they work for you :slight_smile:

@lasalesi @vladucoju We’ll be working on these integrations post release v0.1.0 of Charts, please refer [UPDATE] Development Progress · Issue #93 · frappe/charts · GitHub for the progress.

3 Likes

Maybe it would also be possible to use different kinds of charts in doctypes and in dashboards? :smiley:

This feature would really be helpful in timesheet, project, and other very data-driven doctypes and can be used to show trends in productivity, sales, etc from the dashboards themselves.

I was looking through the erpnext manual and docs to look for a way to do this and stumbled upon this thread.

Hope to see a manual or tutorial for erpnext + frappe charts soon!

3 Likes

Latest chart docs are at Frappe Charts - Quick Start with examples for each type
Thanks @pratu16x7

2 Likes

how to use this chart with my ERP Next project

can you explain this step - by - step

Dear All,
Can we use frappe chart with ERPNext/Frappe V7?

If I want to dev an app with chart on frappe (without ERPNext), do I need to install chart or is it built in frappe?
Thanks

It is built in frappe. No need to install anything if you have bare frappe site.

Thanks @f_deryckel.