I'm trying to use a line chart to display daily sales over time (y axis is the sales (in dollar amount) andI want the x axis to be time in days). I currently have the line chart in a template grid. I'm using a data view to enter the data and a data grid to display it. The line chart pulls from the microflow that has 'Sales' as its parameter.
The problem I'm having is that as I add new data, instead of it showing up on the same chart, it creates another chart. How should I fix this?