Fix graph area to invert at 0 (#998)
This commit is contained in:
		
							parent
							
								
									bbce3e873e
								
							
						
					
					
						commit
						d6bb27f97c
					
				|  | @ -277,7 +277,7 @@ export const SingleValueHistoryChart = <P extends HistoryPoint>(props: { | |||
|   const xScale = viewXScale ?? props.xScale | ||||
| 
 | ||||
|   const px = useCallback((p: P) => xScale(p.x), [xScale]) | ||||
|   const py0 = yScale(yScale.domain()[0]) | ||||
|   const py0 = yScale(0) | ||||
|   const py1 = useCallback((p: P) => yScale(p.y), [yScale]) | ||||
| 
 | ||||
|   const { xAxis, yAxis } = useMemo(() => { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user