<
Grid
item
xs
=
{
12
}
>
<
div
style
=
{
{
backgroundColor
:
'red'
,
padding
:
6
}
}
>
<
Chart
chartType
=
{
'Timeline'
}
data
=
{
chartSource
}
width
=
{
'100%'
}
height
=
{
'100%'
}
options
=
{
{
avoidOverlappingGridLines
:
true
,
zoomStartTime
:
0
,
zoomEndTime
:
1
,
showBarLabels
:
false
}
}
className
=
{
classes
.
background
}
/>
</
div
>
</
Grid
>