hoogi91/charts

Extension to create datasets and show them as line, bar, pie or doughnut chart in frontend

Package info

github.com/hoogi91/charts

Type:typo3-cms-extension

pkg:composer/hoogi91/charts

Statistics

Installs: 126 912

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 13

3.0.3 2025-11-11 21:14 UTC

Requires

Requires (Dev)

Suggests

  • hoogi91/spreadsheets: Allows datasets (values and colors) to be filled by spreadsheet files (XLSX, CSV, ODT, etc.)

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-or-later f40b1da44a21e990d35b63b843aba1d3d0146f94


README

👁 Version
👁 Tests
👁 Coverage
👁 License
👁 Documentation

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.