design charts

This commit is contained in:
Фролов 2021-10-27 14:30:42 +05:00
parent c818d9fde1
commit 3640ce0c14
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import { Grid, GridItem } from '../../components/Grid'
import { ChartTimeBase } from '../../components/charts/ChartTimeBase' import { ChartTimeBase } from '../../components/charts/ChartTimeBase'
import { ChartTimeOnlineFooter } from './ChartTimeOnlineFooter' import { ChartTimeOnlineFooter } from './ChartTimeOnlineFooter'
const stroke = (sz = '1px', c = 'white') => ({ textShadow: `-${sz} -${sz} 0 ${c}, ${sz} -${sz} 0 ${c}, -${sz} ${sz} 0 ${c}, ${sz} ${sz} 0 ${c}` }) const stroke = (sz = '2px', c = 'white') => ({ textShadow: `-${sz} -${sz} 0 ${c}, ${sz} -${sz} 0 ${c}, -${sz} ${sz} 0 ${c}, ${sz} ${sz} 0 ${c}` })
const chartPluginsOptions = { const chartPluginsOptions = {
plugins: { plugins: {

View File

@ -404,7 +404,7 @@ export default function TelemetryView({ idWell }) {
flowChartData={flowChartData} flowChartData={flowChartData}
lineGroup={group} lineGroup={group}
interval={chartInterval} interval={chartInterval}
headerHeight={'60px'} headerHeight={'50px'}
showBorder={getIndexOfDrillingBy(dataSaub) === index} /> showBorder={getIndexOfDrillingBy(dataSaub) === index} />
</GridItem> </GridItem>
)} )}