header: title: Bike Dashboard description: "Shows statistics about agents, who used bike as their main mode." layout: first: - type: tile height: 0.1 dataset: analysis/analysis/mean_travel_stats.csv second: - type: tile height: 0.1 dataset: analysis/analysis/cyclist_demo_stats.csv modalSplit: - type: plotly title: Modal split datasets: dataset: file: analysis/analysis/mode_share.csv constant: source: Base case aggregate: groupBy: - main_mode func: SUM target: share traces: - x: $dataset.share "y": $dataset.source orientation: h type: bar name: $dataset.main_mode layout: barmode: stack mergeDatasets: true income: - type: bar title: Bike users per income group - Policy dataset: analysis/analysis/bike_income_groups.csv x: income_group columns: - share useLastRow: false xAxisName: Income Group yAxisName: Share Agents stacked: false