forked from ddrilling/asb_cloud_front
design charts
This commit is contained in:
parent
c818d9fde1
commit
3640ce0c14
@ -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: {
|
||||||
|
@ -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>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user