The documentation for the tLineChart component is missing in the TOS Documentation. so thought of sharing some information for setting up and use line chart component.
Line Chart component require the following fields to be available in the input flow,
- serie – a cost/value
- x – x axis value
- y – y axis value
It generates the chart based on the data in the above fields.
So make sure that you rename the input fields to the above mentioned name while using line chart component.