/
Create Chart
Create Chart
There are three ways to define a chart in Pricefx:
- Analytics Charts – The basic and easy option, for which no programming skills are necessary. Simply define a chart in the UI and add it to a dashboard or copy and paste the definition to your calculation logic.
- FlexCharts – These are the legacy dashboard charts if Analytics Charts are not flexible enough. Templates can be created to shorten the Groovy code, and some level of JavaScript support allows for advanced number formatting. Rendering is fast, as the config goes straight to the Highcharts library. Server-side parsing helps catching errors, but unfortunately this solution relies on a 3rd party library that is based on the older 4.0 Highcharts release.
- Highcharts – Allow you to create highly flexible chart definitions with access to the full feature set of the latest Highcharts library release. Details of the chart are defined in a calculation logic, together with the data which can come either from Analytics or other storages or can be created on the fly. The chart can then be used throughout the application.
, multiple selections available,
Related content
Create Clickable Highcharts/Highmaps
Create Clickable Highcharts/Highmaps
Read with this
Create a Dashboard from Scratch
Create a Dashboard from Scratch
More like this
How to Create Highchart
How to Create Highchart
Read with this
How to Create New Dashboard in Pricefx
How to Create New Dashboard in Pricefx
More like this
How to Create a New Product Extension
How to Create a New Product Extension
Read with this
Create a Logic for a Blank Dashboard
Create a Logic for a Blank Dashboard
More like this
Found an issue in documentation? Write to us.