ChartWrapper
class ChartWrapper extends Wrapper (View source)
ChartWrapper Class
Used for wrapping charts to use in dashboards.
Constants
| VIZ_CLASS | 
                     Javascript chart class. 
  | 
            
Methods
                    __construct(
    Chart $chart, 
    ElementId $containerId)
                                            
                
            Builds a ChartWrapper object.
                    
    string
                
                
                    toJavascript()
                                            
                Returns a javascript string with the constructor for the Wrapper.
from 
    Wrapper