keep y axis fixed to 2, csv automation
This commit is contained in:
@@ -130,7 +130,7 @@ const Devices = () => {
|
||||
{!curTestData && <div className='refresh-graph-message'>Select test device, date and person to get the detailed graph. Then, click show button to render graph.</div>}
|
||||
{curTestData?.csvPath && <DeviceGraph url={curTestData?.csvPath} show={showGraph} />}
|
||||
|
||||
{curTestData && <div className='person-details'>
|
||||
{curTestData && <div className='test-details'>
|
||||
<table>
|
||||
<tr>
|
||||
<th>key</th>
|
||||
|
||||
Reference in New Issue
Block a user