PL
Hi!
In the Demo Fitness planing mashup, the lower line chart has several data sources witch you can switch between using the arrows in the header. Can anyone tell me how to do this?
See attachment
Thanks,
Peder
Hi Peder,
the data feed in the example's line chart consists of three (relevant) columns:
- Date to populate the x-axis,
- Value to determine the hight on the y-axis and
- a third column to filter for categories like weight, fat, etc.
Above the line chart there is a filter widget which enables you to walk through the list of categories. By selecting categories you select a set of mesurements (only rows for this category) to be visualized.
This way, the chart renders multiple data series depending on a user's selection.
Regards
Stephan