Create thermometer using rgraph

Comparing #8 with #10

Content

[...]
```php
<?php
/**
* RGraph Bars class
* @author Ankit Modi
 <amodi06@gmail.com>
* @date 24/07/2013 09:25 AM
*/
require_once('RGraphWidget.php');
class RGraphThermometer extends RGraphWidget
{
[...]