Create thermometer using rgraph

Comparing #9 with #10

Content

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