Charts allows two display data sets as charts. This is a TYPO3 extension for the DENA project.
This extension has been developed at CPS IT GmbH.
Steps to crate a chart:
- Upload the data in CSV format for the chart to your system.
- Add the desired chart like any other content element. Select from the chart Tab the desire chart typ.
- Enter an optional
Header
text for the content element - Switch to the tab
Chart
and select the CSV data source file you want to display. - Add the required
Axis
andunits
information - Select the
Color scheme
andColors
to be used by the chart - Optional you can specify a
source
and a link to it - Enter an optional description for the chart
- If needed change the aspect ratio of the chart
You can specify different color schemes for every site in your system. You just need to add the following configuration to your site config file:
...
settings:
denaCharts:
colorSchemeFile: EXT:your_extension/Resources/Private/colorschemes.json
...