Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 10:33 PM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
JpGraph?
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 379
To clarify a bit, if I try to include it as an image file, I need to send it a lot of information from the template file. This doesn't seem possible. I tried it as a plugin, but that doesn't work because of how jpgraph works. (Which I don't really understand, but they don't have a helpful help forum.) :)
So right now I'm thinking I either need to figure out how to send a lot of information on an image call, or else just have the function get the information again. That's less preferable, obviously, since I already have all the data I need.
And I'm not sure if I'm making any sense, 'cause tree pollen is driving me batty. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 379
I don't know. JpGraph is PHP-based, using the GD image library to make the images. I don't know how I'd use JS to do this.
I think I've had a bit of an idea. With JpGraph, you can create an image on the server. I think I may do that and then just send the image URL. A bit simpler, I think, though I need to do it carefully so I can figure out where the image is going to end up! -
- Rank: Team Member
- Registered: Jan 05, 2003
- Last visit: May 28, 2010
- Posts: 775
Hi,
we're using JPGraph in out Project Management Module (currently Beta, will be finished soon). You can download it from www.open-star.org and see how we're using JPGraph.
Greetings
--> R -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 379
I couldn't seem to find the project management module. Is it available for general consumption?
I figured out a way to get this to work, but now I've run into problems with milestones, which is frustrating. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 379
I have been picking away at this for a while, and I think I've got most of the bugs worked out. Now I just need to implement a way to make it not write the image if nothing's changed in the project. Then I want to see if I can get the image mapping working to where it'll be useful for me.
Here's a screen capture of what I've got so far.
-
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
Rgasch,
I'm finishing up a module that I'd like to use a simple Gantt chart on.
Reading the license for JpGraph, you cannot use it in any commercial form (ie, even an intranet for company data) without paying for the professional version.
I might instead just cobble together an HTML / CSS gantt-like chart rather than use a library that restricts distribution.
Will your module users have to buy professional before using your module?
thanks for any info,
NCM
UHEweb
edited by: uheweb, May 24, 2007 - 02:59 PM
- Moderated by:
- Support
