The LED grid can be used to represent simple letters and numbers.
The example file is here.
<script> window.onload = function () { var led = new RGraph.LED('myCanvas', '456461'); led.Set('chart.dark', '#666'); led.Set('chart.light', 'rgba(255,255,255,1)'); led.Draw(); } </script>
You can use these properties to control how the LED grid apears.
chart.dark |
Colour of the darkened (ie unlit) lights Default: #eee |
chart.light | Colour of lit lights Default: #f66 |
---|---|---|---|
chart.background |
The colour of the background. Default: #fff |