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
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.

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' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.