www.fgks.org   »   [go: up one dir, main page]

Extension:Chart

MediaWiki extensions manual
Chart
Release status: unstable
Implementation Tag
Description Renders charts
Author(s) TODO
Compatibility policy Master maintains backward compatibility.
MediaWiki
Database changes No
License GNU General Public License 3.0 or later
Download
README
Quarterly downloads 1 (Ranked 136th)
Translate the Chart extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The Chart extension is a project to replace the Graph extension. Its development has not begun yet. See Extension:Chart/Project for more details on the development process.

Installation

edit
  • Download and move the extracted Chart folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Chart
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Chart' );
    
  • Yes  Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.