We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9707c commit d4baf6aCopy full SHA for d4baf6a
example/example.js
@@ -19,10 +19,10 @@ const LineGraph = new GPUjsRealRenderer.RealLineGraph({
19
progressInterval: 0.4, // Axis moves by one pixel every 0.4 internal time units (Only for continous type)
20
21
brushSize: 0.1, // The radius of one point of data, in coordinate units
22
- brushColor: [1, 0, 0], // Color of the brush
+ brushColor: [0.76, 0, 0], // Color of the brush
23
24
lineThickness: 0.03, // Thickness of the line joining points
25
- lineColor: [0, 0, 1]
+ lineColor: [0.1, 0.2, 0.8]
26
})
27
28
LineGraph.draw();
0 commit comments