| 
														
															@@ -43,6 +43,7 @@ const props = defineProps({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const chartStyles = computed(() => ({ 
														 | 
														
														 | 
														
															 const chartStyles = computed(() => ({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	position: "relative", 
														 | 
														
														 | 
														
															 	position: "relative", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	height: `${props.height}px`, 
														 | 
														
														 | 
														
															 	height: `${props.height}px`, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	"max-height": `${props.height}px`, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	...props.styles 
														 | 
														
														 | 
														
															 	...props.styles 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 })); 
														 | 
														
														 | 
														
															 })); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const chartOptions = computed(() => ({ 
														 | 
														
														 | 
														
															 const chartOptions = computed(() => ({ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -56,13 +57,13 @@ const chartOptions = computed(() => ({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <template> 
														 | 
														
														 | 
														
															 <template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	<Line 
														 | 
														
														 | 
														
															 	<Line 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:ref="`chart-${chartId}`" 
														 | 
														
														 | 
														
															 		:ref="`chart-${chartId}`" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		:chart-options="chartOptions" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		:chart-data="data" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		:options="chartOptions" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		:data="data" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:chart-id="chartId" 
														 | 
														
														 | 
														
															 		:chart-id="chartId" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:dataset-id-key="datasetIdKey" 
														 | 
														
														 | 
														
															 		:dataset-id-key="datasetIdKey" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:plugins="plugins" 
														 | 
														
														 | 
														
															 		:plugins="plugins" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:css-classes="cssClasses" 
														 | 
														
														 | 
														
															 		:css-classes="cssClasses" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		:styles="chartStyles" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		:style="chartStyles" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:width="width" 
														 | 
														
														 | 
														
															 		:width="width" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		:height="height" 
														 | 
														
														 | 
														
															 		:height="height" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	/> 
														 | 
														
														 | 
														
															 	/> 
														 |