{# History Chart Component Parameters: - stock_history: Array of stock history records with changeDate and newValue properties - wanted_history: Array of wanted stock history records with newValue properties - chart_id: ID for the canvas element (default: 'stockHistoryChart') - title: Title for the chart card (default: 'History') #} {% set chart_id = chart_id|default('stockHistoryChart') %} {% set title = title|default('History') %}