Valentin Zickner
					
					4 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.stories.ts
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
						
					 | 
					@ -1,5 +1,4 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import { CommonModule } from '@angular/common'; | 
					 | 
					 | 
					import { CommonModule } from '@angular/common'; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import { Currency } from '@prisma/client'; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import { Meta, Story, moduleMetadata } from '@storybook/angular'; | 
					 | 
					 | 
					import { Meta, Story, moduleMetadata } from '@storybook/angular'; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; | 
					 | 
					 | 
					import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -24,7 +23,7 @@ const Template: Story<PortfolioProportionChartComponent> = ( | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					export const Simple = Template.bind({}); | 
					 | 
					 | 
					export const Simple = Template.bind({}); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					Simple.args = { | 
					 | 
					 | 
					Simple.args = { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					  baseCurrency: Currency.USD, | 
					 | 
					 | 
					  baseCurrency: 'USD', | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					  keys: ['name'], | 
					 | 
					 | 
					  keys: ['name'], | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  locale: 'en-US', | 
					 | 
					 | 
					  locale: 'en-US', | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  positions: { | 
					 | 
					 | 
					  positions: { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |