GraphPlus

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: GraphPlus

Post by Anand »

WOW ! so much features graph possibilities !!

Thank you Rathinagiri Sir.
Regards,

Anand

Image
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post 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)
GraphPlus_2021_06_04.zip
(12.52 KiB) Downloaded 202 times
Stacked Column
graphplus09.png
graphplus09.png (21.46 KiB) Viewed 41072 times
Stacked Bar
graphplus10.png
graphplus10.png (16.7 KiB) Viewed 41072 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

Re: GraphPlus

Post 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
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post 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.
GraphPlus_2021_06_05.zip
(13.67 KiB) Downloaded 195 times
Area Chart
GraphPlus11.png
GraphPlus11.png (12.65 KiB) Viewed 41010 times
HMG Dashboard!
dashboard.jpg
dashboard.jpg (98.76 KiB) Viewed 41010 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
gfilatov
Posts: 1070
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: GraphPlus

Post 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. :arrow:
Attachments
Main-fix.zip
(2.86 KiB) Downloaded 183 times
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post by Rathinagiri »

Sure! Thank you Grigory.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post 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)

GraphPlus_2021_06_06.zip
(16.28 KiB) Downloaded 192 times

ScatterXY Graph (For the equation y = x^2)
GraphPlus12.png
GraphPlus12.png (17.96 KiB) Viewed 40942 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

Re: GraphPlus

Post 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
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GraphPlus

Post by Rathinagiri »

Now I have made it to work Pete. Thank you!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply