1. Product Price History
E-commerce ManagerBackground
The manager needs to present how a product's price changed throughout the year to stakeholders.
Problem
Standard line charts imply continuous change, which is misleading for fixed price points.
How to use
Input the price history as a JSON array and select 'Step Before' to show exactly when the price changed.
[{"x": "Jan", "y": 199}, {"x": "Mar", "y": 179}, {"x": "Jun", "y": 159}]Outcome
A clean staircase chart clearly showing the price drops at specific months.