The Line Chart element allows you to analyze data changes over time in an intuitive and effective way. By connecting points with lines, trends, fluctuations, and critical periods can be easily observed. It is used for performance analysis, time series reporting, and comparative charts.
The Line Chart element is supported in both web and mobile applications.
Areas of Use
Viewing daily, weekly, or monthly sales trends,
Analyzing website traffic,
Tracking changes in conversion rates over time,
Comparing performance metrics, etc.
Website Traffic Tracking
The Line Chart is used to track the daily number of visitors and conversion rate of an e-commerce site.
An action that pulls daily visitor and conversion data is connected as the data source.
Data Field → Number of visitors
Second Data Field → Conversion rate
Different colors are assigned to each data series (e.g., visitors → blue, conversion → green).
Both visitor and conversion data are displayed in the tooltip.
If Show Data Labels is enabled, the value of each point can be seen.
The Y-axis starts from zero, and the maximum value is determined dynamically.
Connecting the Data Source
Go to the Datasources module.
Click the + icon next to the Tables heading and name the table “TrafficData”.
Create the following table.
Then click SQL Actions and name the action “TrafficData”. You can also create it with C#.