what php maker create chart Rendered Chart?
exmple:on web lavacharts
*Rendered Chart.thx
What is “Rendered Chart”?
ex. on web laracharts web laravel.
PHPMaker uses Chart.js, not Google Charts (used by Lavacharts). You need to create a report first, then create chart for the report. Read Chart Setup in the help file.
thanks.
example im want chart bar on two table.
tables mango.
id datesale sale
1 01/01/2019 5000
2 30/02/2019 7000table apple
id datesale sale
1 21/01/2019 5000
2 30/02/2019 7000im want chart bar. ex.
8000 |
7000 | | |
| | | | |
| | | | |
|||||_______
ap mang ap mang
jan 19 feb 19 ------
is it possible?
thx
That is multi-series column chart, yes, you can do that, but you need to create a view to union the tables first, then create a report from the view, then create a chart from the report. See the topic Chart Setup in the help file.
ok thanks.how do you change the position of the series field from horizontal to vertical or vice versa?
thanks
There is multi-series bar chart.
yes i now.
im just asking modify position series
horizontal or vertikal setting.