Extension talk:PChart4mw

From mediawiki.org
(Redirected from Extension talk:Pchart4mw)
Latest comment: 3 years ago by Simpsonspedia.net in topic pChart4mw 2.0 doesn't work with MediaWiki 1.34.1
Welcome to the talk-page of pchart4mw. Discussions can be done on this page.


We are also very interested in hearing (and seeing) how pchart4mw is used. If you'd like to let others know how you use pchart4mw and can add a link to your site that would be awesome.

Integration with Semantic MediaWiki (SMW)[edit]

Hi Thank you for this extension, really nice. I want to ask if there's a plan of integrating this to SMW? This is way better than the Semantic result format graph format (google) printer

Gérard 18:58, 2 December 2009 (UTC)Reply
We're glad to hear from you and that you're pleased with the extension. We have no plans in that direction, at least not yet.

I'd also appreciate efforts towards integration with SMW!! - Bernhard
Spblat (talk) - I'm using it with SMW and I love it. Each of my structured pages has a pile of data associated with it that comes in via a periodic CSV import (you can have line feeds in CSV records!). So each pile of structured data goes in its own namespace as raw ugly data, like this:
2012-12-04,211
2012-12-03,19
2012-12-02,6
2012-12-01,180
2012-11-30,279
2012-11-29,309
2012-11-28,702
2012-11-27,430
...
Then I edited my Template so that a graph with that page's data would be displayed on each page along with the structured data in the wiki. What I put in one of my template's fields is:
<pLines [options]>
{{:Graphs:{{PAGENAME}}}}
</pLines>

pchart4mw version 1.1.0[edit]

We have released a new version of pchart4mw (version 1.1.0 on June 11th 2010). This version of pchart4mw can now be used as parser function. This enables integrating pchart4mw's charting capabilities with other extensions like Semantic MediaWiki (SMW).

Now we have a question (request) to you. Could you share your experience integrating pchart4mw with SMW? Both here and if possible with the SMW community to direct others to these new possibilities? Gérard 08:10, 11 June 2010 (UTC)Reply

