Toolkit for several operation with graphs
Source for this file: /Graph/src/tools.php
Version: | //autogentag// |
public static string |
createImageMap(
$chart
, [ $name
= null] )
Create an XHtml image map from a chart with gd driver. The name of the image map can be specified and will be ezcGraphImageMap otherwise. |
public static void |
linkSvgElements(
$chart
)
Add links to clickable SVG elements in a chart with SVG driver. |
Create an XHtml image map from a chart with gd driver. The name of the image map can be specified and will be ezcGraphImageMap otherwise.
Name | Type | Description |
---|---|---|
$chart |
ezcGraphChart | |
$name |
string |
Add links to clickable SVG elements in a chart with SVG driver.
Name | Type | Description |
---|---|---|
$chart |
ezcGraphChart |