Update data deletion now in data manager with customization, minor UI improvements, increased chart y-axis tick count (regression)
This commit is contained in:
@@ -467,8 +467,8 @@ const SimulationChart = ({
|
||||
// FIXME
|
||||
//label={{ value: t('axisLabelConcentration'), angle: -90, position: 'insideLeft', style: { fontStyle: 'italic', color: '#666' } }}
|
||||
domain={yAxisDomain as any}
|
||||
tickCount={20}
|
||||
interval={1}
|
||||
tickCount={16}
|
||||
interval={0}
|
||||
allowDecimals={false}
|
||||
allowDataOverflow={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user