hoogi91 / charts
Extension to create datasets and show them as line, bar, pie or doughnut chart in frontend
Installs: 13 691
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 4
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- typo3/cms-backend: ^10.4 || ^11.5
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-extbase: ^10.4 || ^11.5
- typo3/cms-fluid: ^10.4 || ^11.5
- typo3/cms-fluid-styled-content: ^10.4 || ^11.5
- typo3/cms-frontend: ^10.4 || ^11.5
Requires (Dev)
- hoogi91/spreadsheets: ^3.0
- mck89/peast: ^1.13
- phpstan/phpstan: ^0.12.19
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
- typo3/minimal: ^10.4 || ^11.5
- typo3/testing-framework: ^6.14
Suggests
- hoogi91/spreadsheets: Allows datasets (values and colors) to be filled by spreadsheet files (XLSX, CSV, ODT, etc.)
This package is auto-updated.
Last update: 2022-05-02 03:32:43 UTC
README
Features
- Supporting editors & authors by providing
- records to create data for charts incl. labels, data and dataset-labels
- fluid based content elements to display charts (bar, line, pie or doughnut) in frontend
- (optional) fill data records for charts with informations from spreadsheets when spreadsheet extension is present in TYPO3 installation
- Supporting administrators & developers by providing
- select option in extension manager to manage/set the preferred chart library
- registry to add multiple chart libraries implementing at least the
Hoogi91\Charts\DataProcessing\Charts\LibraryInterface
- DataProcessors to get chart data, assets and their settings from Flexform configuration
Usage
Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer req hoogi91/charts
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
Administration corner
Versions and support
Charts | TYPO3 | PHP | Support / Development |
---|---|---|---|
dev-master | 10.4 - 11.5 | 8.1 | unstable development branch |
2.x | 10.4 - 11.5 | 7.4 - 8.1 | features, bugfixes, security updates |
1.x | 8.7 - 10.4 | 7.0 - 7.4 | none |
Release Management
This extension uses semantic versioning, which means, that
- bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
- minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
- and major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.
Contribution
Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue.
Features: Not every feature is relevant for the bulk of users. It helps to have a discussion about a new feature before you open a pull request.