Skip to content

Commit 0367d81

Browse files
committed
chore: improve style for example
1 parent 314f924 commit 0367d81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ <h1>A spectrum-generator module usage example</h1>
8080
graph
8181
.newSerie(
8282
'reconstructed',
83-
{ lineColor: 'red', lineWidth: 2 },
83+
{
84+
lineColor: 'rgba( 255, 0, 0, 0.3)',
85+
lineWidth: 4,
86+
opacity: 0.3,
87+
},
8488
'line',
8589
) // Creates a new serie
8690
.autoAxis() // Assigns axes

0 commit comments

Comments
 (0)