Skip to content

Commit

Permalink
Set up support for bubble charts
Browse files Browse the repository at this point in the history
  • Loading branch information
destinydriven committed Dec 18, 2014
1 parent 8554afc commit ccaba3c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Vendor/HighRollerBubbleChart.php
@@ -0,0 +1,32 @@
<?php

/**
* Author: destinydriven
* Date: 12/18/14
* Time: 11:35 AM
* Desc: HighRoller Bubble Chart SubClass
*
* Licensed to Gravity.com under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. Gravity.com licenses this file to you use
* under the Apache License, Version 2.0 (the License); you may not this
* file except in compliance with the License. You may obtain a copy of the
* License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an AS IS BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
class HighRollerBubbleChart extends HighRoller {

public function __construct() {
parent::__construct();
$this->chart->type = 'bubble';
}

}

0 comments on commit ccaba3c

Please sign in to comment.