Page 3 of 6
Re: GraphPlus
Posted: Thu Jun 03, 2021 7:04 pm
by Rathinagiri
Thank you again!
Now I am working on
- Stacked Column and Bar charts.
Then will be working on Area chart.
I think it will be better if we work on some version control system. If GITHUB is Ok, we can do that.
Re: GraphPlus
Posted: Fri Jun 04, 2021 12:54 pm
by Anand
WOW ! so much features graph possibilities !!
Thank you Rathinagiri Sir.
Re: GraphPlus
Posted: Fri Jun 04, 2021 4:12 pm
by Rathinagiri
Thank you Anand for your interest.
Here are some new features:
- Added Stacked Column Graph
- Added Stacked Bar Graph
- Fixed bugs
- Revamped Sample to enable switch row/columns for all possible graph types (Play with it)
Stacked Column

- graphplus09.png (21.46 KiB) Viewed 47326 times
Stacked Bar

- graphplus10.png (16.7 KiB) Viewed 47326 times
Re: GraphPlus
Posted: Sat Jun 05, 2021 10:51 am
by PeteWG
Rathinagiri wrote: ↑Fri Jun 04, 2021 4:12 pm
- Added Stacked Column Graph
- Added Stacked Bar Graph
I was looking for it (stacked graphs) for a long-long time!
Brilliant implementation!
Thank you so much, Rathinagiri, for this new gem!
regards,
Pete
Re: GraphPlus
Posted: Sat Jun 05, 2021 3:53 pm
by Rathinagiri
Thank you for your interest and appreciation Pete. Please give any suggestions for improvement also.
Why can't we scroll by mouse inside the panel window?
Updated with the following:
- Added new graph type: Area
- Fixed bugs
- Modified demo with a dashboard. Now all the charts are responsive with Grids, Labels, Categories, Legends, Legend Positions etc. Click on the thumbnail to go to the respective chart. Click on the checkbuttons and see the impact.
Area Chart

- GraphPlus11.png (12.65 KiB) Viewed 47264 times
HMG Dashboard!

- dashboard.jpg (98.76 KiB) Viewed 47264 times
Re: GraphPlus
Posted: Sat Jun 05, 2021 5:50 pm
by gfilatov
Rathinagiri wrote: ↑Sat Jun 05, 2021 3:53 pm
Updated with the following:
- Added new graph type: Area
- Fixed bugs
- Modified demo with a dashboard. Now all the charts are responsive with Grids, Labels, Categories, Legends, Legend Positions etc. Click on the thumbnail to go to the respective chart. Click on the checkbuttons and see the impact.
Hi Rathi,
Thanks a lot!
Please be so kind to update the main.prg for a correct work of the button 'Switch Rows and Columns'.
I've attached the fixed module with a small modification.

Re: GraphPlus
Posted: Sat Jun 05, 2021 6:50 pm
by Rathinagiri
Sure! Thank you Grigory.
Re: GraphPlus
Posted: Sun Jun 06, 2021 7:04 pm
by Rathinagiri
Updated GraphPlus with the following features:
- Added new Graph Type ScatterXY ( a long time dream! )
- Fixed bugs
- VDivisions and HDivisions (HDivisions applicable only for ScatterXY)
ScatterXY Graph (For the equation y = x^2)

- GraphPlus12.png (17.96 KiB) Viewed 47196 times
Re: GraphPlus
Posted: Mon Jun 07, 2021 11:18 am
by PeteWG
Rathinagiri wrote: ↑Sat Jun 05, 2021 3:53 pm
Why can't we scroll by mouse inside the panel window?
Not sure, but I suspect it has to do with focus loss, perhaps?
Interestingly, if you right click on the panel, then then mouse wheel is working, (i.e.: the panel starts scrolling).
regards,
Pete
Re: GraphPlus
Posted: Mon Jun 07, 2021 12:14 pm
by Rathinagiri
Now I have made it to work Pete. Thank you!