switch color

This commit is contained in:
Yuqiu Wang
2021-03-26 12:35:30 -04:00
parent 40848edc3c
commit 8ff770fa8d
+2 -2
View File
@@ -87,8 +87,8 @@ export default class PrometheusGraph extends Base<Props, State> {
</linearGradient>
</GradientDefs>
<AreaSeries
color={'url(#CoolGradient)'}
// color={'#6822aa'} this is another option
// color={'url(#CoolGradient)'} this is another option
color={'#6822aa'}
opacity={0.5}
data={this.state.data}
/>