This is an awesome release, I haven't tried it yet but I was using Pchart4mw w/SMW since its first release by setting the query result to a variable:
 <pPie size=350x200 percentages=false labels title="net revenue allocation" >
{{#if:{{#var:a}}|operation: {{#expr:{{#var:c}}* .83}}|0}},{{#if:{{#var:c}}|{{#expr:{{#var:c}}* .83}}|0}}
{{#if:{{#var:a}}|tax: {{#expr:{{#var:c}}* .16}}|0}},{{#if:{{#var:c}}|{{#expr:{{#var:c}}* .16}}|0}}
 savings: {{#expr:{{#var:d}}* .1}},{{#expr:{{#var:d}}* .1}}
</pPie>

Now this will be more easier and more better.

cheers Msevero

Thank you for your response, please let us know if this new version works as expected with SMW. If your site is a public site we'd appreciate a link as well.
Gérard 05:12, 13 June 2010 (UTC)Reply

Large Dataset Line Graphs[edit]

Nice extension, thanks for adding it. Using the pChart classes gives much more swishy renders than using GnuPlot. There is one problem I have not been able to solve for my planned implementation though. When trying to create a line graph with a large amount of data, e.g.:

 1,foo
 2,foo
 3,foo
 ...
 300,foo
 301,foo

the x-axis labels become overlaid on top of each other until all you get is a grey line - i.e. there is no setting to say "show 5 x labels", giving me just "0, 100, 200, 300, 400, 500", on the x-axis. The extension seems to be hardwired to show every x-label as it has been entered in to the data.

This is a bit of a show-stopper for me as I need to plot 500+ point datasets as line graphs with useable x-axis ticks. At the moment I am going to have to stick with GnuplotBasic as it has the configuration to do that. Have I missed some obvious control parameter or is this not yet possible with PC4MW? MLCT 15:36, 6 June 2010 (UTC)Reply

pchart4mw version 1.2.0[edit]

Hello,
We've looked in to it. Indeed it was a missing feature in pchart4mw. We've added this feature for you. We just released a new version of pchart4mw version 1.2.0. This version now has a new parameter skiplabel=x where x is the number of labels to skip. We hope this will work for you.
Gérard 16:04, 3 July 2010 (UTC)Reply

Decimals ignored in axis labels[edit]

Hi, I'm having a problem where the labels for the y-axis are not showing up properly when I use floating point values.

<pLines ymax=1>
0.1
0.2
0.3
0.4
0.5
</pLines>

With the specified code above, the labels for the y-axis come out like this: http://img15.imageshack.us/f/33312048.png/

pchart4mw version 1.2.0[edit]

Hello,
This problem is also solved in the new version 1.2.0 of pChart4mw. We've added a parameter decimals=x specifying the number of decimals to show on the y-axis. We hope this will work for you.

Scalable for very large wikis?[edit]

This extension can use a web service as an external resource for charting. Does it make this extension scalable for very large wikis?--almaghi 17:36, 1 July 2010 (UTC)Reply

Yes it does. This configuration option is available for situations where many charts change often. These situations can consume a lot of processing power from the server in creating chart images.

Creating chart images is a CPU intensive process. Depending on the charting intensity on the wiki a site might require more powerful server processing capacity. pchart4mw's web service option is specifically created to enable separating the processing for creating chart images from processing for the main wiki site.

However, any site with moderate changes of its charts should have no problem and should run perfectly well without a pchart4mw web service configuration. Make sure you really need this.

If you decide using pchart4mw's web service configuration option you might be the first user using this. We would appreciate if you'd share your experience and how to's. You could create a sub-page of this talk page for it. Gérard 05:24, 2 July 2010 (UTC)Reply

Cleanup[edit]

Does the extension clean up the image files which are no longer in use (like after you edit a graph, or after you remove a graph code from your page)? Huji 12:22, 10 July 2010 (UTC)Reply

No, see manual: http://code.google.com/p/pchart4mw/wiki/SiteMaintenance or extensions page under 'maintenance of your site'.
Gérard 13:33, 10 July 2010 (UTC)Reply

Colors[edit]

Do we have the option to chose the line colors in a line graph? --Huji 12:22, 10 July 2010 (UTC)Reply

Yes, see manual: http://code.google.com/p/pchart4mw/wiki/Parameters#Colors and http://code.google.com/p/pchart4mw/wiki/ColorSchemes
Gérard 13:34, 10 July 2010 (UTC)Reply

Clarification[edit]

Just to clarify, this extension doesn't use any online services (like Google Chart APIs, etc); everything is done locally?

For example, if I have a network outage, mw can still generate graphs? 202.167.15.162 02:51, 4 August 2010 (UTC)Reply

Indeed: This extension doesn't use any online services, it does everything locally on your MediaWiki installation. You don't need an external network connection to generate graphs. This way your chart data from the wikipage is not send to any online service.
Gérard 14:41, 5 August 2010 (UTC)Reply
Excellent! Keep up the good work. 202.167.15.161 05:18, 6 August 2010 (UTC)Reply

pChart4mw + External Data extensions[edit]

Hehe, I've been experimenting with pChart4mw and Extension:External_Data because that's naturally what you'd want to do, right?

So I've made a csv file and read it in with External Data:

 {{#get_external_data:http://localhost/mediawiki/text.csv|CSV|month=1|US=2|EU=3}}
 {{#for_external_table:
 {{{month}}},{{{US}}},{{{EU}}}
 }}

which produces

Jan,6748,4301Feb,3911,5019Mar,3019,3941Apr,4810,6412May,2203,4823Jun,4510,4110Jul,3918,5510Aug,8810,2930Sep,7182,3504Oct,6911,3881Nov,6749,4761Dec,7184,4918

Not really good when I wrap pChart4mw tags around it

http://i38.tinypic.com/15zquir.png

OK, no real issues; the canonical solution to this is

 {{#get_external_data:http://localhost/mediawiki/text.csv|CSV|month=1|US=2|EU=3}}
 {{#for_external_table: <nowiki />
 {{{month}}},{{{US}}},{{{EU}}}
 }}

which produces (in the html source)

Jan,6748,4301
Feb,3911,5019
Mar,3019,3941
Apr,4810,6412
May,2203,4823
Jun,4510,4110
Jul,3918,5510
Aug,8810,2930
Sep,7182,3504
Oct,6911,3881
Nov,6749,4761
Dec,7184,4918

Looking great, but now pChart4mw does this:

http://i33.tinypic.com/34pb71c.png

Now, I don't know if it's a pChart4mw or an External Data issue, but is it possible that pChart4mw is not parsing the <nowiki /> tag correctly? If it is not supposed to, can it be something to be added in the future?

For the time being, I'm using this workaround:

 {{#pLines: ymin=0|ymax=10000|axiscolor=888888|cubic|filled|angle=90|plots|legend|data=
   {{#for_external_table:
   ,US,EU
   {{{month}}},{{{US}}},{{{EU}}}
   }}
 }}

http://i34.tinypic.com/2ij2hok.png

Other workarounds include using a different delimiter (eg ';') and hacking the pChart4mw source (but I don't really wanna do that. I've also tried various ways of putting newline characters with no luck. 202.167.15.161 03:08, 9 August 2010 (UTC)Reply


L.S.,
I am not familiar with the external data extension. (It seems you're trying to accomplish something that is outside the design of pchart4mw.) I struggle understanding what the syntax is you want to see work in combination with pchart4mw. Can you provide an example of what you ideally would like to see work? Gérard 10:26, 15 August 2010 (UTC)Reply

After some investigation, I don't think there's an issue with either extension. The correct raw input is being passed into pchart2mw (I checked by returning the raw input) so I think something far sinister is happening. The workaround is fine for now since I'm using these extensions for internal purposes. All the recommendations for parsing you are already using, so I'm not really sure why it's causing the errors. I think the effort required is not worth the outcome, so I'm gonna leave it until I find some time. All in all, great extension!202.167.15.163 05:06, 30 August 2010 (UTC)Reply
Thank you for the follow-up and the compliment, we're glad our extension works for you. Gérard 13:12, 03 September 2010 (UTC)Reply

I encountered the same issue and there is an easy fix, although you will have to go into the pChar4mw code:

diff pChart4mw.class.php

Now you can use external data or other extension/template that doesn't insert a \n on every new line. You will just have to use any of the separators defined, or just change the regex yourself.

Example:

 {{#pLines: ymin=0|ymax=10000|axiscolor=888888|cubic|filled|angle=90|plots|legend|data=
   {{#for_external_table:
   US,EU
   {{{month}}},{{{US}}},{{{EU}}}<br/>
   }}
 }}

Scholtalbers 26 July 2012

Full example needed[edit]

Hello Scholtalbers. Thank you for the suggested code change. Since we're not familiar with the external data extension (and currently have no time to figure it out) can you provide us with a full working example?

  • A full sample of the text including all the external data functions you use.
  • The csv test-file as well

That would help us a lot. Gérard 13:12, 25 August 2012 (UTC)Reply


I think his markup above is slightly wrong. I changed the "$lines" function to Scholtalbers, and then changed below to this...
 {{#pLines: ymin=0|ymax=10000|axiscolor=888888|cubic|filled|angle=90|plots|legend|data=
   ,US,EU
   {{#for_external_table:
   {{{month}}},{{{US}}},{{{EU}}}<br/>
   }}
 }}
And it works perfectly, i hope this helps anyone else in future
Just for reference here is my own working example from my internal wiki at work...
<pbars size=650x200 title="Support" labels=true colorscheme=excel legend>
,Resolved,Rejection,Assistance,Reassignment
{{#for_external_table:
{{{month}}},{{{res}}},{{{rej}}},{{{ast}}},{{{reasgn}}}<br/>
}}
</pbars>
Luke 195.43.48.142 17:43, 29 November 2012 (UTC)Reply


Thanks Luke and Scholtalbers. This is confirmed, this modification worked for me using the External Data extension. I have a {{#while}} loop running queries for external data all inside of Pchart4mw to produce a dynamic chart. Thanks for this! Here is my use of it (added up to make a stacked area chart over a 7 day period):
 {{ #vardefine: i |{{#time: U|now - 604800 seconds}} }}
 <pLines axiscolor=888888 cubic filled 
     angle=90 plots legend>
     ,Pipeline,WIP,ERD
        {{#while:
           |{{#ifexpr: {{#var:i}}<{{#time: U|now}} | true }}
           |
           {{#vardefine:Pipeline|{{#ask: [[Category:L85]] [[Revboard::>{{#time: Y-m-d|@{{#var:i}} }}]] [[Icmsintdate::<{{#time:       
            Y-m-d|@{{#var:i}} }}]] |format=count}} }} {{#vardefine:WIP|{{#ask: [[Category:L85]] [[Revboard::<{{#time: Y-m-
            d|@{{#var:i}} }}]] [[Dateinitiated::>{{#time: Y-m-d|@{{#var:i}} }}]] |format=count}} }} {{#vardefine:ERD|{{#ask: 
            [[Category:L85]] [[Compdate::!1900]] [[Compdate::>{{#time: Y-m-d|@{{#var:i}} }}]] [[Dateinitiated::<{{#time: Y-m-
            d|@{{#var:i}} }}]] |format=count}} }}{{#time: Y-m-d|@{{#var:i}} }},{{#var:Pipeline}},{{#expr: {{#var:Pipeline}}+
            {{#var:WIP}} }},{{#expr: {{#var:Pipeline}}+{{#var:WIP}}+{{#var:ERD}} }}<br />{{#vardefine: i | {{#expr: {{#var:i}} 
            + 86400}} }}
            }}
 </pLines>

Great extension. Thanks.

Clifford

Font Name is Case Sensitive[edit]

For those with font not found issues, you will also need to rename the "Fonts\tahoma.ttf" to "Fonts\Tahoma.ttf" - Zinthose 18:13, 8 December 2010 (UTC)Reply

Thanks Zinthose! That was really bugging me, directly after installation. Also, the bogus error message didn't make it much clearer to me, what to do: "Warning: imageftbbox() [function.imageftbbox]: Could not find/open font in /mediawiki/extensions/pChart4mw/library.inc.php on line 45" --Kebap 11:43, 10 December 2010 (UTC)Reply
And also, I think the "Fonts" directory itself is referred to as "fonts" in some places. I would like to offer pre-release testing on a case-sensitive file system before future releases. That would probably save you lots of complaints. :-) --Bytesmiths 19:42, 14 February 2012 (UTC)Reply

View ploted datas[edit]

Hi all, is possible to show the ploted datas in a table? The data source is an table ...

tx Gerhard.

I am sorry, we're sticking to pchart4mw's basic function, just drawing charts. Gérard 08:45, 16 December 2010 (UTC)Reply

Bug: no graph shown, only white box[edit]

Hi all! I have just installed this nice extension, solved all obvious errors, but still can't seem to get my first chart drawn. All I get is a white box of 500x300 pixels. An image file is indeed created in the images folder, but it is completely white. What may I be missing here? Thanks in advance! --Kebap 11:52, 10 December 2010 (UTC)Reply

My best guess at this point is to re-check your installation of the extension and the phart library. The preferred installation is:
../extensions/pChart4mw/*.php                 The extensions php files
../extensions/pChart4mw/colorschemes/*.txt    The extensions colorschemes
../extensions/pChart4mw/pChart/pCache.class   A pchart-library php class
../extensions/pChart4mw/pChart/pChart.class   A pchart-library php class
../extensions/pChart4mw/pChart/pData.class    A pchart-library php class
../extensions/pChart4mw/pChart/Fonts/*.ttf    The pchart-library fonts
Also double check case-sensitivity and make sure your PHP has GD library and freetype extension enabled. Hope this solves it. Gérard 08:16, 16 December 2010 (UTC)Reply
We have not heard from you anymore so probably your problem is solved. If not: try the new version of pChart4mw version 1.3.0, its installation is made a lot easier. Gérard 18:29, 28 December 2010 (UTC)Reply

Hello Gérard, thanks for your reply! I now tested with the new version and double-checked your comments. I have the exact same folder structure, and my PHP has GD library and freetype extension enabled. However still I receive whitetransparant images with no charts. Is there any debug log or other info I could show you to help solving this issue? --Kebap 12:02, 4 February 2011 (UTC)Reply

Seems like we solved this bug. I tested quite a lot and am not sure, but maybe this is the explanation. When I copy/pasted the code for my first chart, it accidentally dropped all line-breaks. So the code on your page looked like this:

<pbars> 
5345 
3452 
7843 
</pbars>

After copy/pasting this into my wiki page, it looked like this:

<pbars> 5345 3452 7843 </pbars>

This would create the above problem. I don't know why copy/paste would drop line-breaks, but would probably make sense to include a note about this on your page. Thanks again and keep up the good work! :) --Kebap 13:49, 21 February 2011 (UTC)Reply

Thanks for following up on this. Good to hear it is working now. pChart4mw does indeed depend on line-breaks in the data to be displayed. This is a normal, intentional practice not a bug in pChart4mw. This 'losing line-breaks' can happen, depending on your text-editor. Enjoy pChart4mw. Gérard 04:04, 23 February 2011 (UTC)Reply

Excel 2k7 ColorScheme[edit]

Here is a new color scheme that matches that of the charts in Excel 2007. Create a text file and save it to: /extensions/pChart4mw/colorschemes/excel.txt

excel.txt[edit]

69,114,167
170,70,67
137,165,78
113,88,143
65,152,175
219,132,61
147,169,207
209,147,146

Example[edit]

{{#pPie: legend|colorscheme=excel|title=Deployment Status|data=
Success,1
Failed,1
Pending,10
}}

-- Zinthose 19:26, 10 December 2010 (UTC)Reply

Thank you for your contribution, very nice. I'll add this colorscheme to pchart4mw's distribution files. -- In fact I just did add it to pchart4mw version 1.2.1 Gérard 08:47, 16 December 2010 (UTC)Reply

example[edit]

It would be really nice if there was a page where users could try this out before they install it. Is there an example page which can be added? Igottheconch 02:12, 23 March 2011 (UTC)Reply

No I am sorry we do not have a test or trail site. Installing (and uninstalling) this extension is pretty straightforward just like any other extension and detailed configuration settings aren't required. So to try this extension you have to add it to your wiki.
Gérard 06:30, 28 March 2011 (UTC)Reply

Available Parameters[edit]

I love the extension! :) However, is there a list of the available parameters for the different graph types. Specifically, I would like to create a stacked line graph. --Mr Minchin 18:34, 28 April 2011 (UTC)Reply

Our parameter documentation describes first the general parameters that are available for all chart types and then the chart specific parameters. pChart4mw supports filled line charts. The stacked parameter is only available for bar charts. See our examples.... Gérard 05:43, 29 April 2011 (UTC)Reply

Thanks![edit]

I just want to thank and congratulate you on having the most thoroughly documented extension I have ever seen. I hope others will use it as an example and will try to live up to the standard you have set. Mickeyf 19:59, 29 June 2011 (UTC)Reply

Thank you for the compliment. We believe that quality (and usability) of a software product is determined by the whole package, including good documentation. Gérard 05:47, 1 July 2011 (UTC)Reply

Command line tool?[edit]

I wonder if anyone has managed to run Pchart4mw as a command line tool? I.e. I would like to run something like:

  php pchart.php -o mychart.png mychart.txt 

I would then be able to use pchart with the emacs org-mode and at the same time easily transfer the result to our mediawiki server. --Dov Grobgeld 08:53, 5 July 2011 (UTC)Reply

Print Values on Chart(s)[edit]

Is there an parameter that will print the value of the data points on the Pchart4mw created chart? I have seen examples of this on the http://pchart.sourceforge.net/ but can't figure out how to do it with Pchart4mw.

Sorry, this feature is not implemented in pChart4mw even tough pChart is able to do it.
Gérard 09:40, 13 July 2011 (UTC)Reply

I would be interested in this feature if it could be made available. Thank you for the great extension!

Possible Defect in pLines with Filled Parameter[edit]

I have been attempting to create charts with the filled parameter; however, I have not be able to create a successful chart without the use of "cubic" with conjunction of "filled".

for example,

 <pLines ymin=0 filled plots legend>
 ,US,EU
 Jan,6748,4301
 Feb,3911,5019
 Mar,3019,3941
 Apr,4810,6412
 May,2203,4823
 Jun,4510,4110
 Jul,3918,5510
 Aug,8810,2930
 Sep,7182,3504
 Oct,6911,3881
 Nov,6749,4761
 Dec,7184,4918
 </pLines>

does not produce what I am expecting. Is this an issue, or works as designed? --Mcdaniel 02:23, 6 July 2011 (UTC)Reply

Thank you for reporting this. Is was a missed feature. A new release (version 1.3.1) is now available for download that solves this issue.
Gérard 05:47, 13 July 2011 (UTC)Reply

Why no graphics when using the slide extension?[edit]

I'm have just been trying out the S5-based slide extension for mediawiki at m:User:BR/S5 slide for mediawiki documentation/en . Unfortunately it does not work with pchart4mw and the pchart "source code" appears in the slides instead of the generated graphics. In contrast, it works as it should for the graphviz extension, which does show graphs. This is confusing as both graphviz and pchart4mw appear to do the same thing, i.e. taking text descriptions and generates images. I tried to see if there was some callback function that p4chart4mw is missing, but I didn't see anything. Does anybody else have any idea of what might be missing? --Dov Grobgeld 07:33, 12 July 2011 (UTC)Reply

I found the reason for this bug today. It turns out that the hook associated with ParserFirstCallInit should use the parser object passed in as a variable instead of using $wgParser. The slidy extension uses a private instance of a fileparser object and not the $wgParser. Therefore the registering of the slidy object in $wgParser doesn't work. By using the $parser object which in any case is passed on to the ParserFirstCallInit hook you solve this problem. Dov Grobgeld 12:07, 15 July 2011 (UTC)Reply
I have patched pChart to solve the problem above. My patched version is available at
https://github.com/dov/pchart
Please incorporate these changes, or alternatively give me svn access, and I will commit them myself. Dov Grobgeld 19:24, 17 July 2011 (UTC)Reply
- Thank you for following up on this. The suggested code changes have been adopted and are now part of the pChart4mw code repository. After review it will be made available in the next release. Gérard 10:19, 18 July 2011 (UTC)Reply
- This fix is made available in public release version 1.3.3. Make sure your cloned copy of pChart4mw is not causing confusion with the original. Gérard 8:22, 21 July 2011 (UTC)
Thanks! I deleted my repo to avoid any potential confusion. Dov Grobgeld 18:48, 31 July 2011 (UTC)Reply

Installation request on English Wikipedia[edit]

FYI, an installation request for en.wikipedia was filled under enhancement #29806.--Kozuch 17:58, 12 July 2011 (UTC)Reply

Please respond to the critiques offered there; you may also wish to consult our guide to getting your extension deployed on Wikimedia Foundation sites. Thanks! Sumana Harihareswara, Wikimedia Foundation Volunteer Development Coordinator (talk) 01:39, 25 April 2012 (UTC)Reply

pChart 2.x[edit]

pChart 2.x is born, you can start moving your script to this new version. The new website is at www.pchart.net.

We are aware of this new version of the pChart library. It is a major release and moving pChart4mw to use this new library is a major task. We have no plans yet to update pChart4mw to pChart 2.x, pChart4mw will remain using the old version 1.27 of the pChart library for some time.
Gérard 08:00, 15 July 2011 (UTC)Reply
Gérard, I would like to use features of pChart 2, and am willing to help with the port if that would be useful. --Bytesmiths 19:59, 14 February 2012 (UTC)Reply

Max execution time - pChart.class on line 467[edit]

I sometimes get errors where editing a page with pChart4MW on it, where the page hangs.

If you look at the apache logs, it says. [error] [client x.x.x.x] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /usr/src/mediawiki-1.17.0/extensions/pchart4mw/pChart/pChart.class on line 467, referer: https://your.host/index.php/Main_Page

This is an old issue with 1.x pChart, and related to scaling. The scaling is done in a loop which can sometimed never exit.

See http://sourceforge.net/projects/pchart/forums/forum/822590/topic/3112244

A few solutions are also listed here, though all are really hacks.

It seems that this is - as you already mentioned - an old issue in pChart 1.x. Is doesn't seem to occur very often and only in very specific cases. If you provide testdata to reproduce this issue we'll have a look at it. Then, if the solution is obvious we'll patch the original pChart 1.x code. Gérard 19:10, 25 August 2011 (UTC)Reply

How to check the PHP settings of your server[edit]

pChart4mw requires PHP with GD Library and freetype extension enabled. To check if your PHP installation matches these requirements do the following:

  • Create a text file named phpinfo.php with content:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
  • Save the text file on your webserver http:\\...\phpinfo.php, ... being the URL to your webserver
  • Then, with your browser, browse to the page: http:\\...\phpinfo.php

You will see a lot of PHP info as output. Search for "freetype". Under the header gd you'll see if GD and freetype are enabled.
Gérard 09:36, 2 September 2011 (UTC)Reply

No text![edit]

When I past the examples in, I get lovely graphics, but no text!

I am on a case-sensitive file system, and I renamed fonts/ to Fonts/, to no avail.

Any clue why there would be no text showing up?

--Bytesmiths 06:23, 29 January 2012 (UTC)Reply

I think is is best to check your installation's PHP, GD and Freetype settings first (for how-to see above point). Also you do not need the #tag syntax, pChart4mw supports tags. Gérard 06:00, 1 February 2012 (UTC)Reply
I fixed it by changing all instances of "tahoma" in the pChart4mw code to "Tahoma." Now I get text with charts. I'm willing to test future releases on a case-sensitive file system before you release them. --Bytesmiths 19:57, 14 February 2012 (UTC)Reply

percentage decimals[edit]

Can you please tell me how to display and select the number of decimal places in the pie percentages?

Sorry, pChart library (and therefore pChart4mw) doesn't support decimals. Gérard 06:00, 15 February 2012 (UTC)Reply


Is it possible to add percentage (%) in a barChart (pbars)?

Mediawiki 1.18?[edit]

  1. Does this extension work with 1.18? I'm getting an error message after install.
  2. I'm not sure if my PHP 5.2.17 has the Freetype and GD thingy's. Here's the "Configure Command" output - './configure' '--enable-fastcgi' '--prefix=/usr/local/php5' '--with-config-file-path=/web/conf' '--disable-posix' '--enable-bcmath' '--enable-calendar' '--with-curl=/usr/bin/curl' '--with-gdbm' '--enable-exif' '--enable-ftp' '--with-gd' '--with-freetype-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr/bin/libpng-config' '--enable-gd-native-ttf' '--with-gettext' '--with-mcrypt=/usr/bin/libmcrypt-config' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl' '--with-pdo-mysql=/usr' '--with-pspell' '--enable-soap' '--enable-wddx' '--with-xsl' '--with-zlib' '--enable-mbstring' '--enable-zip'

I see "freetype" and "gd" in there but not sure if it means I have what you are talking about?

If it's yes to both above then I'll have to figure out why I get error message.

MW 1.18, PHP 5.2.17, MYSQL 5.0.92, SMW 1.7.1, Semantic Bundle 20120308 DaveL (talk) 23:14, 12 April 2012 (UTC)Reply

I Haven't actually tested pChart4mw with MediaWiki 1.18 yet but from its release notes I see no reason why it shouldn't work. If you did the phpinfo.php test described above you should see a long page with tables with PHP info, one of them is called "gd". In that table you should see labels GD Support and Freetype Support both on 'enabled'. Gérard (talk) 05:15, 13 April 2012 (UTC)Reply
Thanks Gerard, I have GD & Freetype and figured out why I got the error message. FYI, after extracting the install it created the extension directory as "pchart4mw" but the require once call asked for "pChart4mw" (capitol "C") ??? Anyway, thank you for the quick response. It is so very much appreciated to get support on an extension! And I'm excited to use this one. You made a fan here. DaveL (talk) 12:48, 13 April 2012 (UTC)Reply

Threshold paramenter[edit]

Hi all. First of all, thank you for this awesome extension. It really helps me!

I've just written simple patch for pChart4mw. It allows to draw threshold line (with specified color) (see details here drawTreshold method) on the chart. BTW, I submitted new Issue on project site and attached sources there. It would be great, if you commit my patch.

Here is simple example of my patch usage:

<pbars size=500x350 title="Site Visitors" 
 ymin=0 ymax=10000 legend threshold=6000 thcolor=#8AB800>
 , Europe,United States,Asia
 Dec,342,36,190
 ASDc,502,3,133
</pbars>

And you'll got something like this.

Again, thanks from Russia! --Vladimir

Thank you Vladimir for this nice initiative and the documentation. It is added to pChart4mw. Gérard (talk) 04:18, 8 May 2012 (UTC)Reply
This feature is now part of pChart4mw 1.4+. Gérard (talk) 12 May 2012 (UTC)

Inline Linking[edit]

Hi. I love this extension already and I've been very impressed by the clean and concise documentation that accompanies it. One thing I haven't been able to do so far is to add inline wiki links to the chart labels. I don't suppose this is possible?

It would also be very impressive if the chart areas could also be click-able, perhaps through integrating some form of image map system to each chart.--Mqbpjdj2 (talk) 11:39, 16 May 2012 (UTC)Reply

Thank you for the compliment. Unfortunately is inline linking is not possible nor do we see it feasible to be build in. pChart4mw generates plain image files. As a work around you could try to wrap the chart in a table and create your own click-able legend. Gérard (talk) 05:04, 18 May 2012 (UTC)Reply

Numbers in Y-axis[edit]

Hi, is it possible to show more than 6 values on the Y-axis when making charts? --Quatroking (talk) 16:36, 25 May 2012 (UTC)Reply

Semantic Media Wiki[edit]

Hello everybody. I managed to set up the extension and it works fine (Mw 1.19) as long as I use manually entered data, but when I try to use a semantic query I just get a blank image. Is it somehow possible to include data from a semantic query? Something like:

<pbars> {{#ask: \[\[cat...:xy\]\] |?has number }} </pbars>

I didnt manage to stop the wiki from making a new Category so I used \ between the brackets. Thank you very much!--80.108.237.102 06:30, 7 September 2012 (UTC)Reply

Use the pChart4mw's parser function syntax when combining it with other extensions. Maybe this helps. Gérard (talk) 14:16, 7 September 2012 (UTC)Reply

Do Pchart4mw work well in wiki stack 1.20.2?[edit]

We are currently upgrading our mediawiki stack from 1.16.2 to 1.20.2. We were using Pchar4mw (version 1.3.0). Along with mediawiki stack upgrade, we are planning to upgrade even the extension version to what ever latest currently available (1.4.0). But in http://www.mediawiki.org/wiki/Extension:Pchart4mw, we see that it is supportable only till 1.18. can any one could let us know if this would break upon using in 1.20.2 stack?

I'm actually trying this with the Bitnami 1.20.2 Ubuntu VMWare image and SMW 1.8. When trying to save any page with either the parser function or tag for pChart4mw, it gives an empty page and appears to halt at the submission step. I have checked that php GD and FreeType are enabled. php 5.4.9 is included with the Bitnami stack. It's strange that you can't even save a page with the pChart4mw parser function or tag. I don't think I have come across this with other extensions. Longphile (talk) 12:51, 12 January 2013 (UTC)Reply
Forgot to add that the above problem we see with page saving was with pChart4mw 1.4. I also tried 1.3.3 and same behavior occurs. When hitting the save button for a page with pChart4mw parser function or tag, a blank page is shown with the url: $IP/mediawiki/index.php?title=TestPage&action=submit
Any help would be appreciated since this extension would be great to have on our wiki. Maybe it is just incompatible with the latest MW 1.20.2? Longphile (talk) 13:13, 12 January 2013 (UTC)Reply
Happy to report that I solved the problem. Turning on php debugging in LocalSettings.php showed that it was a permissions problem with the pChart4mw folder I created in the images folder. chmod 777 fixed it, and I was able to present all the sample charts on the extension page. So it does work with MW 1.20.2 in the Bitnami stack. Longphile (talk) 16:25, 12 January 2013 (UTC)Reply

Generate chart with one dataset[edit]

I want to realize a chart with this code:

<pScatter size=400x300 legend plots colors=F00>
EU 
3,43
</pScatter>

PHP crashes because $Factor==0 in pChart.class and I get a division by zero. Is there a chance to build a chart with one bullet and the legend? I need that for automatic generation of charts. In the first step I have only one dataset.

Bug: Some Chinese characters does not show properly.[edit]

I have some chinese characters in label, and the font is Chinese-support font, but the result graph is like the cache. All the labels are not showing properly.

Chart not showing the up-to date data[edit]

Mediawiki version 1.24

pchart4mw latest version

Creating a line chart with data from SQL Server Using ExternalData and ODBCDatabase. charts are working fine but while refreshing the page chart is not showing the up-to date data showing old data only.

while clicking the show preview button we can able to see the up-to date chart.

{{#get_db_data:
db=mydb
|from=User_Connections t
|data=CaptureDate=t.CaptureDate,UserConnections=t.value}}

{{#pLines:ymin=0|ymax=500|axiscolor=888888|colorscheme=purpleblue|cubic|filled|angle=90|legend|plots|data=
,UserConnections
{{#for_external_table:
{{{CaptureDate}}},{{{UserConnections}}}
}}
}}

and disable the below line in pChart4mw.php $wgPChart4mwCacheEnabled= true;

kindly do the needful

-- Ragu

Content in pages is cached in the parser cache. Try editing the page, don't change anything, and save. If that works, it may be a bug of the extension, that needs to disable the parser cache for pages using the extension. You can try contacting the maintainer to report a bug.
Instead of commenting out the line $wgPChart4mwCacheEnabled, you may set it to false in LocalSettings.php, after the line that includes the extension. --Ciencia Al Poder (talk) 11:04, 26 February 2015 (UTC)Reply

Google Code Shutting Down[edit]

Hello, As you are likely aware, Google is shutting down their Google Code service in January of 2016. This extension appears to house its code with Google Code and is at risk to creating broken links and confusion of users in the near future.

I’m helping to let folks know about this coming update and provide some helpful links to make this migration easy. I hope you’ll take a moment and migrate your extension to a new hosting solution.

For extensions that have a compatible license, you can request developer access to the MediaWiki source repositories for extensions and get a new repository created for you. Alternatively, you may also export your code to other popular repositories such as Github and Bitbucket. Google has provided tools to help with this migration.

Ckoerner (talk) 17:19, 7 July 2015 (UTC)Reply

Apparently someone forked it on GitHub [1]. Currently the contents are the same in both places except some hidden directories or the README.md:
:/tmp> diff -r MediaWiki-pChart4mw-master pchart4mw
Only in pchart4mw/colorschemes: .svn
Only in MediaWiki-pChart4mw-master: .DS_Store
Only in pchart4mw/fonts: .svn
Only in pchart4mw/pChart: .svn
Only in MediaWiki-pChart4mw-master: README.md
Only in pchart4mw: .svn
The wiki may have documentation not listed on the extension's page, though. --Ciencia Al Poder (talk) 16:21, 9 July 2015 (UTC)Reply

Move proposal[edit]

This should be moved to Extension:pChart4mw (capitalize the c in chart). This is how it's referred to in the infobox and throughout the article, and in the actual name of the extension as seen on Special:Version. SatanicSanta (talk) 03:49, 12 January 2017 (UTC)Reply

Yes Done --Shirayuki (talk) 10:44, 12 January 2017 (UTC)Reply

Internal error under MW 1.29 and MW 1.32 (fixed)[edit]

The code * Chart {{#pPie: exploded|3d|data= Sales,43 Marketing,21 Development,56 Customer Support,23 Information Technology,31 Administration,13 }}

works fine under MW 1.27.2. Under MW 1.29 it raised Internal error: submit Error from line 2647 of /usr/share/webapps/mediawiki/extensions/pChart4mw/pChart/pChart.class: Cannot use string offset as an array. The same will happen with the tag. Bar chart works fine under 1.29 10:03, 19 September 2017 (UTC)

I fixed this here it's a php error not a mediawiki error, I'm running 1.32 on php 7.2 redekopmark (talk) 15:07, 3 April 2019 (UTC)Reply

I downloaded the code from here (= fix of User:redekopmark). I however had to change some occurrences like $Points = ""; into $Points = array(); in order to get the extension running with MW 1.32.0 on php 7.3. The occurrences I changed in pChart/pChart.class are:

  • $Points = "";$Points = array(); // mod KH 24.5.2019
  • $LastValue[$Key] += $Value; $LastValue[$Key] = $LastValue[$Key] + $Value; // mod KH 24.5.2019
  • $Plots = ""; $Plots = array(); // mod KH 24.5.2019
  • $TopPlots = ""; $TopPlots = array(); // mod KH 24.5.2019

MW Kappa (talk) 14:05, 24 May 2019 (UTC)Reply

I've released a new version for mw 1.33 and added in MW Kappa's edits redekopmark (talk) 01:04, 12 September 2019 (UTC)Reply

Problem with labels in arabic (or any right-to-left script)[edit]

When having labels in a right-to-left script like arabic, the rendered graph shows the labels in reverse order, like:

Correct label: ABC
Shown label : CBA

Steph.

Well, Its a known pChart problem, you can find same complaint in the pChart forum, with apparently a solution.
Steph.

pChart4mw 2.0 doesn't work with MediaWiki 1.34.1[edit]

If I use this code now

<pbars size=300x150 title="Site Visitors" ymin=0 ymax=10000 legend>
,Europe,United States,Asia
Oct,5345,3110,1291
Nov,3452,3695,1047
Dec,7843,4712,1305
</pbars>

I miss title, legend names, x labels & y labels

What can I do? --Simpsonspedia.net (talk) 08:00, 1 May 2020 (UTC)Reply

Same question! User: Bastor_de 77.11.161.39