Update data deletion now in data manager with customization, minor UI improvements, increased chart y-axis tick count (regression)

This commit is contained in:
2026-02-04 12:24:03 +00:00
parent 11dacb5441
commit efa45ab288
10 changed files with 469 additions and 48 deletions

View File

@@ -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}
/>