Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harugon/chartjs
Semantic MediaWiki 意味的検索でChart.jsを使う
https://github.com/harugon/chartjs
mediawiki semantic-mediawiki
Last synced: about 2 months ago
JSON representation
Semantic MediaWiki 意味的検索でChart.jsを使う
- Host: GitHub
- URL: https://github.com/harugon/chartjs
- Owner: harugon
- Created: 2020-09-04T22:39:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T17:10:40.000Z (about 3 years ago)
- Last Synced: 2024-04-23T05:45:09.725Z (9 months ago)
- Topics: mediawiki, semantic-mediawiki
- Language: PHP
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chartjs
====
![demo](https://raw.githubusercontent.com/harugon/Chartjs/master/.github/screenshots/Chartjs.png)
📈Chart.js for Semantic MediaWiki## Description
Semantic MediaWiki 意味的検索 でChart.jsを使用することができます## Download
### Composer
Composer でインストールします [composer.local.json](https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin)
```bash
COMPOSER=composer.local.json composer require harugon/Chartjs
```## Install
LocalSettings.php に下記を追記
```php
wfLoadExtension( 'Chartjs' );
```extensions/Chartjs ディレクトリに移動し
```bash
composer install --no-dev
```[wikimedia/composer\-merge\-plugin](https://github.com/wikimedia/composer-merge-plugin)で追記する方法もあり
## Library
* [Chart\.js \| Open source HTML5 Charts for your website](https://www.chartjs.org/)
* [chartjs\-plugin\-colorschemes Color Chart](https://nagix.github.io/chartjs-plugin-colorschemes/colorchart.html)## Licence
MIT
## Author
[harugon](https://github.com/harugon)
#