hoogi91 / charts
Extension to create datasets and show them as line, bar, pie or doughnut chart in frontend
Installs: 73 627
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 6
Open Issues: 5
Type:typo3-cms-extension
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-json: *
- typo3/cms-backend: ^11.5 || ^12.4
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-extbase: ^11.5 || ^12.4
- typo3/cms-fluid: ^11.5 || ^12.4
- typo3/cms-fluid-styled-content: ^11.5 || ^12.4
- typo3/cms-frontend: ^11.5 || ^12.4
Requires (Dev)
- bnf/phpstan-psr-container: ^1.0
- friendsoftypo3/phpstan-typo3: ^0.9.0
- helhum/typo3-console: ^7.1 || ^8.0
- hoogi91/spreadsheets: ^3.3 || ^4.0
- mck89/peast: ^1.13
- phpstan/phpstan: ^1.7.15
- phpunit/phpunit: ^10.3
- rector/rector: ^0.17 || ^0.18 || ^0.19 || ^1.0
- roave/security-advisories: dev-latest
- slevomat/coding-standard: ^8.8
- squizlabs/php_codesniffer: ^3.5
- typo3/minimal: ^11.5 || ^12.4
- typo3/testing-framework: ^7.0 || ^8.0
- vimeo/psalm: ^5.1
Suggests
- hoogi91/spreadsheets: Allows datasets (values and colors) to be filled by spreadsheet files (XLSX, CSV, ODT, etc.)
- dev-develop
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/eslint-9.15.0
- dev-dependabot/npm_and_yarn/cross-spawn-7.0.6
- dev-dependabot/composer/squizlabs/php_codesniffer-3.11.1
- dev-dependabot/composer/phpoffice/phpspreadsheet-2.3.2
- dev-dependabot/npm_and_yarn/eslint-9.14.0
- dev-master
- dev-feature/php83-support
This package is auto-updated.
Last update: 2024-11-18 20:11:55 UTC
README
composer req hoogi91/charts
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
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.