Skip to content

Commit d4baf6a

Browse files
author
Mr. X
committed
small changes in example
1 parent dd9707c commit d4baf6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const LineGraph = new GPUjsRealRenderer.RealLineGraph({
1919
progressInterval: 0.4, // Axis moves by one pixel every 0.4 internal time units (Only for continous type)
2020

2121
brushSize: 0.1, // The radius of one point of data, in coordinate units
22-
brushColor: [1, 0, 0], // Color of the brush
22+
brushColor: [0.76, 0, 0], // Color of the brush
2323

2424
lineThickness: 0.03, // Thickness of the line joining points
25-
lineColor: [0, 0, 1]
25+
lineColor: [0.1, 0.2, 0.8]
2626
})
2727

2828
LineGraph.draw();

0 commit comments

Comments
 (0)