highmaps.json 717 KB

12
  1. offline.highmaps.object = [{"name":"Axis","returnType":"","description":"<p>A chart has two built-in axes, the X axis and the Y axis, which are hidden and control the map's coordinate system. Additionally, a map chart may have a <code>colorAxis</code> that controls the color of the map area points relating to the value.</p>\r\n\r\n<p>The X axis is referenced by <code>chart.xAxis[0]</code>. The same pattern goes for Y axis, and for <code>chart.colorAxis[0]</code>.</p>\r\n\r\n<p>If you need to get the axes from a series object, use the <code>series.xAxis</code> and<code>series.yAxis</code> properties. These are not arrays, as one series can only be associated to one X and one Y axis.</p>\r\n\r\n<p>A third way to reference the axis programmatically is by id. Add an id in the axis configuration options, and get the axis by <code>chart.get(id)</code>.</p> \r\n\r\n<p>Configuration options for the axes are given in <a class=\"internal\" href=\"#xAxis\">options.xAxis</a> and <a class=\"internal\" href=\"#yAxis\">options.yAxis</a>.</p>","title":"Axis","isParent":true,"params":"","paramsDescription":"","demo":"","deprecated":false},{"name":"Axis--setExtremes","fullname":"Axis.setExtremes","type":"method","returnType":"","description":"<p>Set the minimum and maximum of the axes after render time. The <code>setExtremes</code> method will not allow a range lower than the <a href=\"#xAxis.minRange\">minRange</a> option.</p>\r\n\r\n<p>In Highmaps, the X and Y axis will preserve the aspect ratio, so zooming on one axis will affect the other.</p>","title":"setExtremes","isParent":false,"parent":"Axis","params":"(Number min, Number max, [Boolean redraw], [Mixed animation])","paramsDescription":"min: Number<br>The new minimum value||max: Number<br>The new maximum value||redraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart or wait for an explicit call to <code>chart.redraw()</code>.||animation: Mixed<br>Defaults to true. When true, the resize will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/axis-setextremes/\" target=\"_blank\">Set extremes from a button</a>","since":"","deprecated":false},{"name":"Chart","returnType":"","description":"<p>The chart object is the JavaScript object representing a single chart in the web page.The pointer to your chart object is returned when a chart is created using the <code>Highcharts.Chart()</code> constructor:</p><pre>var chart1 = new Highcharts.Chart(options);</pre>","title":"Chart","isParent":true,"params":"","paramsDescription":"","demo":"","deprecated":false},{"name":"Chart--addAxis","fullname":"Chart.addAxis","type":"method","returnType":"","description":"<p>Add an axis to the chart after render time. Note that this method should never be used when adding data synchronously at chart render time, as it adds expense to the calculations and rendering. When adding data at the same time as the chart is initiated, add the axis as a configuration option instead.</p>\r\n<p>This method is inherited from Highcharts as a map is a cartesian series with hidden X and Y axes. In Highmaps it is less relevant.</p>","title":"addAxis","isParent":false,"parent":"Chart","params":"(Object options, [Boolean isX], [Boolean redraw], [Mixed animation])","paramsDescription":"options: Object<br>\r\nThe Axis options, as documented under <a href=\"#xAxis\">xAxis</a> and <a href=\"#yAxis\">yAxis</a>.||\r\n\r\nisX: Boolean<br>\r\nWhether it is an X axis or Y axis.||\r\n\r\nredraw: Boolean<br>\r\nDefaults to <code>true</code>. Whether to redraw the chart after the series is added. See the <code>redraw()</code> method below.||\r\n\r\nanimation: Mixed<br>\r\nDefaults to true. When true, the series' updating will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"","since":"","deprecated":false},{"name":"Chart--addSeries","fullname":"Chart.addSeries","type":"method","returnType":"Series","description":"Add a series to the chart after render time. Using this method is discouraged when adding data synchronously at chart render time, as it adds expense to the calculations and rendering. When adding data at the same time as the chart is initiated, add the series as a configuration option instead.","title":"addSeries","isParent":false,"parent":"Chart","params":"(Object options, [Boolean redraw], [Mixed animation])","paramsDescription":"options: Object<br>\r\nThe series options, as documented under <a href=\"#plotOptions.series\">plotOptions.series</a> and under the plotOptions for each series type.||\r\n\r\nredraw: Boolean<br>\r\nDefaults to <code>true</code>. Whether to redraw the chart after the series is added. See the <code>redraw()</code> method below.||\r\n\r\nanimation: Mixed<br>\r\nDefaults to true. When true, the series' updating will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/chart-addseries/\" target=\"_blank\">Add a series from a button</a>","since":"","deprecated":false},{"name":"Chart--destroy","fullname":"Chart.destroy","type":"method","returnType":"","description":"Removes the chart and purges memory. This method should be called before writing a new chart into the same container. It is called internally on window unload to prevent leaks. It is also called internally before adding another chart to the same container.","title":"destroy","isParent":false,"parent":"Chart","params":"()","paramsDescription":"","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/chart-destroy/\" target=\"_blank\">Destroy the chart from a button</a>","since":"","deprecated":false},{"name":"Chart--exportChart","fullname":"Chart.exportChart","type":"method","returnType":"","description":"<p>Exporting module required. Submit an SVG version of the chart to a server along with some parameters for conversion.</p>\r\n\r\n<p>For live demos, see <a href=\"http://api.highcharts.com/highcharts#Chart.exportChart()\">Highcharts API for exportChart</a>, which shares the same feature set.</p>","title":"exportChart","isParent":false,"parent":"Chart","params":"(Object options, Object chartOptions)","paramsDescription":"options: Object<br>Exporting options. Out of the <a class=\"internal\" href=\"#exporting\">exporting</a> options, the following options can be given as parameters to the exportChart method. All options default to the values given in the exporting config options. \r\n<code>filename</code>: the filename for the export without extension, \r\n<code>url</code>: the URL for the server module to do the conversion, \r\n<code>width</code>: the width of the PNG or JPEG image generated on the server, \r\n<code>type</code>: the MIME type of the converted image, \r\n<code>sourceWidth</code>: the width of the source (in-page) chart, \r\n<code>sourceHeight</code>: the height of the source chart.||\r\n\r\nchartOptions: Object<br>Additional chart options for the exported chart. For example a different background color can be added here.","demo":"","since":"","deprecated":false},{"name":"Chart--get","fullname":"Chart.get","type":"method","returnType":"Axis|Series|Point","description":"Get an axis, series or point by its <code>id</code> as given in the configuration options.","title":"get","isParent":false,"parent":"Chart","params":"(String id)","paramsDescription":"id: String<br>The id of the axis, series or point to get.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Highlight a point by id</a>","since":"","deprecated":false},{"name":"Chart--getSelectedSeries","fullname":"Chart.getSelectedSeries","type":"method","returnType":"Array<Series>","description":"Returns an array of all currently selected series in the chart. Series can be selected either programmatically by the <a href=\"#Series.select()\">Series.select()</a> method or by checking the checkbox next to the legend item if <a href=\"#plotOptions.series.showCheckbox\">series.showCheckBox</a> is true.","title":"getSelectedSeries","isParent":false,"parent":"Chart","params":"()","paramsDescription":"An array of the selected Series items.","demo":"","since":"","deprecated":false},{"name":"Chart--mapZoom","fullname":"Chart.mapZoom","type":"method","returnType":"","description":"Zoom in or out of the map. See also <a href=\"#Point.zoomTo\">Point.zoomTo</a>.","title":"mapZoom","isParent":false,"parent":"Chart","params":"(Number howMuch, [Number centerX], [Number centerY], [Number mouseX], [Number mouseY])","paramsDescription":"howMuch: Number<br>\r\nHow much to zoom the map. Values less than 1 zooms in. 0.5 zooms in to half the current view. 2 zooms to twice the current view.||\r\n\r\ncenterX: Number<br>\r\nThe X axis position to center around if available space.||\r\n\r\ncenterY: Number<br>\r\nThe Y axis position to center around if available space.||\r\n\r\nmouseX: Number<br/>\r\nFix the zoom to this position if possible. This is used for example in mousewheel events, where the area under the mouse should be fixed as we zoom in.||\r\n\r\nmouseY: Number<br>\r\nFix the zoom to this position if possible.\r\n\r\n","demo":"","since":"","deprecated":false},{"name":"Chart--setSize","fullname":"Chart.setSize","type":"method","returnType":"","description":"Resize the chart to a given width and height.","title":"setSize","isParent":false,"parent":"Chart","params":"(Number width, Number height, [Mixed animation])","paramsDescription":"width: Number<br>The new pixel width of the chart.||height: Number<br>The new pixel height of the chart.||animation: Mixed<br>Defaults to true. When true, the resize will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/maps/members/chart-setsize-jquery-resizable/\" target=\"_blank\">Resize by jQuery UI resizable</a>","since":"","deprecated":false},{"name":"Element","fullname":"Element","returnType":"","description":"<p>The Element class is a JavaScript wrapper for SVG elements used in the rendering layer of Highchart. Combined with the Renderer object, these elements allows freeform annotation in the charts or even in your HTML pages without creating a chart at all.</p>","title":"Element","isParent":true,"params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Renderer--g","fullname":"Renderer.g","type":"method","returnType":"Element","description":"Add an SVG/VML group.","title":"g","isParent":false,"parent":"Renderer","params":"(String name)","paramsDescription":"name: String<br>The name of the group. This will be used in the class name, which will be <code>\"highcharts-\"+ name</code>. Other Element objects are added to the group by using the group as the first parameter in .add() for the wrappers.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-g/\" target=\"_blank\">Show and hide grouped objects</a>","since":"","deprecated":false},{"name":"Series--setVisible","fullname":"Series.setVisible","type":"method","returnType":"","description":"A utility function to show or hide the series with an optional redraw.","title":"setVisible","isParent":false,"parent":"Series","params":"(Boolean visible, [Boolean redraw])","paramsDescription":"visible: Boolean<br>Whether to show or hide the series. If undefined, the visibility is toggled.||redraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the series is altered.If doing more operations on the chart, it is a good idea to set redraw to false and call <code>chart.redraw()</code> after.","demo":"","since":"","deprecated":false},{"name":"Chart--getSelectedPoints","fullname":"Chart.getSelectedPoints","type":"method","returnType":"Array<Point>","description":"Returns an array of all currently selected points in the chart. Points can be selected either programmatically by the <a href=\"#Point.select()\">Point.select()</a> method or by clicking when <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> is enabled.","title":"getSelectedPoints","isParent":false,"parent":"Chart","params":"()","paramsDescription":"An array of the selected points.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Get selected points</a>","since":"","deprecated":false},{"name":"Chart--print","fullname":"Chart.print","type":"method","returnType":"","description":"Exporting module required. Clears away other elements in the page and prints the chart as it is displayed. By default, when the exporting module is enabled, a button at the upper left calls this method. See demo at <a href=\"http://api.highcharts.com/highcharts#Chart.print()\">the Highcharts API</a>.","title":"print","isParent":false,"parent":"Chart","params":"()","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--xAxis","fullname":"Chart.xAxis","type":"property","returnType":"Array<Axis>","description":"An array of the chart's x axes. A map has hidden X and Y axes by default. If only one x axis, it is referenced by <code>chart.xAxis[0]</code>.","title":"xAxis","isParent":false,"parent":"Chart","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--yAxis","fullname":"Chart.yAxis","type":"property","returnType":"Array<Axis>","description":"An array of the chart's y axes. A map has hidden X and Y axes by default. If only one y axis, it is referenced by <code>chart.yAxis[0]</code>.","title":"yAxis","isParent":false,"parent":"Chart","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Element--add","fullname":"Element.add","type":"method","returnType":"Element","description":"Add the element to the renderer canvas.","title":"add","isParent":false,"parent":"Element","params":"[(Object parent)]","paramsDescription":"parent: Object<br>The element can be added to a <code>g</code> (group) element.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-g/\" target=\"_blank\">Elements added to a group</a>","since":"","deprecated":false},{"name":"Series--hide","fullname":"Series.hide","type":"method","returnType":"","description":"Hides the series if visible. ","title":"hide","isParent":false,"parent":"Series","params":"()","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--options","fullname":"Series.options","type":"property","returnType":"Object","description":"Read only. The series' options.","title":"options","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--fromPointToLatLon","fullname":"Chart.fromPointToLatLon","type":"method","returnType":"Object","description":"Calculate latitude/longitude values for a point. Returns an object with the numeric properties <code>lat</code> and <code>lon</code>.","title":"fromPointToLatLon","isParent":false,"parent":"Chart","params":"(Object point)","paramsDescription":"point: Object<br>\r\nA <a href=\"#Point\">point</a> object, or any object containing the properties <code>x</code> and <code>y</code> with numeric values.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/latlon-advanced/\" target=\"_blank\">Advanced lat/lon demo</a>","since":"1.1.0","deprecated":false},{"name":"Highcharts","returnType":"","description":"<p>The namespace under which all other Highcharts variables are assembled is called <code>Highcharts</code>. </p><pre>var chart1 = new Highcharts.Chart(options);</pre>","title":"Highcharts","isParent":true,"params":"","paramsDescription":"","demo":"","deprecated":false},{"name":"Highcharts--dateFormat","fullname":"Highcharts.dateFormat","type":"method","returnType":"String","description":"Formats a JavaScript date timestamp (milliseconds since Jan 1st 1970) into a human readable date string. The format is a subset of the formats for <a href=\"http://php.net/manual/en/function.strftime.php\">PHP's strftime function</a>. Additional formats can be given in the Highcharts.dateFormats hook, see below.","title":"dateFormat","isParent":false,"parent":"Highcharts","params":"(String format, [Number time], [Boolean capitalize])","paramsDescription":"format: String<br>A string containing some of the formats above.||time: Number<br>The JavaScript time to format.||capitalize: Boolean<br>Whether to capitalize words in the return string.","demo":"","since":"","deprecated":false},{"name":"Highcharts--setOptions","fullname":"Highcharts.setOptions","type":"method","returnType":"Object","description":"Sets the options globally for all charts created after this has been called. Takes an options JavaScript object structure as the argument. These options are merged with the default options and the result is returned.","title":"setOptions","isParent":false,"parent":"Highcharts","params":"(Object options)","paramsDescription":"options: Object<br>The chart configuration object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/setoptions/\" target=\"_blank\">Apply a general theme</a>","since":"","deprecated":false},{"name":"Point","returnType":"","description":"<p>The Point object is the JavaScript representation of each data point</p><p>The object can be accessed in a number of ways. In all point event handlers the point object is <code>this</code>. In the <code>series</code> object all the points are accessed by the <code>series.data</code> array.</p><p>Another way to reference the point programmatically is by id. Add an id in the point configuration options, and get the point object by <code>chart.get(id)</code>.</p>","title":"Point","isParent":true,"params":"","paramsDescription":"","demo":"","deprecated":false},{"name":"Point--select","fullname":"Point.select","type":"method","returnType":"","description":"Select or unselect the point.","title":"select","isParent":false,"parent":"Point","params":"([Boolean select], [Boolean accumulate])","paramsDescription":"select: Boolean<br>When <code>true</code>, the point is selected. When <code>false</code>, the point is unselected. When <code>null</code> or <code>undefined</code>, the selection state is toggled.||accumulate: Boolean<br>When <code>true</code>, the selection is added to other selected points. When <code>false</code>, other selected points are deselected. Internally in Highcharts,selected points are accumulated on Control, Shift or Cmd clicking the point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Select a point from a button</a>","since":"","deprecated":false},{"name":"Point--zoomTo","fullname":"Point.zoomTo","type":"method","returnType":"","description":"Zoom in on the point using the global animation.","title":"zoomTo","isParent":false,"parent":"Point","params":"()","paramsDescription":"","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/point-zoomto/\" target=\"_blank\">Zoom to points from buttons</a>","since":"","deprecated":false},{"name":"Renderer","fullname":"Renderer","returnType":"","description":"<p>Allows direct access to the Highcharts rendering layer in order to draw primitive shapes like circles, rectangles,paths or text directly on a chart, or independent from any chart. The Renderer represents a wrapper object for SVGin modern browsers and VML in IE &lt; 8.</p><p>An existing chart's renderer can be accessed through <code>chart.renderer</code>. To create a renderer independent from a chart, use <code>var renderer = new Highcharts.Renderer(parentNode, width, height);</code> where parentNode is the HTML element where you want to add it.</p><p>The Renderer's methods are chained wherever possible, so you can initiate an element then call for example <code>attr</code> and <code>css</code> and <code>add</code> on that element in one statement.</p><div class=\"demo\"><a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-on-chart/\">Annotating a chart programmatically</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-basic/\">independent SVG/VML drawing</a></div>","title":"Renderer","isParent":true,"params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series","fullname":"Series","returnType":"","description":"<p>The Series object is the JavaScript representation of each line, area series, pie etc.</p><p>The object can be accessed in a number of ways. All series and point event handlers give a reference to the series object. The <code>chart</code> object has a <code>series</code> property that is a collection of all the chart's series. The <code>point</code> objects also have the same reference.</p><p>Another way to reference the series programmatically is by id. Add an id in the series configuration options, and get the series object by <code>chart.get(id)</code>.</p><p>Configuration options for the series are given in three levels. Options for all series in a chart are given in the <a class=\"internal\" href=\"#plotOptions.series\">plotOptions.series</a> object. Then options for all series of a specific type are given in the plotOptions of that type, for example plotOptions.line. Next, options for one single series are given in <a class=\"internal\" href=\"#series\">the series array</a>.</p>","title":"Series","isParent":true,"params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--select","fullname":"Series.select","type":"method","returnType":"","description":"Select or unselect the series. This means its <code>selected</code> property is set,the checkbox in the legend is toggled and when selected, the series is returned in the <code>chart.getSelectedSeries()</code> method.","title":"select","isParent":false,"parent":"Series","params":"([Boolean selected|null])","paramsDescription":"selected: Boolean|null<br>When <code>true</code>, the series is selected. When <code>false</code> it is unselected. When <code>null</code> or <code>undefined</code>, the series' selection state is toggled.","demo":"","since":"","deprecated":false},{"name":"Series--update","fullname":"Series.update","type":"method","returnType":"","description":"Update the series with a new set of options. For a clean and precise handling of new options, all methods and elements from the series is removed, and it is initiated from scratch. Therefore, this method is more performance expensive than some other utility methods like <code>setData</code> or <code>setVisible</code>.","title":"update","isParent":false,"parent":"Series","params":"(Object options, [Boolean redraw])","paramsDescription":"options: Boolean<br>\r\nNew options that will be merged into the series' existing options.\r\n\r\n||\r\n\r\nredraw: Boolean<br>\r\nDefaults to <code>true</code>. Whether to redraw the chart after the series is altered. If doing more operations on the chart, it is a good idea to set redraw to false and call <code>chart.redraw()</code> after.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/series-update/\" target=\"_blank\">Updating series options</a>","since":"","deprecated":false},{"name":"4fd0afd50091e4981cb15831"},{"name":"Chart--drillUp","fullname":"Chart.drillUp","type":"method","returnType":"","description":"When the chart is drilled down to a child series, calling <code>chart.drillUp()</code> will drill up to the parent series.","title":"drillUp","isParent":false,"parent":"Chart","params":"()","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--addSeriesAsDrilldown","fullname":"Chart.addSeriesAsDrilldown","type":"method","returnType":"","description":"Add a series to the chart as drilldown from a specific point in the parent series. This method is used for async drilldown, when clicking a point in a series should result in loading and displaying a more high-resolution series, for instance when zooming in from a world map to countries with regions. When <i>not</i> async, the setup is simpler using the <a href=\"#drilldown.series\">drilldown.series</a> options structure.","title":"addSeriesAsDrilldown","isParent":false,"parent":"Chart","params":"(Object point, Object seriesOptions)","paramsDescription":"point: Object<br>\r\nThe existing Point object from which the drilldown will start.||\r\n\r\nseriesOptions: Object<br>\r\nThe series options, as documented under <a href=\"#plotOptions.series\">plotOptions.series</a> and under the plotOptions for each series type.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Map drilldown</a>","since":"","deprecated":false},{"name":"Highcharts--geojson","fullname":"Highcharts.geojson","type":"method","returnType":"Object","description":"Restructure a GeoJSON object in preparation to be read directly by the <a href=\"#series.mapData\">series.mapData</a> option. The GeoJSON will be broken down to fit a specific Highcharts type, either <code>map</code>, <code>mapline</code> or <code>mappoint</code>. Meta data in GeoJSON's <code>properties</code> object will be copied directly over to <code>point.properties</code> in Highmaps.","title":"geojson","isParent":false,"parent":"Highcharts","params":"(Object geojson, [String hType])","paramsDescription":"geojson: Object<br>\r\nThe GeoJSON structure to parse, represented as a JavaScript object rather than a JSON string.||\r\n\r\nhType: String<br>\r\nDefaults to <code>map</code>. The Highmaps series type to prepare for. Setting \"map\" will return GeoJSON polygons and multipolygons. Setting \"mapline\" will return GeoJSON linestrings and multilinestrings. Setting \"mappoint\" will return GeoJSON points and multipoints.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">Simple areas</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson-multiple-types/\" target=\"_blank\">multiple types</a>","since":"","deprecated":false},{"name":"Chart--setTitle","fullname":"Chart.setTitle","type":"method","returnType":"","description":"Set a new title or subtitle for the chart","title":"setTitle","isParent":false,"parent":"Chart","params":"(Object title, object subtitle, Boolean redraw)","paramsDescription":"title: Object<br>A configuration object for the new title as defined at <a class=\"internal\" href=\"#title\">#title</a>.||\r\nsubtitle: Object<br>A configuration object for the new subtitle as defined at <a class=\"internal\" href=\"#subtitle\">#subtitle</a>.||\r\nredraw: Boolean<br>Whether to redraw the chart. Defaults to true.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/axis-getextremes/\" target=\"_blank\">Use setTitle to write dynamic information in the subtitle</a>","since":"","deprecated":false},{"name":"Series--setData","fullname":"Series.setData","type":"method","returnType":"","description":"Apply a new set of data to the series and optionally redraw it. Note that this method throws away all points and creates new ones. For updating the values of existing points, use <a href=\"#Point.update()\">Point.update()</a> instead.","title":"setData","isParent":false,"parent":"Series","params":"(Array&lt;Mixed&gt; data, [Boolean redraw], [Mixed animation], [Boolean updatePoints])","paramsDescription":"data: Array&lt;Number&gt;|Array&lt;Array&gt;|Array&lt;Object&gt;<br>Takes an array of data in the same format as described under <code>series&lt;type&gt;data</code> for the given series type.||\r\n\r\nredraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the series is altered. If doing more operations on the chart, it is a good idea to set redraw to false and call <code>chart.redraw()</code> after.||\r\n\r\nanimation: Mixed<br>When the updated data is the same length as the existing data, points will be updated by default, and animation visualizes how the points are changed. Set false to disable animation, or a configuration object to set duration or easing.||\r\n\r\nupdatePoints: Boolean<br>When the updated data is the same length as the existing data, points will be updated instead of replace. This option prevents this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/series-setdata/\" target=\"_blank\">Set new data from a button</a>","since":"","deprecated":false},{"name":"Element--attr","fullname":"Element.attr","type":"method","returnType":"Element","description":"<p>Apply attributes to the SVG/VML elements. These attributes for the most parts correspond to SVG, but some are specific to Highcharts, like <code>zIndex</code> and <code>rotation</code>.</p>\r\n\r\n<p>In order to set the rotation center for <code>rotation</code>, set x and y to 0 and use <code>translateX</code> and <code>translateY</code> attributes to position the element instead.</p>\r\n\r\n<p>Attributes frequently used in Highcharts are <code>fill</code>, <code>stroke</code>, <code>stroke-width</code>.</p>","title":"attr","isParent":false,"parent":"Element","params":"Object hash","paramsDescription":"hash: Object<br>A set of attributes to apply.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-rect/\" target=\"_blank\">Setting some attributes</a>","since":"","deprecated":false},{"name":"Chart--showLoading","fullname":"Chart.showLoading","type":"method","returnType":"null","description":"Dim the chart's plot area and show a loading label text. Options for the loading screen are defined at <a class=\"internal\" href=\"#loading\">options.loading</a>. A custom text can be given as a parameter for loading.","title":"showLoading","isParent":false,"parent":"Chart","params":"(String str)","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Axis--setTitle","fullname":"Axis.setTitle","type":"method","returnType":"","description":"Update the title of the axis after render time. In Highmaps, X and Y axis titles are hidden by default.","title":"setTitle","isParent":false,"parent":"Axis","params":"(Object title, [Boolean redraw])","paramsDescription":"title: Object<br>The new title options on the same format as given in <a class=\"internal\" href=\"#xAxis.title\">xAxis.title</a>.||redraw: Boolean<br>Whether to redraw the chart now or hold until the next chart.redraw()","demo":"","since":"","deprecated":false},{"name":"Axis--getExtremes","fullname":"Axis.getExtremes","type":"method","returnType":"Object","description":"Get the current extremes for the axis.","title":"getExtremes","isParent":false,"parent":"Axis","params":"()","paramsDescription":"dataMax: The maximum value of the axis' associated series.||dataMin: The minimum value of the axis' associated series.||max: The maximum axis value, either automatic or set manually. If the <code>max</code> option is not set and <code>maxPadding</code> is 0, this value will be the same as <code>dataMax</code>.||min: The minimum axis value, either automatic or set manually. If the <code>min</code> option is not set and <code>minPadding</code> is 0, this value will be the same as <code>dataMin</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/axis-getextremes/\" target=\"_blank\">Report extremes by click on a button</a>","since":"","deprecated":false},{"name":"Chart--getSVG","fullname":"Chart.getSVG","type":"method","returnType":"String","description":"Exporting module required. Get an SVG string representing the chart. For live demo, see the <a href=\"http://api.highcharts.com/highcharts#Chart.getSVG()\">same option in Highcharts</a>, which shares this feature set.","title":"getSVG","isParent":false,"parent":"Chart","params":"(Object additionalOptions)","paramsDescription":"additionalOptions: Object<br>Chart options to add to the exported chart in addition to the options given for the original chart. For example if series.lineWidth should be greater in the exported chart than in the original, or the chart should have a different background color, this is added here.","demo":"","since":"","deprecated":false},{"name":"Point--remove","fullname":"Point.remove","type":"method","returnType":"","description":"Remove the point from the series.","title":"remove","isParent":false,"parent":"Point","params":"([Boolean redraw], [Mixed animation])","paramsDescription":"redraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the point is removed. If doing more operations on the chart, it is a good idea to set redraw to false and call <a href=\"#Chart.redraw()\">Chart.redraw()</a> after.||animation: Mixed<br>Defaults to true. When true, the graph's updating will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/point-remove/\" target=\"_blank\">Remove selected points</a>","since":"","deprecated":false},{"name":"Highcharts--Chart","fullname":"Highcharts.Chart","type":"method","returnType":"Chart","description":"This is the constructor for creating a new chart object.","title":"Chart","isParent":false,"parent":"Highcharts","params":"(Object options, Function callback)","paramsDescription":"options: Object<br>The chart options, as documented under the heading \"The options object\"in the left menu.||callback: Function<br>A function to execute when the chart object is finished loading and rendering. In most cases the chart is built in one thread, but in Internet Explorer version 8 or less the chart is sometimes initiated before the document is ready, and in these cases the <code>chart</code> object will not be finished directly after calling<code>new Highcharts.Chart()</code>. As a consequence, code that relies on the newly built Chart object should always run in the callback. Defining a <code>chart.event.load</code> handler is equivalent.","demo":"","since":"","deprecated":false},{"name":"Renderer--text","fullname":"Renderer.text","type":"method","returnType":"Element","description":"Draw text. The text can contain a subset of HTML, like spans and anchors and some basic text styling of these. For more advanced features like border and background, use <a href=\"#Renderer.label\">label</a> instead.","title":"text","isParent":false,"parent":"Renderer","params":"(String str, Number x, Number y)","paramsDescription":"str: String<br>The text or HTML to draw||x: Number<br>The x position of the text's lower left corner.||y: Number<br>The y position of the text's lower left corner.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-text-on-chart/\" target=\"_blank\">Annotate the chart freely</a>; <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-on-chart/\" target=\"_blank\">annotate with a border and in response to the data</a>; <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-text/\" target=\"_blank\">formatted text</a>.","since":"","deprecated":false},{"name":"Series--remove","fullname":"Series.remove","type":"method","returnType":"","description":"Remove the series from the chart.","title":"remove","isParent":false,"parent":"Series","params":"([Boolean redraw])","paramsDescription":"redraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the series is removed. If doing more operations on the chart, it is a good idea to set redraw to false and call <code>chart.redraw()</code> after.","demo":"","since":"","deprecated":false},{"name":"Chart--options","fullname":"Chart.options","type":"property","returnType":"Object","description":"The options structure for the chart.","title":"options","isParent":false,"parent":"Chart","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--hideLoading","fullname":"Chart.hideLoading","type":"method","returnType":"","description":"Hide the loading screen. Options for the loading screen are defined at <a class=\"internal\" href=\"#loading\">options.loading</a>.","title":"hideLoading","isParent":false,"parent":"Chart","params":"()","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Axis--remove","fullname":"Axis.remove","type":"method","returnType":"","description":"Remove an axis from the chart. Usually in maps we have only one X and one Y axis which are defined from start, so this method is not used.","title":"remove","isParent":false,"parent":"Axis","params":"(Boolean redraw)","paramsDescription":"redraw: Boolean<br>\r\nDefaults to <code>true</code>. Whether to redraw the chart following the remove.","demo":"","since":"","deprecated":false},{"name":"Axis--toPixels","fullname":"Axis.toPixels","type":"method","returnType":"Number","description":"Translates a value in terms of axis units in to pixels within the chart.","title":"toPixels","isParent":false,"parent":"Axis","params":"(Number value, [Boolean paneCoordinates])","paramsDescription":"value: Number<br>\r\nA value in terms of axis units.||\r\n\r\npaneCoordinates: Boolean<br>\r\nWhether to return the pixel coordinate relative to the chart or just the axis/pane itself.","demo":"","since":"","deprecated":false},{"name":"Axis--toValue","fullname":"Axis.toValue","type":"method","returnType":"Number","description":"Translate a pixel position along the axis to a value in terms of axis units.","title":"toValue","isParent":false,"parent":"Axis","params":"(Number pixel, [Boolean paneCoordinates])","paramsDescription":"pixel: Number<br>\r\nA pixel position along the axis.||\r\n\r\npaneCoordinates: Boolean<br>\r\nWhether the input pixel position is relative to the chart or just the axis/pane itself.","demo":"","since":"","deprecated":false},{"name":"Axis--update","fullname":"Axis.update","type":"method","returnType":"","description":"Update an axis object with a new set of options. The options are merged with the existing options, so only new or altered options need to be specified.","title":"update","isParent":false,"parent":"Axis","params":"(Object options, [Boolean redraw])","paramsDescription":"options: Object<br>\r\nThe new options that will be merged in with existing options on the axis.||\r\n\r\nredraw: Boolean<br>\r\nDefaults to <code>true</code>. Whether to redraw the chart after the new options are set. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/axis-update/\" target=\"_blank\">Toggle options on color axis</a>","since":"","deprecated":false},{"name":"Chart--series","fullname":"Chart.series","type":"property","returnType":"Array<Series>","description":"An array of all the chart's series.","title":"series","isParent":false,"parent":"Chart","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Element--animate","fullname":"Element.animate","type":"method","returnType":"Element","description":"Apply numeric attributes to the SVG/VML element by animation. See <a href=\"#Element.attr()\">Element.attr()</a> for more information on setting attributes.","title":"animate","isParent":false,"parent":"Element","params":"(Object attributes[, Object animation])","paramsDescription":"attributes: Object<br/>A set of attributes to apply.||animation: Object<br/>Optional animation parameters that are passed over to jQuery or other framework. Valid properties depend on the library, but options like <code>duration</code>, <code>easing</code> and <code>complete</code> are supported by jQuery.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/element-on/\" target=\"_blank\">Setting some attributes by animation</a>","since":"","deprecated":false},{"name":"Element--css","fullname":"Element.css","type":"method","returnType":"Element","description":"Apply some CSS properties to the element","title":"css","isParent":false,"parent":"Element","params":"(Object hash)","paramsDescription":"hash: Object<br>The object literal of CSS properties to apply. Properties should be hyphenated, not camelCased.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-text-on-chart/\" target=\"_blank\">Styled text</a>","since":"","deprecated":false},{"name":"Element--destroy","fullname":"Element.destroy","type":"method","returnType":"","description":"Destroy the element and free up memory","title":"destroy","isParent":false,"parent":"Element","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Element--getBBox","fullname":"Element.getBBox","type":"method","returnType":"Object","description":"Get the bounding box of the element","title":"getBBox","isParent":false,"parent":"Element","params":"","paramsDescription":"A hash object containing x, y, width and height values for the element.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-on-chart/\" target=\"_blank\">Draw a rectangle based on a text's bounding box</a>.","since":"","deprecated":false},{"name":"Element--on","fullname":"Element.on","type":"method","returnType":"Element","description":"Apply an event handler to the element","title":"on","isParent":false,"parent":"Element","params":"(String eventType, Function handler)","paramsDescription":"eventType: String<br>The event type to attach, for example 'click', 'mouseover', 'touch'.||handler: Function<br>The event handler function.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/element-on/\" target=\"_blank\">A clickable rectangle</a>.","since":"","deprecated":false},{"name":"Element--toFront","fullname":"Element.toFront","type":"method","returnType":"Element","description":"Bring the element to the front. Alternatively, a zIndex attribute can be given.","title":"toFront","isParent":false,"parent":"Element","params":"","paramsDescription":"The element object","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/element-tofront/\" target=\"_blank\">Click an element to bring it to front</a>.","since":"","deprecated":false},{"name":"Highcharts--charts","fullname":"Highcharts.charts","type":"Array<Object>","returnType":"Array<Chart>","description":"An array containing the current chart objects in the page. A chart's position in the array is preserved throughout the page's lifetime. When a chart is destroyed, the array item becomes <code>undefined</code>.","title":"charts","isParent":false,"parent":"Highcharts","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Point--selected","fullname":"Point.selected","type":"property","returnType":"Boolean","description":"Whether the point is selected or not.","title":"selected","isParent":false,"parent":"Point","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Point--series","fullname":"Point.series","type":"property","returnType":"Series","description":"The series object associated with the point.","title":"series","isParent":false,"parent":"Point","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Point--x","fullname":"Point.x","type":"property","returnType":"Number","description":"The x value for the point.","title":"x","isParent":false,"parent":"Point","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Point--y","fullname":"Point.y","type":"property","returnType":"Number","description":"The y value for the point.","title":"y","isParent":false,"parent":"Point","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Renderer--arc","fullname":"Renderer.arc","type":"method","returnType":"Element","description":"Draw an arc on the renderer canvas.","title":"arc","isParent":false,"parent":"Renderer","params":"(Number centerX, Number centerY, Number outerRadius, Number innerRadius, Number start, Number end)","paramsDescription":"centerX: Number<br>The x position of the arc's center in the SVG element.||centerY: Number<br>The y position of the arc's center in the SVG element.||outerRadius: Number<br>The outer radius of the arc.||innerRadius: Number<br>The inner radius of the arc.||start: Number<br>The starting angle of the arc in radians, where 0 is to the right and -Math.PI/2 is up.||end: Number<br>The ending angle of the arc in radians, where 0 is to the right and -Math.PI/2 is up.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-arc/\" target=\"_blank\">Drawing an arc</a>","since":"","deprecated":false},{"name":"Renderer--circle","fullname":"Renderer.circle","type":"method","returnType":"Element","description":"Draw circle on the renderer canvas.","title":"circle","isParent":false,"parent":"Renderer","params":"(Number centerX, Number centerY, Number radius)","paramsDescription":"centerX: Number<br>The x position of the circle's center in the SVG element.||centerY: Number<br>The y position of the circle's center in the SVG element.||radius: Number<br>The radius of the circle.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-circle/\" target=\"_blank\">Drawing a circle</a>","since":"","deprecated":false},{"name":"Renderer--image","fullname":"Renderer.image","type":"method","returnType":"Element","description":"Add an image from an external resource.","title":"image","isParent":false,"parent":"Renderer","params":"(String source, Number x, Number y, Number width, Number height)","paramsDescription":"source: String<br>The URL of the image.||x: String<br>The x position of the image's upper left corner.||y: String<br>The y position of the image's upper left corner.||width: String<br>The width of the image.||height: String<br>The height of the image.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-image-on-chart/\" target=\"_blank\">Add an image in a chart</a>,<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-image/\" target=\"_blank\">add an image independent from chart</a>","since":"","deprecated":false},{"name":"Renderer--path","fullname":"Renderer.path","type":"method","returnType":"Element","description":"Add a path based on <a href=\"http://www.w3.org/TR/SVG/paths.html\">SVG's path commands</a>. In SVG capable browsers all path commands are supported, but in VML only a subset is supported: absolute moveTo (M), absolute lineTo (L), absolute curveTo (C) and close (Z).","title":"path","isParent":false,"parent":"Renderer","params":"(Array path)","paramsDescription":"path: Array<br>An SVG path split up in array form.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-path-on-chart/\" target=\"_blank\">Draw a path in a chart</a>,<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-path/\" target=\"_blank\">draw a path independent from a chart</a>","since":"","deprecated":false},{"name":"Renderer--rect","fullname":"Renderer.rect","type":"method","returnType":"Element","description":"Add a rectangle.","title":"rect","isParent":false,"parent":"Renderer","params":"(Number x, Number y, Number width, Number height, Number cornerRadius)","paramsDescription":"x: Number<br>The x position of the rectangle's upper left corner.||y: Number<br>The y position of the rectangle's upper left corner.||width: Number<br>The width of the rectangle.||height: Number<br>The height of the rectangle.||cornerRadius: Number<br>The corner radius of all the rectangle's corners.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-rect-on-chart/\" target=\"_blank\">Draw a rectangle in a chart</a>,<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-rect/\" target=\"_blank\">draw a rectangle independent from a chart</a>","since":"","deprecated":false},{"name":"Series--addPoint","fullname":"Series.addPoint","type":"method","returnType":"","description":"Add a point to the series after render time.","title":"addPoint","isParent":false,"parent":"Series","params":"(Object options, [Boolean redraw], [Boolean shift], [Mixed animation])","paramsDescription":"options: Number|Array|Object<br>The point options. If options is a single number, a point with that y value is appended to the series.If it is an array, it will be interpreted as x and y values respectively. If it is an object, advanced options as outlined under <a class=\"internal\" href=\"#series.data\">series.data</a> are applied.||\r\nredraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the point is added. When adding more than one point, it is highly recommended that the <code>redraw</code> option be set to false, and instead <code>chart.redraw()</code> is explicitly called after the adding of points is finished.||\r\nshift: Boolean<br>Defaults to <code>false</code>. Inherited from Highcharts, makes little sense in maps. When shift is true, one point is shifted off the start of the series as one is appended to the end. Use this option for live charts monitoring a value over time.||\r\nanimation: Mixed<br>Defaults to true. When true, the graph will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/series-addpoint/\" target=\"_blank\">Add point</a>","since":"","deprecated":false},{"name":"Series--chart","fullname":"Series.chart","type":"property","returnType":"Chart","description":"Read only. The chart that the series belongs to.","title":"chart","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--data","fullname":"Series.data","type":"property","returnType":"Array<Point>","description":"Read only. An array with the series' data point objects.","title":"data","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--name","fullname":"Series.name","type":"property","returnType":"String","description":"The series' name as given in the options.","title":"name","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--selected","fullname":"Series.selected","type":"property","returnType":"Boolean","description":"Read only. The series' selected state as set by <code>series.select()</code>.","title":"selected","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--show","fullname":"Series.show","type":"method","returnType":"","description":"Shows the series if hidden.","title":"show","isParent":false,"parent":"Series","params":"()","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--type","fullname":"Series.type","type":"property","returnType":"String","description":"Read only. The series' type, like \"line\", \"area\" etc.","title":"type","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--visible","fullname":"Series.visible","type":"property","returnType":"Boolean","description":"Read only. The series' visibility state as set by <code>series.show()</code>, <code>series.hide()</code>, or the initial configuration.","title":"visible","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--xAxis","fullname":"Series.xAxis","type":"property","returnType":"Axis","description":"Read only. The unique xAxis object associated with the series.","title":"xAxis","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Series--yAxis","fullname":"Series.yAxis","type":"property","returnType":"Axis","description":"Read only. The unique yAxis object associated with the series.","title":"yAxis","isParent":false,"parent":"Series","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--container","fullname":"Chart.container","type":"property","returnType":"Object","description":"A reference to the containing HTML element, dynamically inserted into the element given in <code>chart.renderTo</code>.","title":"container","isParent":false,"parent":"Chart","params":"","paramsDescription":"","demo":"","since":"","deprecated":false},{"name":"Chart--reflow","fullname":"Chart.reflow","type":"method","returnType":"","description":"Reflows the chart to its container. By default, the chart reflows automatically to its container following a <code>window.resize</code> event, as per the <a href=\"#chart.reflow\">chart.reflow</a> option. However, there are no reliable events for div resize, so if the container is resized without a window resize event, this must be called explicitly. ","title":"reflow","isParent":false,"parent":"Chart","params":"()","paramsDescription":"","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/chart-reflow/\" target=\"_blank\">Resize div and reflow</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/chart/events-container/\" target=\"_blank\">pop up and reflow</a>","since":"","deprecated":false},{"name":"Chart--transformFromLatLon","fullname":"Chart.transformFromLatLon","type":"method","returnType":"Point","description":"Get point from latLon using specified transform definition.","title":"transformFromLatLon","isParent":false,"parent":"Chart","params":"(Object latLon, Object transform)","paramsDescription":"latLon: Object<br>\r\nAn object containing the properties <code>lat</code> and <code>lon</code> with numeric values.||\r\n\r\ntransform: Object<br>\r\nThe transform definition to use, as explained in the <a href=\"http://www.highcharts.com/docs/maps/latlon\">documentation</a>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/latlon-transform/\" target=\"_blank\">Use specific transformation for lat/lon</a>","since":"1.1.0","deprecated":false},{"name":"Chart--transformToLatLon","fullname":"Chart.transformToLatLon","type":"method","returnType":"Object","description":"Get latLon from point using specified transform definition. The method returns an object with the numeric properties <code>lat</code> and <code>lon</code>.","title":"transformToLatLon","isParent":false,"parent":"Chart","params":"(Object point, Object transform)","paramsDescription":"point: Object<br>\r\nA <a href=\"#Point\">point</a> object, or any object containing the properties <code>x</code> and <code>y</code> with numeric values.||\r\n\r\ntransform: Object<br>\r\nThe transform definition to use, as explained in the <a href=\"http://www.highcharts.com/docs/maps/latlon\">documentation</a>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/latlon-transform/\" target=\"_blank\">Use specific transformation for lat/lon</a>","since":"1.1.0","deprecated":false},{"name":"Chart--fromLatLonToPoint","fullname":"Chart.fromLatLonToPoint","type":"method","returnType":"Point","description":"Get chart values from latitude/longitude. Returns an object with <code>x</code> and <code>y</code> values.","title":"fromLatLonToPoint","isParent":false,"parent":"Chart","params":"(Object latLon)","paramsDescription":"latLon: Object<br>\r\nAn object containing the properties <code>lat</code> and <code>lon</code> with numeric values.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/latlon-to-point/\" target=\"_blank\">Find point from lat/lon</a>","since":"1.1.0","deprecated":false},{"name":"Highcharts--numberFormat","fullname":"Highcharts.numberFormat","type":"method","returnType":"String","description":"Formats a JavaScript number with grouped thousands, a fixed amount of decimals and an optional decimal point. It is a port of PHP's function with the same name. See <a href=\"http://php.net/manual/en/function.number-format.php\">PHP number_format</a> for a full explanation of the parameters.","title":"numberFormat","isParent":false,"parent":"Highcharts","params":"(Number number, [Number decimals], [String decimalPoint], [String thousandsSep])","paramsDescription":"number: Number<br>The raw number to format.||decimals: Number<br>The desired number of decimals.||decimalPoint: String<br>The decimal point. Defaults to \".\" or to the string specified globally in options.lang.decimalPoint.||thousandsSep: String<br>The thousands separator. Defaults to \" \" or to the string specified globally in options.lang.thousandsSep.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/highcharts-numberformat/\" target=\"_blank\">Custom number format</a>","since":"","deprecated":false},{"name":"Renderer--label","fullname":"Renderer.label","type":"method","returnType":"Element","description":"Draw a label, which is an extended <code>text</code> element with support for border and background. Highcharts creates a <code>g</code> element with a <code>text</code> and a <code>path</code> or <code>rect</code> inside, to make it behave somewhat like a HTML <code>div</code>. Border and background are set through <code>stroke</code>, <code>stroke-width</code> and <code>fill</code> attributes using the <a href=\"#Element.attr\">attr</a> method. This must be done before calling <a href=\"#Element.add\">add</a>.","title":"label","isParent":false,"parent":"Renderer","params":"(String str, Number x, Number y, String shape, Number anchorX, Number anchorY, Boolean useHTML, Boolean baseline, String className)","paramsDescription":"str: String<br>\r\nThe text or HTML to draw||\r\n\r\nx: Number<br>\r\nThe x position of the label's left side.||\r\n\r\ny: Number<br>\r\nThe y position of the label's top side or baseline, depending on the <code>baseline</code> parameter.||\r\n\r\nshape: String<br>\r\nThe shape of the label's border/background, if any. Defaults to <code>rect</code>.||\r\n\r\nanchorX: Number<br>\r\nIf the shape has a pointer, like the chevron on a callout shape, anchorX is the x position to point to.||\r\n\r\nanchorY: Number<br>\r\nIf the shape has a pointer, like the chevron on a callout shape, anchorY is the y position to point to.||\r\n\r\nuseHTML: Boolean<br>\r\nUse HTML to render the text of the label.||\r\n\r\nbaseline: Boolean<br>\r\nWhether the label should be vertically aligned by the text baseline, which makes it behave like the <code>text</code> element, or by the top left side, which makes it behave like a HTML <code>div</code>.||\r\n\r\nclassName: String<br>\r\nA class name for the <code>g</code> element surrounding the label.\r\n\r\n","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/renderer-label-on-chart/\" target=\"_blank\">A label on the chart</a>","since":"","deprecated":false},{"name":"Chart--redraw","fullname":"Chart.redraw","type":"method","returnType":"","description":"Redraw the chart after changes have been done to the data or axis extremes. All methods for updating axes, series or points have a parameter for redrawing the chart. This is <code>true</code> by default. But in many cases you want to do more than one operation on the chart before redrawing, for example add a number of points. In those cases it is a waste of resources to redraw the chart for each new point added. So you add the points and call <code>chart.redraw()</code> after.","title":"redraw","isParent":false,"parent":"Chart","params":"([Mixed animation])","paramsDescription":"animation: Mixed<br>Defaults to true. When true, the update will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"","since":"","deprecated":false},{"name":"Point--update","fullname":"Point.update","type":"method","returnType":"","description":"Update the point with new values.","title":"update","isParent":false,"parent":"Point","params":"([Mixed options], [Boolean redraw], [Mixed animation])","paramsDescription":"options: Number|Array|Object<br>The point options. Point options are handled as described under the <code>series&lt;type&gt;.data</code> item for each series type. For example for a line series, if options is a single number, the point will be given that number as the main <code>y</code> value. If it is an array, it will be interpreted as x and y values respectively. If it is an object, advanced options are applied.\r\n\r\n||redraw: Boolean<br>Defaults to <code>true</code>. Whether to redraw the chart after the point is updated.If doing more operations on the chart, it is a good idea to set redraw to false and call <code>chart.redraw()</code> after.\r\n\r\n||animation: Mixed<br>Defaults to true. When true, the update will be animated with default animation options. The animation can also be a configuration object with properties <code>duration</code> and <code>easing</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/members/point-update/\" target=\"_blank\">Update area value</a>","since":"","deprecated":false}];
  2. offline.highmaps.option = [{"name":"global--VMLRadialGradientURL","fullname":"global.VMLRadialGradientURL","title":"VMLRadialGradientURL","parent":"global","isParent":false,"returnType":"String","defaults":"http://code.highcharts.com/{version}/gfx/vml-radial-gradient.png","description":"Path to the pattern image required by VML browsers in order to draw radial gradients.","demo":"","seeAlso":"","deprecated":false},{"name":"drilldown--activeAxisLabelStyle","fullname":"drilldown.activeAxisLabelStyle","title":"activeAxisLabelStyle","parent":"drilldown","isParent":false,"returnType":"CSSObject","since":"3.0.8","description":"Additional styles to apply to the X axis label for a point that has drilldown data. By default it is underlined and blue to invite to interaction. Defaults to:\r\n<pre>activeAxisLabelStyle: {\r\n\tcursor: 'pointer',\r\n\tcolor: '#0d233a',\r\n\tfontWeight: 'bold',\r\n\ttextDecoration: 'underline'\t\t\t\r\n}</pre>","deprecated":false},{"name":"legend-navigation--activeColor","fullname":"legend.navigation.activeColor","title":"activeColor","parent":"legend-navigation","isParent":false,"returnType":"Color","defaults":"#3E576F","description":"The color for the active up or down arrow in the legend page navigation.","deprecated":false},{"name":"drilldown--activeDataLabelStyle","fullname":"drilldown.activeDataLabelStyle","title":"activeDataLabelStyle","parent":"drilldown","isParent":false,"returnType":"CSSObject","since":"3.0.8","description":"Additional styles to apply to the data label of a point that has drilldown data. By default it is underlined and blue to invite to interaction. Defaults to:\r\n<pre>activeAxisLabelStyle: {\r\n\tcursor: 'pointer',\r\n\tcolor: '#0d233a',\r\n\tfontWeight: 'bold',\r\n\ttextDecoration: 'underline'\t\t\t\r\n}</pre>","deprecated":false},{"name":"chart-events--addSeries","fullname":"chart.events.addSeries","title":"addSeries","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"Fires when a series is added to the chart after load time, using the <code>addSeries</code> method. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Through <code>event.options</code> you can access the series options that was passed to the <code>addSeries</code> method. Returning false prevents the series from being added.","deprecated":false},{"name":"chart-events--afterPrint","fullname":"chart.events.afterPrint","title":"afterPrint","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","defaults":"","values":"","since":"1.1.0","description":"Fires after a chart is printed through the context menu item or the <code>Chart.print</code> method. Requires the exporting module.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/chart/events-beforeprint-afterprint/\" target=\"_blank\">Rescale the chart to print</a>","seeAlso":"","deprecated":false},{"name":"yAxis-events--afterSetExtremes","fullname":"yAxis.events.afterSetExtremes","title":"afterSetExtremes","parent":"yAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"As opposed to the <code>setExtremes</code> event, this event fires after the final min and max values are computed and corrected for <code>minRange</code>.","deprecated":false},{"name":"xAxis-events--afterSetExtremes","fullname":"xAxis.events.afterSetExtremes","title":"afterSetExtremes","parent":"xAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"As opposed to the <code>setExtremes</code> event, this event fires after the final min and max values are computed and corrected for <code>minRange</code>.","deprecated":false},{"name":"colorAxis-events--afterSetExtremes","fullname":"colorAxis.events.afterSetExtremes","title":"afterSetExtremes","parent":"colorAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"As opposed to the <code>setExtremes</code> event, this event fires after the final min and max values are computed and corrected for <code>minRange</code>.","deprecated":false},{"name":"mapNavigation-buttonOptions--align","fullname":"mapNavigation.buttonOptions.align","title":"align","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"String","defaults":"left","values":"[\"left\", \"center\", \"right\"]","since":"","description":"The alignment of the navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-dataLabels--align","fullname":"plotOptions.mapline.dataLabels.align","title":"align","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"subtitle--align","fullname":"subtitle.align","title":"align","parent":"subtitle","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The horizontal alignment of the subtitle. Can be one of \"left\", \"center\" and \"right\".","deprecated":false},{"name":"legend--align","fullname":"legend.align","title":"align","parent":"legend","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"<p>The horizontal alignment of the legend box within the chart area. Valid values are <code>left</code>, <code>center</code> and <code>right</code>.</p>\r\n\r\n<p>In the case that the legend is aligned in a corner position, the <code>layout</code> option will determine whether to place it above/below or on the side of the plot area.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/alignment/\" target=\"_blank\">Legend alignment</a>","deprecated":false},{"name":"series<mapline>-dataLabels--align","fullname":"series<mapline>.dataLabels.align","title":"align","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"series<mapbubble>-dataLabels--align","fullname":"series<mapbubble>.dataLabels.align","title":"align","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"series<heatmap>-dataLabels--align","fullname":"series<heatmap>.dataLabels.align","title":"align","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"xAxis-title--align","fullname":"xAxis.title.align","title":"align","parent":"xAxis-title","isParent":false,"returnType":"String","defaults":"middle","values":"[\"low\", \"middle\", \"high\"]","description":"Alignment of the title relative to the axis values. Possible values\r\n are \"low\", \"middle\" or \"high\".","deprecated":false},{"name":"exporting-buttons-contextButton--align","fullname":"exporting.buttons.contextButton.align","title":"align","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"String","defaults":"right","values":"[\"left\", \"center\", \"right\"]","description":"Alignment for the buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-align/\" target=\"_blank\">Center aligned</a>"},{"name":"plotOptions-heatmap-dataLabels--align","fullname":"plotOptions.heatmap.dataLabels.align","title":"align","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"title--align","fullname":"title.align","title":"align","parent":"title","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The horizontal alignment of the title. Can be one of \"left\", \"center\" and \"right\".","deprecated":false},{"name":"colorAxis-labels--align","fullname":"colorAxis.labels.align","title":"align","parent":"colorAxis-labels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"What part of the string the given position is anchored to. Can be one of <code>\"left\"</code>, <code>\"center\"</code> or <code>\"right\"</code>. Defaults to an intelligent guess based on which side of the chart the axis is on and the rotation of the label.","deprecated":false},{"name":"plotOptions-series-dataLabels--align","fullname":"plotOptions.series.dataLabels.align","title":"align","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--align","fullname":"mapNavigation.buttons.zoomOut.align","title":"align","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"String","defaults":"left","values":"[\"left\", \"center\", \"right\"]","since":"","description":"The alignment of the navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis-labels--align","fullname":"yAxis.labels.align","title":"align","parent":"yAxis-labels","isParent":false,"returnType":"String","defaults":"right","description":"What part of the string the given position is anchored to. \r\n\t\tCan be one of <code>\"left\"</code>, <code>\"center\"</code> or <code>\"right\"</code>.","deprecated":false},{"name":"xAxis-labels--align","fullname":"xAxis.labels.align","title":"align","parent":"xAxis-labels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"What part of the string the given position is anchored to. Can be one of <code>\"left\"</code>, <code>\"center\"</code> or <code>\"right\"</code>. Defaults to an intelligent guess based on which side of the chart the axis is on and the rotation of the label.","deprecated":false},{"name":"series<map>-dataLabels--align","fullname":"series<map>.dataLabels.align","title":"align","parent":"series<map>-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--align","fullname":"plotOptions.mapbubble.dataLabels.align","title":"align","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--align","fullname":"mapNavigation.buttons.zoomIn.align","title":"align","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"String","defaults":"left","values":"[\"left\", \"center\", \"right\"]","since":"","description":"The alignment of the navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-dataLabels--align","fullname":"plotOptions.map.dataLabels.align","title":"align","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"String","defaults":"center","values":"[\"left\", \"center\", \"right\"]","description":"The alignment of the data label compared to the point. If <code>right</code>, the right side of the label should be touching the point. For points with an extent, like map areas, the alignments also dictates how to align it inside the box, as given with the <a href=\"#plotOptions.column.dataLabels.inside\">inside</a> option. Can be one of \"left\", \"center\" or \"right\".","deprecated":false},{"name":"yAxis-title--align","fullname":"yAxis.title.align","title":"align","parent":"yAxis-title","isParent":false,"returnType":"String","defaults":"middle","values":"[\"low\", \"middle\", \"high\"]","description":"Alignment of the title relative to the axis values. Possible values\r\n are \"low\", \"middle\" or \"high\".","deprecated":false},{"name":"navigation-buttonOptions--align","fullname":"navigation.buttonOptions.align","title":"align","parent":"navigation-buttonOptions","isParent":false,"returnType":"String","defaults":"right","values":"[\"left\", \"center\", \"right\"]","description":"Alignment for the buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-align/\" target=\"_blank\">Center aligned</a>"},{"name":"mapNavigation-buttons-zoomIn--alignTo","fullname":"mapNavigation.buttons.zoomIn.alignTo","title":"alignTo","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"String","defaults":"plotBox","values":"[\"plotBox\", \"spacingBox\"]","description":"What box to align the buttons to. Possible values are <code>plotBox</code> and <code>spacingBox</code>.","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--alignTo","fullname":"mapNavigation.buttons.zoomOut.alignTo","title":"alignTo","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"String","defaults":"plotBox","values":"[\"plotBox\", \"spacingBox\"]","description":"What box to align the buttons to. Possible values are <code>plotBox</code> and <code>spacingBox</code>.","deprecated":false},{"name":"mapNavigation-buttonOptions--alignTo","fullname":"mapNavigation.buttonOptions.alignTo","title":"alignTo","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"String","defaults":"plotBox","values":"[\"plotBox\", \"spacingBox\"]","description":"What box to align the buttons to. Possible values are <code>plotBox</code> and <code>spacingBox</code>.","deprecated":false},{"name":"series<mapbubble>--allAreas","fullname":"series<mapbubble>.allAreas","title":"allAreas","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"plotOptions-map--allAreas","fullname":"plotOptions.map.allAreas","title":"allAreas","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"plotOptions-mapline--allAreas","fullname":"plotOptions.mapline.allAreas","title":"allAreas","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"series<map>--allAreas","fullname":"series<map>.allAreas","title":"allAreas","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"plotOptions-mapbubble--allAreas","fullname":"plotOptions.mapbubble.allAreas","title":"allAreas","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"series<mapline>--allAreas","fullname":"series<mapline>.allAreas","title":"allAreas","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"plotOptions-series--allAreas","fullname":"plotOptions.series.allAreas","title":"allAreas","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether all areas of the map defined in <code>mapData</code> should be rendered. If <code>true</code>, areas which don't correspond to a data point, are rendered as <code>null</code> points. If <code>false</code>, those areas are skipped.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allareas-false/\" target=\"_blank\">All areas set to false</a>","deprecated":false},{"name":"xAxis--allowDecimals","fullname":"xAxis.allowDecimals","title":"allowDecimals","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to allow decimals in this axis' ticks. Ticks are hidden by default on a Highmaps axis, though they are inherited from Highcharts and can be enabled.","seeAlso":"<a href=\"#xAxis.minTickInterval\">minTickInterval</a>","deprecated":false},{"name":"yAxis--allowDecimals","fullname":"yAxis.allowDecimals","title":"allowDecimals","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to allow decimals in this axis' ticks. Ticks are hidden by default on a Highmaps axis, though they are inherited from Highcharts and can be enabled.","seeAlso":"<a href=\"#xAxis.minTickInterval\">minTickInterval</a>","deprecated":false},{"name":"exporting--allowHTML","fullname":"exporting.allowHTML","title":"allowHTML","parent":"exporting","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.8","description":"<p>Experimental setting to allow HTML inside the chart (added through the <code>useHTML</code> options), directly in the exported image. This allows you to preserve complicated HTML structures like tables or bi-directional text in exported charts.</p>\r\n\r\n<p>Disclaimer: The HTML is rendered in a <code>foreignObject</code> tag in the generated SVG. The official export server is based on PhantomJS, which supports this, but other SVG clients, like Batik, does not support it. This also applies to downloaded SVG that you want to open in a desktop client.</p>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--allowOverlap","fullname":"plotOptions.mapbubble.dataLabels.allowOverlap","title":"allowOverlap","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--allowOverlap","fullname":"plotOptions.heatmap.dataLabels.allowOverlap","title":"allowOverlap","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"series<map>-dataLabels--allowOverlap","fullname":"series<map>.dataLabels.allowOverlap","title":"allowOverlap","parent":"series<map>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--allowOverlap","fullname":"plotOptions.map.dataLabels.allowOverlap","title":"allowOverlap","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--allowOverlap","fullname":"plotOptions.series.dataLabels.allowOverlap","title":"allowOverlap","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"series<mapline>-dataLabels--allowOverlap","fullname":"series<mapline>.dataLabels.allowOverlap","title":"allowOverlap","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--allowOverlap","fullname":"series<mapbubble>.dataLabels.allowOverlap","title":"allowOverlap","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--allowOverlap","fullname":"series<heatmap>.dataLabels.allowOverlap","title":"allowOverlap","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--allowOverlap","fullname":"plotOptions.mapline.dataLabels.allowOverlap","title":"allowOverlap","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","since":"1.1.0","description":"Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the <a href=\"#plotOptions.series.dataLabels.padding\">dataLabels.padding</a> can be set to 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-allowoverlap-false/\" target=\"_blank\">Don't allow overlap</a>","deprecated":false},{"name":"plotOptions-series--allowPointSelect","fullname":"plotOptions.series.allowPointSelect","title":"allowPointSelect","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<map>--allowPointSelect","fullname":"series<map>.allowPointSelect","title":"allowPointSelect","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-mapbubble--allowPointSelect","fullname":"plotOptions.mapbubble.allowPointSelect","title":"allowPointSelect","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<mapbubble>--allowPointSelect","fullname":"series<mapbubble>.allowPointSelect","title":"allowPointSelect","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-mapline--allowPointSelect","fullname":"plotOptions.mapline.allowPointSelect","title":"allowPointSelect","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<heatmap>--allowPointSelect","fullname":"series<heatmap>.allowPointSelect","title":"allowPointSelect","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-map--allowPointSelect","fullname":"plotOptions.map.allowPointSelect","title":"allowPointSelect","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<mapline>--allowPointSelect","fullname":"series<mapline>.allowPointSelect","title":"allowPointSelect","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-heatmap--allowPointSelect","fullname":"plotOptions.heatmap.allowPointSelect","title":"allowPointSelect","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"false","description":"Allow this series' points to be selected by clicking on the shapes. Selected points can be read through the <a href=\"#Chart.getSelectedPoints()\">Chart.getSelectedPoints()</a> method.","demo":"Allow select on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"yAxis--alternateGridColor","fullname":"yAxis.alternateGridColor","title":"alternateGridColor","parent":"yAxis","isParent":false,"returnType":"Color","description":"When using an alternate grid color, a band is painted across the plot area between every other grid line.","deprecated":false},{"name":"xAxis--alternateGridColor","fullname":"xAxis.alternateGridColor","title":"alternateGridColor","parent":"xAxis","isParent":false,"returnType":"Color","description":"When using an alternate grid color, a band is painted across the plot area between every other grid line.","deprecated":false},{"name":"series<heatmap>--animation","fullname":"series<heatmap>.animation","title":"animation","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-map--animation","fullname":"plotOptions.map.animation","title":"animation","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"chart--animation","fullname":"chart.animation","title":"animation","parent":"chart","isParent":false,"returnType":"Boolean|Object","defaults":"true","description":"<p>Set the overall animation for all chart updating. Animation can be disabled throughout\r the chart by setting it to false here. It can be overridden for each individual\r API method as a function parameter. The only animation not affected by this option is the \r initial series animation, see <a class=\"internal\" href=\"#plotOptions.series.animation\">plotOptions.series.animation</a>.</p>\r \r <p>The animation can either be set as a boolean or a configuration object. If <code>true</code>,\r it will use the 'swing' jQuery easing and a duration of 500 ms. If used as a configuration object,\r the following properties are supported: \r </p><dl>\r \t<dt>duration</dt>\r \t<dd>The duration of the animation in milliseconds.</dd>\r \t\r \t<dt>easing</dt>\r \t<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\r \t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\r \tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using \r \tMooTools as the general framework, use the property name <code>transition</code> instead \r \tof <code>easing</code>.</dd>\r </dl>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/animation-none/\" target=\"_blank\">Updating with no animation</a>, \r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/animation-duration/\" target=\"_blank\">with a longer duration</a>.","deprecated":false},{"name":"series<mapbubble>--animation","fullname":"series<mapbubble>.animation","title":"animation","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-mapline-states-normal--animation","fullname":"plotOptions.mapline.states.normal.animation","title":"animation","parent":"plotOptions-mapline-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"series<mapline>-states-normal--animation","fullname":"series<mapline>.states.normal.animation","title":"animation","parent":"series<mapline>-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap--animation","fullname":"plotOptions.heatmap.animation","title":"animation","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-mapline--animation","fullname":"plotOptions.mapline.animation","title":"animation","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-map-states-normal--animation","fullname":"plotOptions.map.states.normal.animation","title":"animation","parent":"plotOptions-map-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"legend-navigation--animation","fullname":"legend.navigation.animation","title":"animation","parent":"legend-navigation","isParent":false,"returnType":"Boolean|Object","defaults":"true","description":"How to animate the pages when navigating up or down. A value of <code>true</code> applies the default navigation given in the chart.animation option. Additional options can be given as an object containing values for easing and duration. .","deprecated":false},{"name":"plotOptions-heatmap-states-normal--animation","fullname":"plotOptions.heatmap.states.normal.animation","title":"animation","parent":"plotOptions-heatmap-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"series<heatmap>-states-normal--animation","fullname":"series<heatmap>.states.normal.animation","title":"animation","parent":"series<heatmap>-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"series<map>-states-normal--animation","fullname":"series<map>.states.normal.animation","title":"animation","parent":"series<map>-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"tooltip--animation","fullname":"tooltip.animation","title":"animation","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable animation of the tooltip. In slow legacy IE browsers the animation is disabled by default.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-states-normal--animation","fullname":"series<mapbubble>.states.normal.animation","title":"animation","parent":"series<mapbubble>-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"colorAxis-marker--animation","fullname":"colorAxis.marker.animation","title":"animation","parent":"colorAxis-marker","isParent":false,"returnType":"Object|Boolean","description":"Animation for the marker as it moves between values. Set to <code>false</code> to disable animation. Defaults to <code>{ duration: 50 }</code>.","deprecated":false},{"name":"plotOptions-series-states-normal--animation","fullname":"plotOptions.series.states.normal.animation","title":"animation","parent":"plotOptions-series-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-series--animation","fullname":"plotOptions.series.animation","title":"animation","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"series<map>--animation","fullname":"series<map>.animation","title":"animation","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-mapbubble--animation","fullname":"plotOptions.mapbubble.animation","title":"animation","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"plotOptions-mapbubble-states-normal--animation","fullname":"plotOptions.mapbubble.states.normal.animation","title":"animation","parent":"plotOptions-mapbubble-states-normal","isParent":false,"returnType":"Object|Boolean","defaults":"true","values":"","since":"","description":"Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-animation-false/\" target=\"_blank\">No animation of fill color</a>","seeAlso":"","deprecated":false},{"name":"drilldown--animation","fullname":"drilldown.animation","title":"animation","parent":"drilldown","isParent":false,"returnType":"Boolean|Object","defaults":"","values":"","since":"3.0.8","description":"<p>Set the animation for all drilldown animations. Animation of a drilldown occurs when drilling between a column point and a column series, or a pie slice and a full pie series. Drilldown can still be used between series and points of different types, but animation will not occur.</p>\r\n \r\n <p>The animation can either be set as a boolean or a configuration object. If <code>true</code>,\r\n it will use the 'swing' jQuery easing and a duration of 500 ms. If used as a configuration object,\r\n the following properties are supported: \r\n </p><dl>\r\n \t<dt>duration</dt>\r\n \t<dd>The duration of the animation in milliseconds.</dd>\r\n \t\r\n \t<dt>easing</dt>\r\n \t<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\r\n \t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\r\n \tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using \r\n \tMooTools as the general framework, use the property name <code>transition</code> instead \r\n \tof <code>easing</code>.</dd>\r\n </dl>","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>--animation","fullname":"series<mapline>.animation","title":"animation","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see <a href=\"#chart.animation\">chart.animation</a> and the animation parameter under the API methods.\t\tThe following properties are supported:</p>\r\n<dl>\r\n <dt>duration</dt>\r\n <dd>The duration of the animation in milliseconds.</dd>\r\n<dt>easing</dt>\r\n<dd>When using jQuery as the general framework, the easing can be set to <code>linear</code> or\t<code>swing</code>. More easing functions are available with the use of jQuery plug-ins, most notably\t\t\t\tthe jQuery UI suite. See <a href=\"http://api.jquery.com/animate/\">the jQuery docs</a>. When using MooTools as the general framework, use the property name <code>transition</code> instead of <code>easing</code>.</dd>\r\n</dl>\r\n<p>Due to poor performance, animation is disabled in old IE browsers for map series, but enabled on mapbubble series.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-animation-true/\" target=\"_blank\">Animation enabled on map series</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-animation-false/\" target=\"_blank\">disabled on mapbubble series</a>","deprecated":false},{"name":"legend-navigation--arrowSize","fullname":"legend.navigation.arrowSize","title":"arrowSize","parent":"legend-navigation","isParent":false,"returnType":"Number","defaults":"12","description":"The pixel size of the up and down arrows in the legend paging navigation. .","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--backgroundColor","fullname":"plotOptions.heatmap.dataLabels.backgroundColor","title":"backgroundColor","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--backgroundColor","fullname":"plotOptions.mapbubble.dataLabels.backgroundColor","title":"backgroundColor","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"legend--backgroundColor","fullname":"legend.backgroundColor","title":"backgroundColor","parent":"legend","isParent":false,"returnType":"Color","description":"The background color of the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/border-background/\" target=\"_blank\">Border and background options</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--backgroundColor","fullname":"plotOptions.map.dataLabels.backgroundColor","title":"backgroundColor","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<map>-dataLabels--backgroundColor","fullname":"series<map>.dataLabels.backgroundColor","title":"backgroundColor","parent":"series<map>-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"tooltip--backgroundColor","fullname":"tooltip.backgroundColor","title":"backgroundColor","parent":"tooltip","isParent":false,"returnType":"Color","defaults":"rgba(255, 255, 255, 0.85)","description":"The background color or gradient for the tooltip.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/background-border/\" target=\"_blank\">Background and border demo</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--backgroundColor","fullname":"series<mapbubble>.dataLabels.backgroundColor","title":"backgroundColor","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--backgroundColor","fullname":"series<heatmap>.dataLabels.backgroundColor","title":"backgroundColor","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<mapline>-dataLabels--backgroundColor","fullname":"series<mapline>.dataLabels.backgroundColor","title":"backgroundColor","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--backgroundColor","fullname":"plotOptions.series.dataLabels.backgroundColor","title":"backgroundColor","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"chart--backgroundColor","fullname":"chart.backgroundColor","title":"backgroundColor","parent":"chart","isParent":false,"returnType":"Color","defaults":"#FFFFFF","description":"The background color or gradient for the outer chart area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/backgroundcolor-color/\" target=\"_blank\">Color</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/backgroundcolor-gradient/\" target=\"_blank\">gradient</a>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--backgroundColor","fullname":"plotOptions.mapline.dataLabels.backgroundColor","title":"backgroundColor","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Color","description":"The background color or gradient for the data label. Defaults to <code>undefined</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"chart-events--beforePrint","fullname":"chart.events.beforePrint","title":"beforePrint","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","since":"1.1.0","description":"Fires before a chart is printed through the context menu item or the <code>Chart.print</code> method. Requires the exporting module.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/chart/events-beforeprint-afterprint/\" target=\"_blank\">Rescale the chart to print</a>","deprecated":false},{"name":"series<map>-states-hover--borderColor","fullname":"series<map>.states.hover.borderColor","title":"borderColor","parent":"series<map>-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-series-states-select--borderColor","fullname":"plotOptions.series.states.select.borderColor","title":"borderColor","parent":"plotOptions-series-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<mapbubble>-dataLabels--borderColor","fullname":"series<mapbubble>.dataLabels.borderColor","title":"borderColor","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"series<mapline>-states-select--borderColor","fullname":"series<mapline>.states.select.borderColor","title":"borderColor","parent":"series<mapline>-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-mapline-states-select--borderColor","fullname":"plotOptions.mapline.states.select.borderColor","title":"borderColor","parent":"plotOptions-mapline-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<heatmap>-states-hover--borderColor","fullname":"series<heatmap>.states.hover.borderColor","title":"borderColor","parent":"series<heatmap>-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<heatmap>-states-select--borderColor","fullname":"series<heatmap>.states.select.borderColor","title":"borderColor","parent":"series<heatmap>-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<mapbubble>-states-hover--borderColor","fullname":"series<mapbubble>.states.hover.borderColor","title":"borderColor","parent":"series<mapbubble>-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"tooltip--borderColor","fullname":"tooltip.borderColor","title":"borderColor","parent":"tooltip","isParent":false,"returnType":"Color","defaults":"null","description":"The color of the tooltip border. When <code>null</code>, the border takes the color of the corresponding series or point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/background-border/\" target=\"_blank\">Background and border demo</a>","deprecated":false},{"name":"plotOptions-series--borderColor","fullname":"plotOptions.series.borderColor","title":"borderColor","parent":"plotOptions-series","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-mapbubble--borderColor","fullname":"plotOptions.mapbubble.borderColor","title":"borderColor","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-series-states-hover--borderColor","fullname":"plotOptions.series.states.hover.borderColor","title":"borderColor","parent":"plotOptions-series-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<heatmap>-dataLabels--borderColor","fullname":"series<heatmap>.dataLabels.borderColor","title":"borderColor","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"series<map>--borderColor","fullname":"series<map>.borderColor","title":"borderColor","parent":"series<map>","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-heatmap--borderColor","fullname":"plotOptions.heatmap.borderColor","title":"borderColor","parent":"plotOptions-heatmap","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--borderColor","fullname":"plotOptions.series.dataLabels.borderColor","title":"borderColor","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"plotOptions-map-dataLabels--borderColor","fullname":"plotOptions.map.dataLabels.borderColor","title":"borderColor","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"series<mapbubble>-states-select--borderColor","fullname":"series<mapbubble>.states.select.borderColor","title":"borderColor","parent":"series<mapbubble>-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<map>-dataLabels--borderColor","fullname":"series<map>.dataLabels.borderColor","title":"borderColor","parent":"series<map>-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--borderColor","fullname":"plotOptions.heatmap.dataLabels.borderColor","title":"borderColor","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"series<map>-states-select--borderColor","fullname":"series<map>.states.select.borderColor","title":"borderColor","parent":"series<map>-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<heatmap>--borderColor","fullname":"series<heatmap>.borderColor","title":"borderColor","parent":"series<heatmap>","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-mapbubble-states-select--borderColor","fullname":"plotOptions.mapbubble.states.select.borderColor","title":"borderColor","parent":"plotOptions-mapbubble-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-map--borderColor","fullname":"plotOptions.map.borderColor","title":"borderColor","parent":"plotOptions-map","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-heatmap-states-select--borderColor","fullname":"plotOptions.heatmap.states.select.borderColor","title":"borderColor","parent":"plotOptions-heatmap-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<mapbubble>--borderColor","fullname":"series<mapbubble>.borderColor","title":"borderColor","parent":"series<mapbubble>","isParent":false,"returnType":"Color","defaults":"silver","description":"The border color of the map areas.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","deprecated":false},{"name":"plotOptions-heatmap-states-hover--borderColor","fullname":"plotOptions.heatmap.states.hover.borderColor","title":"borderColor","parent":"plotOptions-heatmap-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-mapline-dataLabels--borderColor","fullname":"plotOptions.mapline.dataLabels.borderColor","title":"borderColor","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"plotOptions-mapline-states-hover--borderColor","fullname":"plotOptions.mapline.states.hover.borderColor","title":"borderColor","parent":"plotOptions-mapline-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"series<mapline>-dataLabels--borderColor","fullname":"series<mapline>.dataLabels.borderColor","title":"borderColor","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"plotOptions-mapbubble-states-hover--borderColor","fullname":"plotOptions.mapbubble.states.hover.borderColor","title":"borderColor","parent":"plotOptions-mapbubble-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-map-states-select--borderColor","fullname":"plotOptions.map.states.select.borderColor","title":"borderColor","parent":"plotOptions-map-states-select","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"plotOptions-map-states-hover--borderColor","fullname":"plotOptions.map.states.hover.borderColor","title":"borderColor","parent":"plotOptions-map-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"legend--borderColor","fullname":"legend.borderColor","title":"borderColor","parent":"legend","isParent":false,"returnType":"Color","defaults":"#909090","description":"The color of the drawn border around the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/border-background/\" target=\"_blank\">Border and background options</a>","deprecated":false},{"name":"series<mapline>-states-hover--borderColor","fullname":"series<mapline>.states.hover.borderColor","title":"borderColor","parent":"series<mapline>-states-hover","isParent":false,"returnType":"Color","description":"The border color of the point in this state","deprecated":false},{"name":"chart--borderColor","fullname":"chart.borderColor","title":"borderColor","parent":"chart","isParent":false,"returnType":"Color","defaults":"#4572A7","description":"The color of the outer chart border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/border/\" target=\"_blank\">Border options</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--borderColor","fullname":"plotOptions.mapbubble.dataLabels.borderColor","title":"borderColor","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Color","description":"The border color for the data label. Defaults to <code>undefined</code>.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--borderRadius","fullname":"plotOptions.mapline.dataLabels.borderRadius","title":"borderRadius","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"tooltip--borderRadius","fullname":"tooltip.borderRadius","title":"borderRadius","parent":"tooltip","isParent":false,"returnType":"Number","defaults":"3","description":"The radius of the rounded border corners.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/background-border/\" target=\"_blank\">Background and border demo</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--borderRadius","fullname":"series<heatmap>.dataLabels.borderRadius","title":"borderRadius","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--borderRadius","fullname":"plotOptions.heatmap.dataLabels.borderRadius","title":"borderRadius","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--borderRadius","fullname":"series<mapbubble>.dataLabels.borderRadius","title":"borderRadius","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<mapline>-dataLabels--borderRadius","fullname":"series<mapline>.dataLabels.borderRadius","title":"borderRadius","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--borderRadius","fullname":"plotOptions.series.dataLabels.borderRadius","title":"borderRadius","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<map>-dataLabels--borderRadius","fullname":"series<map>.dataLabels.borderRadius","title":"borderRadius","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"chart--borderRadius","fullname":"chart.borderRadius","title":"borderRadius","parent":"chart","isParent":false,"returnType":"Number","defaults":"0","description":"The corner radius of the outer chart border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/border/\" target=\"_blank\">Border options</a>","deprecated":false},{"name":"legend--borderRadius","fullname":"legend.borderRadius","title":"borderRadius","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The border corner radius of the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/border-background/\" target=\"_blank\">Border and background options</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--borderRadius","fullname":"plotOptions.map.dataLabels.borderRadius","title":"borderRadius","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--borderRadius","fullname":"plotOptions.mapbubble.dataLabels.borderRadius","title":"borderRadius","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius in pixels for the data label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-series--borderWidth","fullname":"plotOptions.series.borderWidth","title":"borderWidth","parent":"plotOptions-series","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-map--borderWidth","fullname":"plotOptions.map.borderWidth","title":"borderWidth","parent":"plotOptions-map","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"series<map>--borderWidth","fullname":"series<map>.borderWidth","title":"borderWidth","parent":"series<map>","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-map-states-select--borderWidth","fullname":"plotOptions.map.states.select.borderWidth","title":"borderWidth","parent":"plotOptions-map-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"tooltip--borderWidth","fullname":"tooltip.borderWidth","title":"borderWidth","parent":"tooltip","isParent":false,"returnType":"Number","defaults":"1","description":"The pixel width of the tooltip border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/background-border/\" target=\"_blank\">Background and border demo</a>","deprecated":false},{"name":"plotOptions-map-states-hover--borderWidth","fullname":"plotOptions.map.states.hover.borderWidth","title":"borderWidth","parent":"plotOptions-map-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-heatmap-states-select--borderWidth","fullname":"plotOptions.heatmap.states.select.borderWidth","title":"borderWidth","parent":"plotOptions-heatmap-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<heatmap>-dataLabels--borderWidth","fullname":"series<heatmap>.dataLabels.borderWidth","title":"borderWidth","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"series<mapbubble>-dataLabels--borderWidth","fullname":"series<mapbubble>.dataLabels.borderWidth","title":"borderWidth","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"series<heatmap>-states-hover--borderWidth","fullname":"series<heatmap>.states.hover.borderWidth","title":"borderWidth","parent":"series<heatmap>-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<mapline>-states-hover--borderWidth","fullname":"series<mapline>.states.hover.borderWidth","title":"borderWidth","parent":"series<mapline>-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<mapline>-states-select--borderWidth","fullname":"series<mapline>.states.select.borderWidth","title":"borderWidth","parent":"series<mapline>-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<mapline>-dataLabels--borderWidth","fullname":"series<mapline>.dataLabels.borderWidth","title":"borderWidth","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"plotOptions-heatmap--borderWidth","fullname":"plotOptions.heatmap.borderWidth","title":"borderWidth","parent":"plotOptions-heatmap","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--borderWidth","fullname":"plotOptions.mapbubble.dataLabels.borderWidth","title":"borderWidth","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"plotOptions-mapbubble--borderWidth","fullname":"plotOptions.mapbubble.borderWidth","title":"borderWidth","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-states-select--borderWidth","fullname":"plotOptions.mapbubble.states.select.borderWidth","title":"borderWidth","parent":"plotOptions-mapbubble-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<mapbubble>-states-hover--borderWidth","fullname":"series<mapbubble>.states.hover.borderWidth","title":"borderWidth","parent":"series<mapbubble>-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-series-dataLabels--borderWidth","fullname":"plotOptions.series.dataLabels.borderWidth","title":"borderWidth","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"series<map>-states-hover--borderWidth","fullname":"series<map>.states.hover.borderWidth","title":"borderWidth","parent":"series<map>-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--borderWidth","fullname":"plotOptions.heatmap.dataLabels.borderWidth","title":"borderWidth","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--borderWidth","fullname":"plotOptions.mapline.dataLabels.borderWidth","title":"borderWidth","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"plotOptions-mapline-states-select--borderWidth","fullname":"plotOptions.mapline.states.select.borderWidth","title":"borderWidth","parent":"plotOptions-mapline-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-map-dataLabels--borderWidth","fullname":"plotOptions.map.dataLabels.borderWidth","title":"borderWidth","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"plotOptions-mapline-states-hover--borderWidth","fullname":"plotOptions.mapline.states.hover.borderWidth","title":"borderWidth","parent":"plotOptions-mapline-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<heatmap>--borderWidth","fullname":"series<heatmap>.borderWidth","title":"borderWidth","parent":"series<heatmap>","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-states-hover--borderWidth","fullname":"plotOptions.heatmap.states.hover.borderWidth","title":"borderWidth","parent":"plotOptions-heatmap-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"chart--borderWidth","fullname":"chart.borderWidth","title":"borderWidth","parent":"chart","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the outer chart border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/border/\" target=\"_blank\">Border options</a>","deprecated":false},{"name":"series<mapbubble>-states-select--borderWidth","fullname":"series<mapbubble>.states.select.borderWidth","title":"borderWidth","parent":"series<mapbubble>-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"legend--borderWidth","fullname":"legend.borderWidth","title":"borderWidth","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the drawn border around the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/border-background/\" target=\"_blank\">Border and background options</a>","deprecated":false},{"name":"plotOptions-series-states-hover--borderWidth","fullname":"plotOptions.series.states.hover.borderWidth","title":"borderWidth","parent":"plotOptions-series-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<map>-dataLabels--borderWidth","fullname":"series<map>.dataLabels.borderWidth","title":"borderWidth","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The border width in pixels for the data label.","deprecated":false},{"name":"series<mapbubble>--borderWidth","fullname":"series<mapbubble>.borderWidth","title":"borderWidth","parent":"series<mapbubble>","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The border width of each map area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Borders demo</a>","seeAlso":"","deprecated":false},{"name":"series<heatmap>-states-select--borderWidth","fullname":"series<heatmap>.states.select.borderWidth","title":"borderWidth","parent":"series<heatmap>-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-mapbubble-states-hover--borderWidth","fullname":"plotOptions.mapbubble.states.hover.borderWidth","title":"borderWidth","parent":"plotOptions-mapbubble-states-hover","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"plotOptions-series-states-select--borderWidth","fullname":"plotOptions.series.states.select.borderWidth","title":"borderWidth","parent":"plotOptions-series-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<map>-states-select--borderWidth","fullname":"series<map>.states.select.borderWidth","title":"borderWidth","parent":"series<map>-states-select","isParent":false,"returnType":"Number","description":"The border width of the point in this state","deprecated":false},{"name":"series<mapbubble>-states-hover--brightness","fullname":"series<mapbubble>.states.hover.brightness","title":"brightness","parent":"series<mapbubble>-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-states-hover--brightness","fullname":"plotOptions.map.states.hover.brightness","title":"brightness","parent":"plotOptions-map-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-states-hover--brightness","fullname":"series<map>.states.hover.brightness","title":"brightness","parent":"series<map>-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-states-hover--brightness","fullname":"plotOptions.mapline.states.hover.brightness","title":"brightness","parent":"plotOptions-mapline-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-states-hover--brightness","fullname":"plotOptions.heatmap.states.hover.brightness","title":"brightness","parent":"plotOptions-heatmap-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-states-hover--brightness","fullname":"plotOptions.mapbubble.states.hover.brightness","title":"brightness","parent":"plotOptions-mapbubble-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-states-hover--brightness","fullname":"series<heatmap>.states.hover.brightness","title":"brightness","parent":"series<heatmap>-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-states-hover--brightness","fullname":"series<mapline>.states.hover.brightness","title":"brightness","parent":"series<mapline>-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-states-hover--brightness","fullname":"plotOptions.series.states.hover.brightness","title":"brightness","parent":"plotOptions-series-states-hover","isParent":false,"returnType":"Number","defaults":"0.2","values":"","since":"","description":"The relative brightness of the point when hovered, relative to the normal point color.","demo":"","seeAlso":"","deprecated":false},{"name":"navigation-buttonOptions","fullname":"navigation.buttonOptions","title":"buttonOptions","parent":"navigation","isParent":true,"description":"<p>A collection of options for buttons appearing in the exporting module.</p>\r\n\r\n<p>The examples below are using basic Highcharts, but the syntax is exactly the same for Highmaps.</p>","deprecated":false},{"name":"mapNavigation-buttonOptions","fullname":"mapNavigation.buttonOptions","title":"buttonOptions","parent":"mapNavigation","isParent":true,"returnType":"Object","description":"General options for the map navigation buttons. Individual options can be given from the <a href=\"#mapNavigation.buttons\">mapNavigation.buttons</a> option set.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/mapnavigation/button-theme/\" target=\"_blank\">Theming the navigation buttons</a>","deprecated":false},{"name":"mapNavigation-buttons","fullname":"mapNavigation.buttons","title":"buttons","parent":"mapNavigation","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"The individual buttons for the map navigation. This usually includes the zoom in and zoom out buttons. Properties for each button is inherited from <a href=\"#mapNavigation.buttonOptions\">mapNavigation.buttonOptions</a>, while individual options can be overridden. But default, the <code>onclick</code>, <code>text</code> and <code>y</code> options are individual.","demo":"","seeAlso":"","deprecated":false},{"name":"exporting-buttons","fullname":"exporting.buttons","title":"buttons","parent":"exporting","isParent":true,"description":"Options for the export related buttons, print and export. In addition to the default buttons listed here, custom buttons can be added. See <a href=\"#navigation.buttonOptions\">navigation.buttonOptions</a> for general options.","deprecated":false},{"name":"global--canvasToolsURL","fullname":"global.canvasToolsURL","title":"canvasToolsURL","parent":"global","isParent":false,"returnType":"String","defaults":"http://code.highcharts.com/{version}/modules/canvas-tools.js","description":"The URL to the additional file to lazy load for Android 2.x devices. These devices don't \r\n support SVG, so we download a helper file that contains <a href=\"http://code.google.com/p/canvg/\">canvg</a>,\r\n its dependency rbcolor, and our own CanVG Renderer class. To avoid hotlinking to our site,\r\n you can install canvas-tools.js on your own server and change this option accordingly.","deprecated":false},{"name":"chart","fullname":"chart","title":"chart","isParent":true,"description":"Options regarding the chart area and plot area as well as general chart options."},{"name":"exporting--chartOptions","fullname":"exporting.chartOptions","title":"chartOptions","parent":"exporting","isParent":false,"returnType":"Object","defaults":"null","values":"","description":"Additional chart options to be merged into an exported chart. For example, the exported chart can be given a specific width and height, or a printer-friendly color scheme.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-events--checkboxClick","fullname":"series<mapbubble>.events.checkboxClick","title":"checkboxClick","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"plotOptions-mapline-events--checkboxClick","fullname":"plotOptions.mapline.events.checkboxClick","title":"checkboxClick","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"plotOptions-heatmap-events--checkboxClick","fullname":"plotOptions.heatmap.events.checkboxClick","title":"checkboxClick","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"series<map>-events--checkboxClick","fullname":"series<map>.events.checkboxClick","title":"checkboxClick","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"plotOptions-mapbubble-events--checkboxClick","fullname":"plotOptions.mapbubble.events.checkboxClick","title":"checkboxClick","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"plotOptions-series-events--checkboxClick","fullname":"plotOptions.series.events.checkboxClick","title":"checkboxClick","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"series<mapline>-events--checkboxClick","fullname":"series<mapline>.events.checkboxClick","title":"checkboxClick","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"series<heatmap>-events--checkboxClick","fullname":"series<heatmap>.events.checkboxClick","title":"checkboxClick","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"plotOptions-map-events--checkboxClick","fullname":"plotOptions.map.events.checkboxClick","title":"checkboxClick","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the checkbox next to the series' name in the legend is clicked. One parameter, <code>event</code>, is passed to the function. The state of the checkbox is found by <code>event.checked</code>. The checked item is found by <code>event.item</code>. Return <code>false</code> to prevent the default action which is to toggle the select state of the series.","deprecated":false},{"name":"chart--className","fullname":"chart.className","title":"className","parent":"chart","isParent":false,"returnType":"String","description":"A CSS class name to apply to the charts container <code>div</code>, allowing unique CSS styling for each chart."},{"name":"series<heatmap>-data-events--click","fullname":"series<heatmap>.data.events.click","title":"click","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<mapline>-point-events--click","fullname":"series<mapline>.point.events.click","title":"click","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<mapline>-events--click","fullname":"series<mapline>.events.click","title":"click","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"series<map>-point-events--click","fullname":"series<map>.point.events.click","title":"click","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<heatmap>-events--click","fullname":"series<heatmap>.events.click","title":"click","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"series<heatmap>-point-events--click","fullname":"series<heatmap>.point.events.click","title":"click","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<map>-events--click","fullname":"series<map>.events.click","title":"click","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"series<mapbubble>-events--click","fullname":"series<mapbubble>.events.click","title":"click","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"plotOptions-map-events--click","fullname":"plotOptions.map.events.click","title":"click","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"series<map>-data-events--click","fullname":"series<map>.data.events.click","title":"click","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"chart-events--click","fullname":"chart.events.click","title":"click","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"<p>Fires when clicking on the plot background. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.</p> <p>Information on the clicked spot can be found through <code>event.xAxis</code> and <code>event.yAxis</code>, which are arrays containing the axes of each dimension and each axis' value at the clicked spot. The primary axes are <code>event.xAxis[0]</code> and <code>event.yAxis[0]</code>. Remember the unit of a datetime axis is milliseconds since 1970-01-01 00:00:00.</p>\r\n<pre>click: function(e) {\r\n\tconsole.log(\r\n\t\tHighcharts.dateFormat('%Y-%m-%d %H:%M:%S', e.xAxis[0].value), \r\n\t\te.yAxis[0].value\r\n\t)\r\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/events-click/\" target=\"_blank\">Record coordinates on click</a>. <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/chart/events-container/\" target=\"_blank\">Alternatively, attach event to container</a>","deprecated":false},{"name":"plotOptions-mapline-point-events--click","fullname":"plotOptions.mapline.point.events.click","title":"click","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<mapbubble>-point-events--click","fullname":"series<mapbubble>.point.events.click","title":"click","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-mapline-events--click","fullname":"plotOptions.mapline.events.click","title":"click","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"plotOptions-map-point-events--click","fullname":"plotOptions.map.point.events.click","title":"click","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-mapbubble-events--click","fullname":"plotOptions.mapbubble.events.click","title":"click","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"series<mapbubble>-data-events--click","fullname":"series<mapbubble>.data.events.click","title":"click","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-series-point-events--click","fullname":"plotOptions.series.point.events.click","title":"click","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-mapbubble-point-events--click","fullname":"plotOptions.mapbubble.point.events.click","title":"click","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"series<mappoint>-data-events--click","fullname":"series<mappoint>.data.events.click","title":"click","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-series-events--click","fullname":"plotOptions.series.events.click","title":"click","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"plotOptions-heatmap-events--click","fullname":"plotOptions.heatmap.events.click","title":"click","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. Additionally, <code>event.point</code> holds a pointer to the nearest point on the graph.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-events-click/\" target=\"_blank\">Display click info in subtitle</a>","deprecated":false},{"name":"plotOptions-heatmap-point-events--click","fullname":"plotOptions.heatmap.point.events.click","title":"click","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"<p></p>Fires when a point is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.<p></p> <p>If the <code>series.allowPointSelect</code> option is true, the default action for the point's click event is to toggle the point's select state. Returning <code>false</code> cancels this action.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click/\" target=\"_blank\">Click marker to display values</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-point-events-click-url/\" target=\"_blank\">go to URL</a>.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--color","fullname":"plotOptions.mapline.dataLabels.color","title":"color","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"series<mapline>--color","fullname":"series<mapline>.color","title":"color","parent":"series<mapline>","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"series<heatmap>-states-select--color","fullname":"series<heatmap>.states.select.color","title":"color","parent":"series<heatmap>-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapline>-dataLabels--color","fullname":"series<mapline>.dataLabels.color","title":"color","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"series<map>--color","fullname":"series<map>.color","title":"color","parent":"series<map>","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"series<heatmap>-data--color","fullname":"series<heatmap>.data.color","title":"color","parent":"series<heatmap>-data","isParent":false,"returnType":"Color","description":"The color of the point. In heat maps the point color is rarely set explicitly, as we use the color to denote the <code>value</code>. Options for this are set in the <a href=\"#colorAxis\">colorAxis</a> configuration."},{"name":"series<map>-states-hover--color","fullname":"series<map>.states.hover.color","title":"color","parent":"series<map>-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-mapbubble-states-hover--color","fullname":"plotOptions.mapbubble.states.hover.color","title":"color","parent":"plotOptions-mapbubble-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--color","fullname":"series<mapbubble>.dataLabels.color","title":"color","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"colorAxis-marker--color","fullname":"colorAxis.marker.color","title":"color","parent":"colorAxis-marker","isParent":false,"returnType":"Color","defaults":"gray","values":"","since":"","description":"The color of the marker.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-states-hover--color","fullname":"plotOptions.map.states.hover.color","title":"color","parent":"plotOptions-map-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-map-states-select--color","fullname":"plotOptions.map.states.select.color","title":"color","parent":"plotOptions-map-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<heatmap>--color","fullname":"series<heatmap>.color","title":"color","parent":"series<heatmap>","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"series<map>-dataLabels--color","fullname":"series<map>.dataLabels.color","title":"color","parent":"series<map>-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"plotOptions-mapbubble--color","fullname":"plotOptions.mapbubble.color","title":"color","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Color","defaults":"","values":"","description":"The main color of the series. This color affects both the fill and the stroke of the bubble. For enhanced control, use <code>marker</code> options.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-color/\" target=\"_blank\">Pink bubbles</a>","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-states-select--color","fullname":"series<mapbubble>.states.select.color","title":"color","parent":"series<mapbubble>-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-mapline-states-hover--color","fullname":"plotOptions.mapline.states.hover.color","title":"color","parent":"plotOptions-mapline-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--color","fullname":"plotOptions.mapbubble.dataLabels.color","title":"color","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--color","fullname":"plotOptions.heatmap.dataLabels.color","title":"color","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"plotOptions-mapline--color","fullname":"plotOptions.mapline.color","title":"color","parent":"plotOptions-mapline","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"plotOptions-heatmap--color","fullname":"plotOptions.heatmap.color","title":"color","parent":"plotOptions-heatmap","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--color","fullname":"plotOptions.map.dataLabels.color","title":"color","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"plotOptions-heatmap-states-hover--color","fullname":"plotOptions.heatmap.states.hover.color","title":"color","parent":"plotOptions-heatmap-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mappoint>-data--color","fullname":"series<mappoint>.data.color","title":"color","parent":"series<mappoint>-data","isParent":false,"returnType":"Color","defaults":"undefined","description":"Individual color for the point. By default the color is either used to denote the value, or pulled from the global <code>colors</code> array.","deprecated":false},{"name":"plotOptions-mapline-states-select--color","fullname":"plotOptions.mapline.states.select.color","title":"color","parent":"plotOptions-mapline-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapline>-states-hover--color","fullname":"series<mapline>.states.hover.color","title":"color","parent":"series<mapline>-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<map>-data--color","fullname":"series<map>.data.color","title":"color","parent":"series<map>-data","isParent":false,"returnType":"Color","defaults":"undefined","description":"Individual color for the point. By default the color is either used to denote the value, or pulled from the global <code>colors</code> array.","deprecated":false},{"name":"plotOptions-mapbubble-states-select--color","fullname":"plotOptions.mapbubble.states.select.color","title":"color","parent":"plotOptions-mapbubble-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapbubble>--color","fullname":"series<mapbubble>.color","title":"color","parent":"series<mapbubble>","isParent":false,"returnType":"Color","defaults":"","values":"","description":"The main color of the series. This color affects both the fill and the stroke of the bubble. For enhanced control, use <code>marker</code> options.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-color/\" target=\"_blank\">Pink bubbles</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-series-states-select--color","fullname":"plotOptions.series.states.select.color","title":"color","parent":"plotOptions-series-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-heatmap-states-select--color","fullname":"plotOptions.heatmap.states.select.color","title":"color","parent":"plotOptions-heatmap-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<heatmap>-states-hover--color","fullname":"series<heatmap>.states.hover.color","title":"color","parent":"series<heatmap>-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapbubble>-data--color","fullname":"series<mapbubble>.data.color","title":"color","parent":"series<mapbubble>-data","isParent":false,"returnType":"Color","defaults":"undefined","description":"Individual color for the point. By default the color is either used to denote the value, or pulled from the global <code>colors</code> array.","deprecated":false},{"name":"series<mapbubble>-states-hover--color","fullname":"series<mapbubble>.states.hover.color","title":"color","parent":"series<mapbubble>-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--color","fullname":"series<heatmap>.dataLabels.color","title":"color","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"plotOptions-series--color","fullname":"plotOptions.series.color","title":"color","parent":"plotOptions-series","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"colorAxis-dataClasses--color","fullname":"colorAxis.dataClasses.color","title":"color","parent":"colorAxis-dataClasses","isParent":false,"returnType":"Color","defaults":"","values":"","since":"","description":"The color of each data class. If not set, the color is pulled from the global or chart-specific <a href=\"#colors\">colors</a> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/data-class-two-ranges/\" target=\"_blank\">Explicit colors</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-map--color","fullname":"plotOptions.map.color","title":"color","parent":"plotOptions-map","isParent":false,"returnType":"Color","description":"The main color of the series. In maps, this color is rarely used, as most choropleth maps use the color to denote the value of each point. The series color can however be used in a map with multiple series holding categorized data. The default value is pulled from the <code>options.colors</code> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Category map by multiple series</a>","deprecated":false},{"name":"plotOptions-series-states-hover--color","fullname":"plotOptions.series.states.hover.color","title":"color","parent":"plotOptions-series-states-hover","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"series<mapline>-states-select--color","fullname":"series<mapline>.states.select.color","title":"color","parent":"series<mapline>-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--color","fullname":"plotOptions.series.dataLabels.color","title":"color","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Color","description":"The text color for the data labels. Defaults to <code>null</code>. Note that data labels in Highmaps by default have a <code>style.HcTextStroke</code> in order to make the text readable against any background. When the color is changed, it is also recommended to change this.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">White data labels</a>","deprecated":false},{"name":"series<map>-states-select--color","fullname":"series<map>.states.select.color","title":"color","parent":"series<map>-states-select","isParent":false,"returnType":"Color","description":"The color of the shape in this state","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-states-hover/\" target=\"_blank\">Hover options</a>","deprecated":false},{"name":"colorAxis","fullname":"colorAxis","title":"colorAxis","isParent":true,"description":"<p>A color axis for choropleth mapping. Visually, the color axis will appear as a gradient or as separate items inside the legend, depending on whether the axis is scalar or based on data classes.</p>\r\n\r\n<p>For supported color formats, see the <a href=\"http://www.highcharts.com/docs/chart-design-and-style/colors\">docs article about colors</a>.</p>\r\n\r\n<p>A scalar color axis is represented by a gradient. The colors either range between the <a href=\"#colorAxis.minColor\">minColor</a> and the <a href=\"#colorAxis.maxColor\">maxColor</a>, or for more fine grained control the colors can be defined in <a href=\"#colorAxis.stops\">stops</a>. Often times, the color axis needs to be adjusted to get the right color spread for the data. In addition to stops, consider using a logarithmic <a href=\"#colorAxis.type\">axis type</a>, or setting <a href=\"#colorAxis.min\">min</a> and <a href=\"#colorAxis.max\">max</a> to avoid the colors being determined by outliers.</p>\r\n\r\n<p>When <a href=\"#colorAxis.dataClasses\">dataClasses</a> are used, the ranges are subdivided into separate classes like categories based on their values. This can be used for ranges between two values, but also for a true category. However, when your data is categorized, it may be as convenient to add each category to a separate series.</p>\r\n\t\r\n<p>See <a href=\"#Axis\">the Axis object</a> for programmatic access to the axis.</p>","deprecated":false},{"name":"colors","fullname":"colors","title":"colors","isParent":true,"returnType":"Array<Color>","description":"<p>An array containing the default colors for the chart's series. When all colors are used, new colors are pulled from the start again. Defaults to:\r\n<pre>colors: ['#7cb5ec', '#434348', '#90ed7d', '#f7a35c', '#8085e9', \r\n '#f15c80', '#e4d354', '#8085e8', '#8d4653', '#91e8e1']</pre>\r\n</p>","deprecated":false},{"name":"series<heatmap>--colsize","fullname":"series<heatmap>.colsize","title":"colsize","parent":"series<heatmap>","isParent":false,"returnType":"Number","defaults":"1","description":"The column size - how many X axis units each column in the heatmap should span.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/heatmap/\" target=\"_blank\">One day</a>","deprecated":false},{"name":"plotOptions-heatmap--colsize","fullname":"plotOptions.heatmap.colsize","title":"colsize","parent":"plotOptions-heatmap","isParent":false,"returnType":"Number","defaults":"1","description":"The column size - how many X axis units each column in the heatmap should span.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/heatmap/\" target=\"_blank\">One day</a>","deprecated":false},{"name":"exporting-buttons-contextButton","fullname":"exporting.buttons.contextButton","title":"contextButton","parent":"exporting-buttons","isParent":true,"description":"Options for the export button."},{"name":"lang--contextButtonTitle","fullname":"lang.contextButtonTitle","title":"contextButtonTitle","parent":"lang","isParent":false,"returnType":"String","defaults":"Chart context menu","values":"","description":"Exporting module menu. The tooltip title for the context menu holding print and export menu items.","demo":"","seeAlso":"","deprecated":false},{"name":"credits","fullname":"credits","title":"credits","isParent":true,"description":"Highchart by default puts a credits label in the lower right corner of the chart.\n\t\tThis can be changed using these options."},{"name":"plotOptions-mapline-dataLabels--crop","fullname":"plotOptions.mapline.dataLabels.crop","title":"crop","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-dataLabels--crop","fullname":"series<heatmap>.dataLabels.crop","title":"crop","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-dataLabels--crop","fullname":"series<mapline>.dataLabels.crop","title":"crop","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-dataLabels--crop","fullname":"series<mapbubble>.dataLabels.crop","title":"crop","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--crop","fullname":"plotOptions.heatmap.dataLabels.crop","title":"crop","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--crop","fullname":"plotOptions.mapbubble.dataLabels.crop","title":"crop","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-dataLabels--crop","fullname":"plotOptions.map.dataLabels.crop","title":"crop","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-dataLabels--crop","fullname":"series<map>.dataLabels.crop","title":"crop","parent":"series<map>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-dataLabels--crop","fullname":"plotOptions.series.dataLabels.crop","title":"crop","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the <a href=\"#plotOptions.series.dataLabels.overflow\">overflow</a> option.","demo":"","seeAlso":"","deprecated":false},{"name":"tooltip--crosshairs","fullname":"tooltip.crosshairs","title":"crosshairs","parent":"tooltip","isParent":false,"returnType":"Mixed","description":"<p>Display crosshairs to connect the points with their corresponding axis values. Although crosshairs don't make much sense for maps, they are inherited from Highcharts and work in Highmaps too.</p>\r\n\r\n<p>The crosshairs can be defined as a boolean, an array of booleans or an object. <dl> \t<dt>Boolean</dt> \t<dd>If the crosshairs option is true, a single crosshair relating to the \tx axis will be shown.</dd> \t \t<dt>Array of booleans</dt> \t<dd>In an array of booleans, the first value turns on the x axis crosshair and the second \tvalue to the y axis crosshair. Use <code>[true, true]</code> to show complete crosshairs.</dd> \t \t<dt>Array of objects</dt> \t<dd>In an array of objects, the first value applies to the x axis crosshair and the second \tvalue to the y axis crosshair. For each dimension, a <code>width</code>, <code>color</code>, \t<code><a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">dashStyle</a></code> and <code>zIndex</code> can be given.</dd>\r\n\t\t</dl> Defaults to <code>null</code>.</p>","deprecated":false},{"name":"series<mapbubble>--cursor","fullname":"series<mapbubble>.cursor","title":"cursor","parent":"series<mapbubble>","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<mapline>--cursor","fullname":"series<mapline>.cursor","title":"cursor","parent":"series<mapline>","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-heatmap--cursor","fullname":"plotOptions.heatmap.cursor","title":"cursor","parent":"plotOptions-heatmap","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-map--cursor","fullname":"plotOptions.map.cursor","title":"cursor","parent":"plotOptions-map","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-mapline--cursor","fullname":"plotOptions.mapline.cursor","title":"cursor","parent":"plotOptions-mapline","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<map>--cursor","fullname":"series<map>.cursor","title":"cursor","parent":"series<map>","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"series<heatmap>--cursor","fullname":"series<heatmap>.cursor","title":"cursor","parent":"series<heatmap>","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-series--cursor","fullname":"plotOptions.series.cursor","title":"cursor","parent":"plotOptions-series","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-mapbubble--cursor","fullname":"plotOptions.mapbubble.cursor","title":"cursor","parent":"plotOptions-mapbubble","isParent":false,"returnType":"String","values":"[null, \"default\", \"none\", \"help\", \"pointer\", \"crosshair\"]","description":"You can set the cursor to \"pointer\" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.","demo":"Pointer cursor on <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">map area</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-allowpointselect/\" target=\"_blank\">map bubble</a>","deprecated":false},{"name":"plotOptions-map--dashStyle","fullname":"plotOptions.map.dashStyle","title":"dashStyle","parent":"plotOptions-map","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"A name for the dash style to use for the map area outline or the map line. The value for the <code>dashStyle</code> include:\r\n\t\t <ul>\r\n\t\t \t<li>Solid</li>\r\n\t\t \t<li>ShortDash</li>\r\n\t\t \t<li>ShortDot</li>\r\n\t\t \t<li>ShortDashDot</li>\r\n\t\t \t<li>ShortDashDotDot</li>\r\n\t\t \t<li>Dot</li>\r\n\t\t \t<li>Dash</li>\r\n\t\t \t<li>LongDash</li>\r\n\t\t \t<li>DashDot</li>\r\n\t\t \t<li>LongDashDot</li>\r\n\t\t \t<li>LongDashDotDot</li>\r\n\t\t </ul>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\" target=\"_blank\">Possible values demonstrated</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-dashstyle/\" target=\"_blank\">dotted borders on a map</a>.","deprecated":false},{"name":"series<map>--dashStyle","fullname":"series<map>.dashStyle","title":"dashStyle","parent":"series<map>","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"A name for the dash style to use for the map area outline or the map line. The value for the <code>dashStyle</code> include:\r\n\t\t <ul>\r\n\t\t \t<li>Solid</li>\r\n\t\t \t<li>ShortDash</li>\r\n\t\t \t<li>ShortDot</li>\r\n\t\t \t<li>ShortDashDot</li>\r\n\t\t \t<li>ShortDashDotDot</li>\r\n\t\t \t<li>Dot</li>\r\n\t\t \t<li>Dash</li>\r\n\t\t \t<li>LongDash</li>\r\n\t\t \t<li>DashDot</li>\r\n\t\t \t<li>LongDashDot</li>\r\n\t\t \t<li>LongDashDotDot</li>\r\n\t\t </ul>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\" target=\"_blank\">Possible values demonstrated</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-dashstyle/\" target=\"_blank\">dotted borders on a map</a>.","deprecated":false},{"name":"series<mapline>--dashStyle","fullname":"series<mapline>.dashStyle","title":"dashStyle","parent":"series<mapline>","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"A name for the dash style to use for the map area outline or the map line. The value for the <code>dashStyle</code> include:\r\n\t\t <ul>\r\n\t\t \t<li>Solid</li>\r\n\t\t \t<li>ShortDash</li>\r\n\t\t \t<li>ShortDot</li>\r\n\t\t \t<li>ShortDashDot</li>\r\n\t\t \t<li>ShortDashDotDot</li>\r\n\t\t \t<li>Dot</li>\r\n\t\t \t<li>Dash</li>\r\n\t\t \t<li>LongDash</li>\r\n\t\t \t<li>DashDot</li>\r\n\t\t \t<li>LongDashDot</li>\r\n\t\t \t<li>LongDashDotDot</li>\r\n\t\t </ul>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\" target=\"_blank\">Possible values demonstrated</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-dashstyle/\" target=\"_blank\">dotted borders on a map</a>.","deprecated":false},{"name":"plotOptions-mapline--dashStyle","fullname":"plotOptions.mapline.dashStyle","title":"dashStyle","parent":"plotOptions-mapline","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"A name for the dash style to use for the map area outline or the map line. The value for the <code>dashStyle</code> include:\r\n\t\t <ul>\r\n\t\t \t<li>Solid</li>\r\n\t\t \t<li>ShortDash</li>\r\n\t\t \t<li>ShortDot</li>\r\n\t\t \t<li>ShortDashDot</li>\r\n\t\t \t<li>ShortDashDotDot</li>\r\n\t\t \t<li>Dot</li>\r\n\t\t \t<li>Dash</li>\r\n\t\t \t<li>LongDash</li>\r\n\t\t \t<li>DashDot</li>\r\n\t\t \t<li>LongDashDot</li>\r\n\t\t \t<li>LongDashDotDot</li>\r\n\t\t </ul>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\" target=\"_blank\">Possible values demonstrated</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-dashstyle/\" target=\"_blank\">dotted borders on a map</a>.","deprecated":false},{"name":"plotOptions-series--dashStyle","fullname":"plotOptions.series.dashStyle","title":"dashStyle","parent":"plotOptions-series","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"A name for the dash style to use for the map area outline or the map line. The value for the <code>dashStyle</code> include:\r\n\t\t <ul>\r\n\t\t \t<li>Solid</li>\r\n\t\t \t<li>ShortDash</li>\r\n\t\t \t<li>ShortDot</li>\r\n\t\t \t<li>ShortDashDot</li>\r\n\t\t \t<li>ShortDashDotDot</li>\r\n\t\t \t<li>Dot</li>\r\n\t\t \t<li>Dash</li>\r\n\t\t \t<li>LongDash</li>\r\n\t\t \t<li>DashDot</li>\r\n\t\t \t<li>LongDashDot</li>\r\n\t\t \t<li>LongDashDotDot</li>\r\n\t\t </ul>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\" target=\"_blank\">Possible values demonstrated</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-dashstyle/\" target=\"_blank\">dotted borders on a map</a>.","deprecated":false},{"name":"series<mappoint>-data","fullname":"series<mappoint>.data","title":"data","parent":"series<mappoint>","isParent":true,"returnType":"Array<Object|Array|Number>","description":"An array of data points for the series. For the <code>mappoint</code> series type, points can be given in the following ways:\r\n <ol>\r\n \t<li>An array of numerical values. In this case, the numerical values will \r\n \tbe interpreted as <code>y</code> options. The <code>x</code> values will be automatically calculated,\r\n \teither starting at 0 and incremented by 1, or from <code>pointStart</code> \r\n \tand <code>pointInterval</code> given in the series options. If the axis\r\n \thas categories, these will be used. Example:\r\n<pre>data: [0, 5, 3, 5]</pre>\r\n \t</li>\r\n \t<li><p>An array of arrays with 2 values. In this case, the values correspond to <code>x,y</code>. If the first value is a string, it is\r\n \tapplied as the name of the point, and the <code>x</code> value is inferred. <pre>data: [\n [0, 1], \n [1, 8], \n [2, 7]\n]</pre></li>\r\n\r\n\r\n<li><p>An array of objects with named values. The objects are\r\n \tpoint configuration objects as seen below. If the total number of data points exceeds the series' <a href='#series<mappoint>.turboThreshold'>turboThreshold</a>, this option is not available.</p>\r\n\r\n<pre>data: [{\n x: 1,\n y: 7,\n name: \"Point2\",\n color: \"#00FF00\"\n}, {\n x: 1,\n y: 4,\n name: \"Point1\",\n color: \"#FF00FF\"\n}]</pre></li>\r\n </ol>","demo":""},{"name":"series<mapline>-data","fullname":"series<mapline>.data","title":"data","parent":"series<mapline>","isParent":true,"returnType":"Array<Object|Array|Number>","description":"<p>An array of data points for the series.</p>","deprecated":false},{"name":"series-data","fullname":"series.data","title":"data","parent":"series","isParent":true,"returnType":"Array<Object|Array|Number>","description":"<p>An array of data points for the series.</p>","deprecated":false},{"name":"series<heatmap>-data","fullname":"series<heatmap>.data","title":"data","parent":"series<heatmap>","isParent":true,"returnType":"Array<Object|Array>","description":"An array of data points for the series. For the <code>heatmap</code> series type, points can be given in the following ways:\r\n <ol>\r\n \t<li><p>An array of arrays with 3 or 2 values. In this case, the values correspond to <code>x,y,value</code>. If the first value is a string, it is\r\n \tapplied as the name of the point, and the <code>x</code> value is inferred. The <code>x</code> value can also be omitted, in which case the inner arrays should be of length 2. Then the <code>x</code> value is automatically calculated, either starting at 0 and incremented by 1, or from <code>pointStart</code> \r\n \tand <code>pointInterval</code> given in the series options.</p>\r\n<pre>data: [\n [0, 9, 5], \n [1, 3, 5], \n [2, 8, 8]\n]</pre></li>\r\n\r\n\r\n<li><p>An array of objects with named values. The objects are\r\n \tpoint configuration objects as seen below. If the total number of data points exceeds the series' <a href='#series<heatmap>.turboThreshold'>turboThreshold</a>, this option is not available.</p>\r\n\r\n<pre>data: [{\n x: 1,\n y: 3,\n value: 1,\n name: \"Point2\",\n color: \"#00FF00\"\n}, {\n x: 1,\n y: 1,\n value: 2,\n name: \"Point1\",\n color: \"#FF00FF\"\n}]</pre></li>\r\n </ol>","demo":""},{"name":"series<mapbubble>-data","fullname":"series<mapbubble>.data","title":"data","parent":"series<mapbubble>","isParent":true,"returnType":"Array<Object|Number>","description":"An array of data points for the series. For the <code>mapbubble</code> series type, points can be given in the following ways:\r\n <ol>\r\n \t<li>An array of numerical values. In this case, the numerical values will \r\n \tbe interpreted as <code>z</code> options. Example:\r\n<pre>data: [0, 5, 3, 5]</pre>\r\n \t</li>\r\n <li><p>An array of objects with named values. The objects are\r\n \tpoint configuration objects as seen below. If the total number of data points exceeds the series' <a href='#series<mapbubble>.turboThreshold'>turboThreshold</a>, this option is not available.</p>\r\n\r\n<pre>data: [{\n z: 9,\n name: \"Point2\",\n color: \"#00FF00\"\n}, {\n z: 10,\n name: \"Point1\",\n color: \"#FF00FF\"\n}]</pre></li>\r\n </ol>","demo":""},{"name":"series<map>-data","fullname":"series<map>.data","title":"data","parent":"series<map>","isParent":true,"returnType":"Array<Object>","description":"An array of data points for the series. For the <code>map</code> series type, points can be given in the following ways:\r\n <ol>\r\n \t<li>An array of numerical values. In this case, the numerical values will \r\n \tbe interpreted as <code>value</code> options. Example:\r\n<pre>data: [0, 5, 3, 5]</pre>\r\n \t</li>\r\n <li><p>An array of objects with named values. The objects are\r\n \tpoint configuration objects as seen below. If the total number of data points exceeds the series' <a href='#series<map>.turboThreshold'>turboThreshold</a>, this option is not available.</p>\r\n\r\n<pre>data: [{\n value: 6,\n name: \"Point2\",\n color: \"#00FF00\"\n}, {\n value: 6,\n name: \"Point1\",\n color: \"#FF00FF\"\n}]</pre></li>\r\n </ol>","demo":"","deprecated":false},{"name":"colorAxis--dataClassColor","fullname":"colorAxis.dataClassColor","title":"dataClassColor","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"tween","values":"[\"tween\", \"category\"]","description":"Determines how to set each data class' color if no individual color is set. The default value, <code>tween</code>, computes intermediate colors between <code>minColor</code> and <code>maxColor</code>. The other possible value, <code>category</code>, pulls colors from the global or chart specific <a href=\"#colors\">colors</a> array.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/dataclasscolor/\" target=\"_blank\">Category colors</a>","deprecated":false},{"name":"colorAxis-dataClasses","fullname":"colorAxis.dataClasses","title":"dataClasses","parent":"colorAxis","isParent":true,"returnType":"Array<Object>","description":"An array of data classes or ranges for the choropleth map. If none given, the color axis is scalar and values are distributed as a gradient between the minimum and maximum colors.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/data-class-ranges/\" target=\"_blank\">Multiple ranges</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/data-class-two-ranges/\" target=\"_blank\">two ranges</a>.","deprecated":false},{"name":"plotOptions-mapline-dataLabels","fullname":"plotOptions.mapline.dataLabels","title":"dataLabels","parent":"plotOptions-mapline","isParent":true,"deprecated":false},{"name":"plotOptions-map-dataLabels","fullname":"plotOptions.map.dataLabels","title":"dataLabels","parent":"plotOptions-map","isParent":true,"deprecated":false},{"name":"series<map>-dataLabels","fullname":"series<map>.dataLabels","title":"dataLabels","parent":"series<map>","isParent":true,"deprecated":false},{"name":"plotOptions-mapbubble-dataLabels","fullname":"plotOptions.mapbubble.dataLabels","title":"dataLabels","parent":"plotOptions-mapbubble","isParent":true,"deprecated":false},{"name":"series<mapbubble>-dataLabels","fullname":"series<mapbubble>.dataLabels","title":"dataLabels","parent":"series<mapbubble>","isParent":true,"deprecated":false},{"name":"series<heatmap>-data--dataLabels","fullname":"series<heatmap>.data.dataLabels","title":"dataLabels","parent":"series<heatmap>-data","isParent":false,"returnType":"Object","description":"Individual data label for each point. The options are the same as the ones for <a class=\"internal\" href=\"#plotOptions.series.dataLabels\">plotOptions.series.dataLabels</a>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Disable data labels for individual areas</a>","deprecated":false},{"name":"series<mappoint>-data--dataLabels","fullname":"series<mappoint>.data.dataLabels","title":"dataLabels","parent":"series<mappoint>-data","isParent":false,"returnType":"Object","description":"Individual data label for each point. The options are the same as the ones for <a class=\"internal\" href=\"#plotOptions.series.dataLabels\">plotOptions.series.dataLabels</a>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Disable data labels for individual areas</a>","deprecated":false},{"name":"series<heatmap>-dataLabels","fullname":"series<heatmap>.dataLabels","title":"dataLabels","parent":"series<heatmap>","isParent":true,"deprecated":false},{"name":"series<map>-data--dataLabels","fullname":"series<map>.data.dataLabels","title":"dataLabels","parent":"series<map>-data","isParent":false,"returnType":"Object","description":"Individual data label for each point. The options are the same as the ones for <a class=\"internal\" href=\"#plotOptions.series.dataLabels\">plotOptions.series.dataLabels</a>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Disable data labels for individual areas</a>","deprecated":false},{"name":"series<mapbubble>-data--dataLabels","fullname":"series<mapbubble>.data.dataLabels","title":"dataLabels","parent":"series<mapbubble>-data","isParent":false,"returnType":"Object","description":"Individual data label for each point. The options are the same as the ones for <a class=\"internal\" href=\"#plotOptions.series.dataLabels\">plotOptions.series.dataLabels</a>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Disable data labels for individual areas</a>","deprecated":false},{"name":"plotOptions-series-dataLabels","fullname":"plotOptions.series.dataLabels","title":"dataLabels","parent":"plotOptions-series","isParent":true,"deprecated":false},{"name":"series<mapline>-dataLabels","fullname":"series<mapline>.dataLabels","title":"dataLabels","parent":"series<mapline>","isParent":true,"deprecated":false},{"name":"plotOptions-heatmap-dataLabels","fullname":"plotOptions.heatmap.dataLabels","title":"dataLabels","parent":"plotOptions-heatmap","isParent":true,"deprecated":false},{"name":"lang--decimalPoint","fullname":"lang.decimalPoint","title":"decimalPoint","parent":"lang","isParent":false,"returnType":"String","defaults":".","description":"The default decimal point used in the <code>Highcharts.numberFormat</code> method unless otherwise specified in the function arguments."},{"name":"plotOptions-mapbubble--displayNegative","fullname":"plotOptions.mapbubble.displayNegative","title":"displayNegative","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display negative sized bubbles. The threshold is given by the <a href=\"#plotOptions.bubble.zThreshold\">zThreshold</a> option, and negative bubbles can be visualized by setting <a href=\"#plotOptions.bubble.negativeColor\">negativeColor</a>.","deprecated":false},{"name":"series<mapbubble>--displayNegative","fullname":"series<mapbubble>.displayNegative","title":"displayNegative","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display negative sized bubbles. The threshold is given by the <a href=\"#plotOptions.bubble.zThreshold\">zThreshold</a> option, and negative bubbles can be visualized by setting <a href=\"#plotOptions.bubble.negativeColor\">negativeColor</a>.","deprecated":false},{"name":"lang--downloadJPEG","fullname":"lang.downloadJPEG","title":"downloadJPEG","parent":"lang","isParent":false,"returnType":"String","defaults":"Download JPEG image","description":"Exporting module only. The text for the JPEG download menu item."},{"name":"lang--downloadPDF","fullname":"lang.downloadPDF","title":"downloadPDF","parent":"lang","isParent":false,"returnType":"String","defaults":"Download PDF document","description":"Exporting module only. The text for the PDF download menu item."},{"name":"lang--downloadPNG","fullname":"lang.downloadPNG","title":"downloadPNG","parent":"lang","isParent":false,"returnType":"String","defaults":"Download PNG image","description":"Exporting module only. The text for the PNG download menu item."},{"name":"lang--downloadSVG","fullname":"lang.downloadSVG","title":"downloadSVG","parent":"lang","isParent":false,"returnType":"String","defaults":"Download SVG vector image","description":"Exporting module only. The text for the SVG download menu item."},{"name":"drilldown-drillUpButton","fullname":"drilldown.drillUpButton","title":"drillUpButton","parent":"drilldown","isParent":true,"returnType":"Object","since":"3.0.8","description":"Options for the drill up button that appears when drilling down on a series. The text for the button is defined in <a href=\"#lang.drillUpText\">lang.drillUpText</a>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/drilldown/drillupbutton/\" target=\"_blank\">Drill up button</a>","deprecated":false},{"name":"lang--drillUpText","fullname":"lang.drillUpText","title":"drillUpText","parent":"lang","isParent":false,"returnType":"String","defaults":"Back to {series.name}","description":"The text for the button that appears when drilling down, linking back to the parent series. The parent series' name is inserted for <code>{series.name}</code>.","deprecated":false},{"name":"series<heatmap>-data--drilldown","fullname":"series<heatmap>.data.drilldown","title":"drilldown","parent":"series<heatmap>-data","isParent":false,"returnType":"String","description":"The <code>id</code> of a series in the <a href=\"#drilldown.series\">drilldown.series</a> array to use for a drilldown for this point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Basic drilldown</a>","deprecated":false},{"name":"series<map>-data--drilldown","fullname":"series<map>.data.drilldown","title":"drilldown","parent":"series<map>-data","isParent":false,"returnType":"String","description":"The <code>id</code> of a series in the <a href=\"#drilldown.series\">drilldown.series</a> array to use for a drilldown for this point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Basic drilldown</a>","deprecated":false},{"name":"drilldown","fullname":"drilldown","title":"drilldown","isParent":true,"returnType":"Object","description":"<p>Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.</p>\r\n\r\n<p>The drilldown feature requires the <code>drilldown.js</code> file to be loaded, found in the <code>modules</code> directory of the download package, or online at <a href=\"http://code.highcharts.com/modules/drilldown.js\">code.highcharts.com/modules/drilldown.js</a>.</p>\r\n","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Map drilldown</a>","deprecated":false},{"name":"series<mapbubble>-data--drilldown","fullname":"series<mapbubble>.data.drilldown","title":"drilldown","parent":"series<mapbubble>-data","isParent":false,"returnType":"String","description":"The <code>id</code> of a series in the <a href=\"#drilldown.series\">drilldown.series</a> array to use for a drilldown for this point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Basic drilldown</a>","deprecated":false},{"name":"series<mappoint>-data--drilldown","fullname":"series<mappoint>.data.drilldown","title":"drilldown","parent":"series<mappoint>-data","isParent":false,"returnType":"String","description":"The <code>id</code> of a series in the <a href=\"#drilldown.series\">drilldown.series</a> array to use for a drilldown for this point.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-drilldown/\" target=\"_blank\">Basic drilldown</a>","deprecated":false},{"name":"chart-events--drilldown","fullname":"chart.events.drilldown","title":"drilldown","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"<p>Fires when a drilldown point is clicked, before the new series is added. Event arguments include <code>point</code> for the originating point, <code>seriesOptions</code> for the new series and <code>category</code> to indicate whether a category label was clicked.</p>\r\n<p>This event is also utilized for async drilldown, where the seriesOptions are not added by option, but rather loaded async.</p>","deprecated":false},{"name":"chart-events--drillup","fullname":"chart.events.drillup","title":"drillup","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"Fires when drilling up from a drilldown series.","deprecated":false},{"name":"mapNavigation--enableButtons","fullname":"mapNavigation.enableButtons","title":"enableButtons","parent":"mapNavigation","isParent":false,"returnType":"Boolean","description":"Whether to enable navigation buttons. By default it inherits the <a href=\"#mapNavigation.enabled\">enabled</a> setting.","deprecated":false},{"name":"mapNavigation--enableDoubleClickZoom","fullname":"mapNavigation.enableDoubleClickZoom","title":"enableDoubleClickZoom","parent":"mapNavigation","isParent":false,"returnType":"Boolean","defaults":"","values":"","since":"","description":"Enables zooming in on an area on double clicking in the map. By default it inherits the <a href=\"#mapNavigation.enabled\">enabled</a> setting.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation--enableDoubleClickZoomTo","fullname":"mapNavigation.enableDoubleClickZoomTo","title":"enableDoubleClickZoomTo","parent":"mapNavigation","isParent":false,"returnType":"Boolean","defaults":"false","values":"","since":"","description":"Whether to zoom in on an area when that area is double clicked.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/mapnavigation/doubleclickzoomto/\" target=\"_blank\">Enable double click zoom to</a>","seeAlso":"","deprecated":false},{"name":"series<heatmap>--enableMouseTracking","fullname":"series<heatmap>.enableMouseTracking","title":"enableMouseTracking","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"plotOptions-map--enableMouseTracking","fullname":"plotOptions.map.enableMouseTracking","title":"enableMouseTracking","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"plotOptions-heatmap--enableMouseTracking","fullname":"plotOptions.heatmap.enableMouseTracking","title":"enableMouseTracking","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"series<map>--enableMouseTracking","fullname":"series<map>.enableMouseTracking","title":"enableMouseTracking","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"plotOptions-mapline--enableMouseTracking","fullname":"plotOptions.mapline.enableMouseTracking","title":"enableMouseTracking","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"series<mapline>--enableMouseTracking","fullname":"series<mapline>.enableMouseTracking","title":"enableMouseTracking","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"plotOptions-series--enableMouseTracking","fullname":"plotOptions.series.enableMouseTracking","title":"enableMouseTracking","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"series<mapbubble>--enableMouseTracking","fullname":"series<mapbubble>.enableMouseTracking","title":"enableMouseTracking","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"plotOptions-mapbubble--enableMouseTracking","fullname":"plotOptions.mapbubble.enableMouseTracking","title":"enableMouseTracking","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-enablemousetracking-false/\" target=\"_blank\">No mouse tracking</a>","deprecated":false},{"name":"mapNavigation--enableMouseWheelZoom","fullname":"mapNavigation.enableMouseWheelZoom","title":"enableMouseWheelZoom","parent":"mapNavigation","isParent":false,"returnType":"Boolean","defaults":"","values":"","since":"","description":"Enables zooming by mouse wheel. By default it inherits the <a href=\"#mapNavigation.enabled\">enabled</a> setting.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation--enableTouchZoom","fullname":"mapNavigation.enableTouchZoom","title":"enableTouchZoom","parent":"mapNavigation","isParent":false,"returnType":"Boolean","defaults":"","values":"","since":"","description":"Whether to enable multitouch zooming. Note that if the chart covers the viewport, this prevents the user from using multitouch and touchdrag on the web page, so you should make sure the user is not trapped inside the chart. By default it inherits the <a href=\"#mapNavigation.enabled\">enabled</a> setting.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis-labels--enabled","fullname":"yAxis.labels.enabled","title":"enabled","parent":"yAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the axis labels.","deprecated":false},{"name":"plotOptions-map-states-select--enabled","fullname":"plotOptions.map.states.select.enabled","title":"enabled","parent":"plotOptions-map-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<heatmap>-states-hover--enabled","fullname":"series<heatmap>.states.hover.enabled","title":"enabled","parent":"series<heatmap>-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<map>-states-hover--enabled","fullname":"series<map>.states.hover.enabled","title":"enabled","parent":"series<map>-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<mapbubble>-dataLabels--enabled","fullname":"series<mapbubble>.dataLabels.enabled","title":"enabled","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"plotOptions-mapline-states-hover--enabled","fullname":"plotOptions.mapline.states.hover.enabled","title":"enabled","parent":"plotOptions-mapline-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<mapbubble>-states-hover--enabled","fullname":"series<mapbubble>.states.hover.enabled","title":"enabled","parent":"series<mapbubble>-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-map-states-hover--enabled","fullname":"plotOptions.map.states.hover.enabled","title":"enabled","parent":"plotOptions-map-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"colorAxis-labels--enabled","fullname":"colorAxis.labels.enabled","title":"enabled","parent":"colorAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the axis labels.","deprecated":false},{"name":"series<map>-dataLabels--enabled","fullname":"series<map>.dataLabels.enabled","title":"enabled","parent":"series<map>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"plotOptions-heatmap-states-hover--enabled","fullname":"plotOptions.heatmap.states.hover.enabled","title":"enabled","parent":"plotOptions-heatmap-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<mapline>-states-hover--enabled","fullname":"series<mapline>.states.hover.enabled","title":"enabled","parent":"series<mapline>-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-series-states-select--enabled","fullname":"plotOptions.series.states.select.enabled","title":"enabled","parent":"plotOptions-series-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-mapbubble-states-hover--enabled","fullname":"plotOptions.mapbubble.states.hover.enabled","title":"enabled","parent":"plotOptions-mapbubble-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"tooltip--enabled","fullname":"tooltip.enabled","title":"enabled","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the tooltip.","deprecated":false},{"name":"credits--enabled","fullname":"credits.enabled","title":"enabled","parent":"credits","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to show the credits text.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/credits/enabled-false/\" target=\"_blank\">Credits disabled</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--enabled","fullname":"plotOptions.heatmap.dataLabels.enabled","title":"enabled","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"navigation-buttonOptions--enabled","fullname":"navigation.buttonOptions.enabled","title":"enabled","parent":"navigation-buttonOptions","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to enable buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-enabled/\" target=\"_blank\">Exporting module loaded but buttons disabled</a>"},{"name":"plotOptions-mapbubble-states-select--enabled","fullname":"plotOptions.mapbubble.states.select.enabled","title":"enabled","parent":"plotOptions-mapbubble-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<mapbubble>-states-select--enabled","fullname":"series<mapbubble>.states.select.enabled","title":"enabled","parent":"series<mapbubble>-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"xAxis-labels--enabled","fullname":"xAxis.labels.enabled","title":"enabled","parent":"xAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the axis labels.","deprecated":false},{"name":"exporting--enabled","fullname":"exporting.enabled","title":"enabled","parent":"exporting","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to enable the exporting module. Disabling the module will hide the context button, but API methods will still be available.","deprecated":false},{"name":"series<heatmap>-dataLabels--enabled","fullname":"series<heatmap>.dataLabels.enabled","title":"enabled","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"series<map>-states-select--enabled","fullname":"series<map>.states.select.enabled","title":"enabled","parent":"series<map>-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"series<mapline>-dataLabels--enabled","fullname":"series<mapline>.dataLabels.enabled","title":"enabled","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--enabled","fullname":"plotOptions.map.dataLabels.enabled","title":"enabled","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"series<heatmap>-states-select--enabled","fullname":"series<heatmap>.states.select.enabled","title":"enabled","parent":"series<heatmap>-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"mapNavigation--enabled","fullname":"mapNavigation.enabled","title":"enabled","parent":"mapNavigation","isParent":false,"returnType":"Boolean","defaults":"false","values":"","since":"","description":"<p>Whether to enable map navigation. The default is not to enable navigation, as many choropleth maps are simple and don't need it. Additionally, when touch zoom and mousewheel zoom is enabled, it breaks the default behaviour of these interactions in the website, and the implementer should be aware of this.</p>\r\n<p>Individual interactions can be enabled separately, namely buttons, multitouch zoom, double click zoom, double click zoom to element and mousewheel zoom.</p>","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-states-select--enabled","fullname":"series<mapline>.states.select.enabled","title":"enabled","parent":"series<mapline>-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-mapline-states-select--enabled","fullname":"plotOptions.mapline.states.select.enabled","title":"enabled","parent":"plotOptions-mapline-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-heatmap-states-select--enabled","fullname":"plotOptions.heatmap.states.select.enabled","title":"enabled","parent":"plotOptions-heatmap-states-select","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--enabled","fullname":"plotOptions.mapbubble.dataLabels.enabled","title":"enabled","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"plotOptions-series-states-hover--enabled","fullname":"plotOptions.series.states.hover.enabled","title":"enabled","parent":"plotOptions-series-states-hover","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable separate styles for the series in different states.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--enabled","fullname":"plotOptions.mapline.dataLabels.enabled","title":"enabled","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--enabled","fullname":"plotOptions.series.dataLabels.enabled","title":"enabled","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Enable or disable the data labels.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Data labels enabled</a>","deprecated":false},{"name":"legend--enabled","fullname":"legend.enabled","title":"enabled","parent":"legend","isParent":false,"returnType":"Boolean","defaults":"true","description":"Enable or disable the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/enabled-false/\" target=\"_blank\">Legend disabled</a>","deprecated":false},{"name":"exporting-buttons-contextButton--enabled","fullname":"exporting.buttons.contextButton.enabled","title":"enabled","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to enable buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-enabled/\" target=\"_blank\">Exporting module loaded but buttons disabled</a>"},{"name":"xAxis--endOnTick","fullname":"xAxis.endOnTick","title":"endOnTick","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to force the axis to end on a tick. Use this option with the <code>maxPadding</code> option to control the axis end. ","deprecated":false},{"name":"yAxis--endOnTick","fullname":"yAxis.endOnTick","title":"endOnTick","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to force the axis to end on a tick. Use this option with the <code>maxPadding</code> option to control the axis end. ","deprecated":false},{"name":"colorAxis--endOnTick","fullname":"colorAxis.endOnTick","title":"endOnTick","parent":"colorAxis","isParent":false,"returnType":"Boolean","defaults":"true","values":"","since":"","description":"Whether to force the axis to end on a tick. Use this option with the <a href=\"#colorAxis.maxPadding\">maxPadding</a> option to control the axis end.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-point-events","fullname":"plotOptions.mapbubble.point.events","title":"events","parent":"plotOptions-mapbubble-point","isParent":true,"description":"Events for each single point"},{"name":"plotOptions-heatmap-events","fullname":"plotOptions.heatmap.events","title":"events","parent":"plotOptions-heatmap","isParent":true},{"name":"series<heatmap>-events","fullname":"series<heatmap>.events","title":"events","parent":"series<heatmap>","isParent":true},{"name":"chart-events","fullname":"chart.events","title":"events","parent":"chart","isParent":true,"description":"Event listeners for the chart."},{"name":"plotOptions-mapline-point-events","fullname":"plotOptions.mapline.point.events","title":"events","parent":"plotOptions-mapline-point","isParent":true,"description":"Events for each single point"},{"name":"series<mapline>-events","fullname":"series<mapline>.events","title":"events","parent":"series<mapline>","isParent":true},{"name":"plotOptions-series-point-events","fullname":"plotOptions.series.point.events","title":"events","parent":"plotOptions-series-point","isParent":true,"description":"Events for each single point"},{"name":"series<mapline>-point-events","fullname":"series<mapline>.point.events","title":"events","parent":"series<mapline>-point","isParent":true,"description":"Events for each single point"},{"name":"series<map>-point-events","fullname":"series<map>.point.events","title":"events","parent":"series<map>-point","isParent":true,"description":"Events for each single point"},{"name":"plotOptions-map-events","fullname":"plotOptions.map.events","title":"events","parent":"plotOptions-map","isParent":true},{"name":"series<map>-data-events","fullname":"series<map>.data.events","title":"events","parent":"series<map>-data","isParent":true,"returnType":"","defaults":"","description":"Individual point events","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-data-events","fullname":"series<mapbubble>.data.events","title":"events","parent":"series<mapbubble>-data","isParent":true,"returnType":"","defaults":"","description":"Individual point events","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-events","fullname":"plotOptions.series.events","title":"events","parent":"plotOptions-series","isParent":true},{"name":"yAxis-events","fullname":"yAxis.events","title":"events","parent":"yAxis","isParent":true,"description":"Event handlers for the axis."},{"name":"series<heatmap>-data-events","fullname":"series<heatmap>.data.events","title":"events","parent":"series<heatmap>-data","isParent":true,"returnType":"","defaults":"","description":"Individual point events","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-point-events","fullname":"plotOptions.map.point.events","title":"events","parent":"plotOptions-map-point","isParent":true,"description":"Events for each single point"},{"name":"colorAxis-events","fullname":"colorAxis.events","title":"events","parent":"colorAxis","isParent":true,"description":"Event handlers for the axis."},{"name":"series<map>-events","fullname":"series<map>.events","title":"events","parent":"series<map>","isParent":true},{"name":"series<mapbubble>-events","fullname":"series<mapbubble>.events","title":"events","parent":"series<mapbubble>","isParent":true},{"name":"plotOptions-heatmap-point-events","fullname":"plotOptions.heatmap.point.events","title":"events","parent":"plotOptions-heatmap-point","isParent":true,"description":"Events for each single point"},{"name":"xAxis-events","fullname":"xAxis.events","title":"events","parent":"xAxis","isParent":true,"description":"Event handlers for the axis."},{"name":"series<heatmap>-point-events","fullname":"series<heatmap>.point.events","title":"events","parent":"series<heatmap>-point","isParent":true,"description":"Events for each single point"},{"name":"series<mappoint>-data-events","fullname":"series<mappoint>.data.events","title":"events","parent":"series<mappoint>-data","isParent":true,"returnType":"","defaults":"","description":"Individual point events","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-events","fullname":"plotOptions.mapline.events","title":"events","parent":"plotOptions-mapline","isParent":true},{"name":"plotOptions-mapbubble-events","fullname":"plotOptions.mapbubble.events","title":"events","parent":"plotOptions-mapbubble","isParent":true},{"name":"series<mapbubble>-point-events","fullname":"series<mapbubble>.point.events","title":"events","parent":"series<mapbubble>-point","isParent":true,"description":"Events for each single point"},{"name":"exporting","fullname":"exporting","title":"exporting","isParent":true,"description":"Options for the exporting module. For an overview on the matter, see <a href=\"http://www.highcharts.com/docs/export-module/export-module-overview\">the docs</a>.","deprecated":false},{"name":"exporting--fallbackToExportServer","fullname":"exporting.fallbackToExportServer","title":"fallbackToExportServer","parent":"exporting","isParent":false,"returnType":"Boolean","defaults":"true","since":"1.1.8","description":"Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.","deprecated":false},{"name":"exporting--filename","fullname":"exporting.filename","title":"filename","parent":"exporting","isParent":false,"returnType":"String","defaults":"chart","description":"The filename, without extension, to use for the exported chart.","deprecated":false},{"name":"plotOptions-mapline--fillColor","fullname":"plotOptions.mapline.fillColor","title":"fillColor","parent":"plotOptions-mapline","isParent":false,"returnType":"Color","defaults":"none","values":"","since":"","description":"Fill color for the map line shapes","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>--fillColor","fullname":"series<mapline>.fillColor","title":"fillColor","parent":"series<mapline>","isParent":false,"returnType":"Color","defaults":"none","values":"","since":"","description":"Fill color for the map line shapes","demo":"","seeAlso":"","deprecated":false},{"name":"subtitle--floating","fullname":"subtitle.floating","title":"floating","parent":"subtitle","isParent":false,"returnType":"Boolean","defaults":"false","description":"When the subtitle is floating, the plot area will not move to make space for it.","deprecated":false},{"name":"title--floating","fullname":"title.floating","title":"floating","parent":"title","isParent":false,"returnType":"Boolean","defaults":"false","description":"When the title is floating, the plot area will not move to make space for it.","deprecated":false},{"name":"legend--floating","fullname":"legend.floating","title":"floating","parent":"legend","isParent":false,"returnType":"Boolean","defaults":"false","description":"When the legend is floating, the plot area ignores it and is allowed to be placed below it.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/alignment/\" target=\"_blank\">Floating legend</a>","deprecated":false},{"name":"series<map>-tooltip--followPointer","fullname":"series<map>.tooltip.followPointer","title":"followPointer","parent":"series<map>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"series<mapbubble>-tooltip--followPointer","fullname":"series<mapbubble>.tooltip.followPointer","title":"followPointer","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"plotOptions-series-tooltip--followPointer","fullname":"plotOptions.series.tooltip.followPointer","title":"followPointer","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--followPointer","fullname":"plotOptions.heatmap.tooltip.followPointer","title":"followPointer","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--followPointer","fullname":"plotOptions.mapbubble.tooltip.followPointer","title":"followPointer","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"series<heatmap>-tooltip--followPointer","fullname":"series<heatmap>.tooltip.followPointer","title":"followPointer","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"plotOptions-map-tooltip--followPointer","fullname":"plotOptions.map.tooltip.followPointer","title":"followPointer","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"tooltip--followPointer","fullname":"tooltip.followPointer","title":"followPointer","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"plotOptions-mapline-tooltip--followPointer","fullname":"plotOptions.mapline.tooltip.followPointer","title":"followPointer","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"series<mapline>-tooltip--followPointer","fullname":"series<mapline>.tooltip.followPointer","title":"followPointer","parent":"series<mapline>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"<p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the <code>plotOptions</code> for those series types. </p>\r\n<p>For touch moves to behave the same way, <a href=\"#tooltip.followTouchMove\">followTouchMove</a> must be <code>true</code> also.</p>","deprecated":false},{"name":"series<mapline>-tooltip--followTouchMove","fullname":"series<mapline>.tooltip.followTouchMove","title":"followTouchMove","parent":"series<mapline>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"series<mapbubble>-tooltip--followTouchMove","fullname":"series<mapbubble>.tooltip.followTouchMove","title":"followTouchMove","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"series<map>-tooltip--followTouchMove","fullname":"series<map>.tooltip.followTouchMove","title":"followTouchMove","parent":"series<map>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-heatmap-tooltip--followTouchMove","fullname":"plotOptions.heatmap.tooltip.followTouchMove","title":"followTouchMove","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"series<heatmap>-tooltip--followTouchMove","fullname":"series<heatmap>.tooltip.followTouchMove","title":"followTouchMove","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-series-tooltip--followTouchMove","fullname":"plotOptions.series.tooltip.followTouchMove","title":"followTouchMove","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-mapline-tooltip--followTouchMove","fullname":"plotOptions.mapline.tooltip.followTouchMove","title":"followTouchMove","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-map-tooltip--followTouchMove","fullname":"plotOptions.map.tooltip.followTouchMove","title":"followTouchMove","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"tooltip--followTouchMove","fullname":"tooltip.followTouchMove","title":"followTouchMove","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--followTouchMove","fullname":"plotOptions.mapbubble.tooltip.followTouchMove","title":"followTouchMove","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether the tooltip should follow the finger as it moves on a touch device. If <a href=\"#chart.zoomType\">chart.zoomType</a> is set, it will override <code>followTouchMove</code>.","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--footerFormat","fullname":"plotOptions.mapbubble.tooltip.footerFormat","title":"footerFormat","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<heatmap>-tooltip--footerFormat","fullname":"series<heatmap>.tooltip.footerFormat","title":"footerFormat","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--footerFormat","fullname":"plotOptions.mapline.tooltip.footerFormat","title":"footerFormat","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--footerFormat","fullname":"series<mapbubble>.tooltip.footerFormat","title":"footerFormat","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapline>-tooltip--footerFormat","fullname":"series<mapline>.tooltip.footerFormat","title":"footerFormat","parent":"series<mapline>-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--footerFormat","fullname":"plotOptions.heatmap.tooltip.footerFormat","title":"footerFormat","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"tooltip--footerFormat","fullname":"tooltip.footerFormat","title":"footerFormat","parent":"tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-map-tooltip--footerFormat","fullname":"plotOptions.map.tooltip.footerFormat","title":"footerFormat","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<map>-tooltip--footerFormat","fullname":"series<map>.tooltip.footerFormat","title":"footerFormat","parent":"series<map>-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-series-tooltip--footerFormat","fullname":"plotOptions.series.tooltip.footerFormat","title":"footerFormat","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"String","defaults":"false","description":"A string to append to the tooltip format.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"exporting--formAttributes","fullname":"exporting.formAttributes","title":"formAttributes","parent":"exporting","isParent":false,"returnType":"Object","description":"An object containing additional attributes for the POST form that sends the SVG to the export server. For example, a <code>target</code> can be set to make sure the generated image is received in another frame, or a custom <code>enctype</code> or <code>encoding</code> can be set.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--format","fullname":"plotOptions.mapline.dataLabels.format","title":"format","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--format","fullname":"plotOptions.mapbubble.dataLabels.format","title":"format","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--format","fullname":"plotOptions.series.dataLabels.format","title":"format","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"series<mapline>-dataLabels--format","fullname":"series<mapline>.dataLabels.format","title":"format","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"xAxis-labels--format","fullname":"xAxis.labels.format","title":"format","parent":"xAxis-labels","isParent":false,"returnType":"String","defaults":"{value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the axis label. ","deprecated":false},{"name":"yAxis-labels--format","fullname":"yAxis.labels.format","title":"format","parent":"yAxis-labels","isParent":false,"returnType":"String","defaults":"{value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the axis label. ","deprecated":false},{"name":"series<heatmap>-dataLabels--format","fullname":"series<heatmap>.dataLabels.format","title":"format","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"colorAxis-labels--format","fullname":"colorAxis.labels.format","title":"format","parent":"colorAxis-labels","isParent":false,"returnType":"String","defaults":"{value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the axis label. ","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--format","fullname":"plotOptions.heatmap.dataLabels.format","title":"format","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--format","fullname":"series<mapbubble>.dataLabels.format","title":"format","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"series<map>-dataLabels--format","fullname":"series<map>.dataLabels.format","title":"format","parent":"series<map>-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--format","fullname":"plotOptions.map.dataLabels.format","title":"format","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"String","defaults":"{point.value}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for the data label. Available variables are the same as for <code>formatter</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value in the data label</a>","deprecated":false},{"name":"series<map>-dataLabels--formatter","fullname":"series<map>.dataLabels.formatter","title":"formatter","parent":"series<map>-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--formatter","fullname":"series<mapbubble>.dataLabels.formatter","title":"formatter","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"series<mapline>-dataLabels--formatter","fullname":"series<mapline>.dataLabels.formatter","title":"formatter","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--formatter","fullname":"plotOptions.mapbubble.dataLabels.formatter","title":"formatter","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"xAxis-labels--formatter","fullname":"xAxis.labels.formatter","title":"formatter","parent":"xAxis-labels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the label. The value is \r\n given by <code>this.value</code>. Additional properties for <code>this</code> are\r\n <code>axis</code>, <code>chart</code>, <code>isFirst</code> and <code>isLast</code>.\r\n Defaults to: \r\n<pre>function() {\r\n\treturn this.value;\r\n}</pre>","deprecated":false},{"name":"colorAxis-labels--formatter","fullname":"colorAxis.labels.formatter","title":"formatter","parent":"colorAxis-labels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the label. The value is \r\n given by <code>this.value</code>. Additional properties for <code>this</code> are\r\n <code>axis</code>, <code>chart</code>, <code>isFirst</code> and <code>isLast</code>.\r\n Defaults to: \r\n<pre>function() {\r\n\treturn this.value;\r\n}</pre>","deprecated":false},{"name":"series<heatmap>-dataLabels--formatter","fullname":"series<heatmap>.dataLabels.formatter","title":"formatter","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--formatter","fullname":"plotOptions.map.dataLabels.formatter","title":"formatter","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--formatter","fullname":"plotOptions.heatmap.dataLabels.formatter","title":"formatter","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--formatter","fullname":"plotOptions.series.dataLabels.formatter","title":"formatter","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"yAxis-labels--formatter","fullname":"yAxis.labels.formatter","title":"formatter","parent":"yAxis-labels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the label. The value is \r\n given by <code>this.value</code>. Additional properties for <code>this</code> are\r\n <code>axis</code>, <code>chart</code>, <code>isFirst</code> and <code>isLast</code>.\r\n Defaults to: \r\n<pre>function() {\r\n\treturn this.value;\r\n}</pre>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--formatter","fullname":"plotOptions.mapline.dataLabels.formatter","title":"formatter","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Function","description":"Callback JavaScript function to format the data label. Note that if a <code>format</code> is defined, the format takes precedence and the formatter is ignored. Available data are:\r\n<table>\r\n<tbody>\r\n<tr>\r\n <td><code>this.point</code></td>\r\n <td>The point object. The point name, if defined, is available \r\nthrough <code>this.point.name</code>.</td>\r\n</tr>\r\n<tr>\r\n <td><code>this.series</code>:</td>\r\n <td>The series object. The series name is available \r\nthrough <code>this.series.name</code>.</td>\r\n</tr>\r\n</tbody></table>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-format/\" target=\"_blank\">Formatted value</a>","deprecated":false},{"name":"tooltip--formatter","fullname":"tooltip.formatter","title":"formatter","parent":"tooltip","isParent":false,"returnType":"Function","description":"<p>Callback function to format the text of the tooltip. Return false to disable tooltip for a specific point on series.</p> \r\n\r\n<p>A subset of HTML is supported. Unless useHTML is true, the HTML of the tooltip is parsed and converted to SVG, therefore this isn't a complete HTML renderer. The following tabs are supported: <code>&lt;b&gt;</code>, <code>&lt;strong&gt;</code>, <code>&lt;i&gt;</code>, <code>&lt;em&gt;</code>, <code>&lt;br/&gt;</code>, <code>&lt;span&gt;</code>. Spans can be styled with a <code>style</code> attribute, but only text-related CSS that is shared with SVG is handled. </p> \r\n\r\n<p>Available data are:</p> <dl> \t\r\n\r\n<dt>this.point</dt>\r\n<dd>The point object. The point name, if defined, is available through <code>this.point.name</code>, and the value through <code>this.point.value</code>.</dd> \t \t\r\n \t\r\n<dt>this.series</dt> \t\r\n<dd>The series object. The series name is available through <code>this.series.name</code>.</dd>\r\n\r\n\r\n</dl>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/formatter/\" target=\"_blank\">String formatting</a>","deprecated":false},{"name":"colorAxis-dataClasses--from","fullname":"colorAxis.dataClasses.from","title":"from","parent":"colorAxis-dataClasses","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"The start of the value range that the data class represents, relating to the point value.","demo":"","seeAlso":"","deprecated":false},{"name":"global","fullname":"global","title":"global","isParent":true,"description":"Global options that don't apply to each chart. These options, like the <code>lang</code>\n\t\toptions, must be set using the <code>Highcharts.setOptions</code> method.\n<pre>Highcharts.setOptions({\n\tglobal: {\n\t\tuseUTC: false\n\t}\n});</pre>"},{"name":"yAxis--gridLineColor","fullname":"yAxis.gridLineColor","title":"gridLineColor","parent":"yAxis","isParent":false,"returnType":"Color","defaults":"#D8D8D8","description":"Color of the grid lines extending the ticks across the plot area. Highmaps grid lines are hidden by default and can be enabled by setting the gridLineWidth option.","deprecated":false},{"name":"xAxis--gridLineColor","fullname":"xAxis.gridLineColor","title":"gridLineColor","parent":"xAxis","isParent":false,"returnType":"Color","defaults":"#D8D8D8","description":"Color of the grid lines extending the ticks across the plot area. Highmaps grid lines are hidden by default and can be enabled by setting the gridLineWidth option.","deprecated":false},{"name":"colorAxis--gridLineColor","fullname":"colorAxis.gridLineColor","title":"gridLineColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#C0C0C0","values":"","since":"","description":"Color of the grid lines extending from the axis across the gradient. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/gridlines/\" target=\"_blank\">Grid lines demonstrated</a>","seeAlso":"","deprecated":false},{"name":"colorAxis--gridLineDashStyle","fullname":"colorAxis.gridLineDashStyle","title":"gridLineDashStyle","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"xAxis--gridLineDashStyle","fullname":"xAxis.gridLineDashStyle","title":"gridLineDashStyle","parent":"xAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"yAxis--gridLineDashStyle","fullname":"yAxis.gridLineDashStyle","title":"gridLineDashStyle","parent":"yAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"xAxis--gridLineWidth","fullname":"xAxis.gridLineWidth","title":"gridLineWidth","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the grid lines extending the ticks across the plot area.","deprecated":false},{"name":"yAxis--gridLineWidth","fullname":"yAxis.gridLineWidth","title":"gridLineWidth","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the grid lines extending the ticks across the plot area.","deprecated":false},{"name":"colorAxis--gridLineWidth","fullname":"colorAxis.gridLineWidth","title":"gridLineWidth","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The width of the grid lines extending from the axis across the gradient of a scalar color axis.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/gridlines/\" target=\"_blank\">Grid lines demonstrated</a>","seeAlso":"","deprecated":false},{"name":"tooltip--headerFormat","fullname":"tooltip.headerFormat","title":"headerFormat","parent":"tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--headerFormat","fullname":"plotOptions.mapbubble.tooltip.headerFormat","title":"headerFormat","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapline>-tooltip--headerFormat","fullname":"series<mapline>.tooltip.headerFormat","title":"headerFormat","parent":"series<mapline>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--headerFormat","fullname":"plotOptions.heatmap.tooltip.headerFormat","title":"headerFormat","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<heatmap>-tooltip--headerFormat","fullname":"series<heatmap>.tooltip.headerFormat","title":"headerFormat","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-series-tooltip--headerFormat","fullname":"plotOptions.series.tooltip.headerFormat","title":"headerFormat","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-map-tooltip--headerFormat","fullname":"plotOptions.map.tooltip.headerFormat","title":"headerFormat","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--headerFormat","fullname":"series<mapbubble>.tooltip.headerFormat","title":"headerFormat","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<map>-tooltip--headerFormat","fullname":"series<map>.tooltip.headerFormat","title":"headerFormat","parent":"series<map>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--headerFormat","fullname":"plotOptions.mapline.tooltip.headerFormat","title":"headerFormat","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables\t\t\tare <code>point.name</code>, <code>series.name</code>, <code>series.color</code> and other members from the <code>point</code> and <code>series</code> objects.</p>\r\n \r\n<p>Defaults to <code>&lt;span style=\"font-size: 10px\"&gt;{point.key}&lt;/span&gt;&lt;br/&gt;</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-heatmap","fullname":"plotOptions.heatmap","title":"heatmap","parent":"plotOptions","isParent":true,"returnType":"Object","description":"The heatmap series type, a special case of a choropleth map where each point is a square colored to signify a value. Heatmaps are available both in Highmaps and in Highcharts since version 4.","demo":"<ul>\r\n<li><a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/heatmap/\" target=\"_blank\">Basic heatmap</a></li>\r\n<li><a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/heatmap-canvas/\" target=\"_blank\">Extended heatmap rendered on canvas for greater performance</a></li>\r\n</ul>","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--height","fullname":"mapNavigation.buttons.zoomIn.height","title":"height","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The pixel height of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttonOptions--height","fullname":"mapNavigation.buttonOptions.height","title":"height","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The pixel height of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"navigation-buttonOptions--height","fullname":"navigation.buttonOptions.height","title":"height","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"20","description":"Pixel height of the buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"exporting-buttons-contextButton--height","fullname":"exporting.buttons.contextButton.height","title":"height","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"20","description":"Pixel height of the buttons.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"mapNavigation-buttons-zoomOut--height","fullname":"mapNavigation.buttons.zoomOut.height","title":"height","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The pixel height of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"chart--height","fullname":"chart.height","title":"height","parent":"chart","isParent":false,"returnType":"Number","description":"An explicit height for the chart. By default the height is calculated from the offset height of the containing element, or 400 pixels if the containing element's height is 0.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/size/\" target=\"_blank\">Chart with explicit size</a>","deprecated":false},{"name":"series<map>-events--hide","fullname":"series<map>.events.hide","title":"hide","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"series<heatmap>-events--hide","fullname":"series<heatmap>.events.hide","title":"hide","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"plotOptions-series-events--hide","fullname":"plotOptions.series.events.hide","title":"hide","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"series<mapbubble>-events--hide","fullname":"series<mapbubble>.events.hide","title":"hide","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"plotOptions-heatmap-events--hide","fullname":"plotOptions.heatmap.events.hide","title":"hide","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"plotOptions-mapline-events--hide","fullname":"plotOptions.mapline.events.hide","title":"hide","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"plotOptions-map-events--hide","fullname":"plotOptions.map.events.hide","title":"hide","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"series<mapline>-events--hide","fullname":"series<mapline>.events.hide","title":"hide","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"plotOptions-mapbubble-events--hide","fullname":"plotOptions.mapbubble.events.hide","title":"hide","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is hidden after chart generation time, either by clicking the legend item or by calling <code>.hide()</code>.","deprecated":false},{"name":"series<heatmap>-tooltip--hideDelay","fullname":"series<heatmap>.tooltip.hideDelay","title":"hideDelay","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-tooltip--hideDelay","fullname":"plotOptions.heatmap.tooltip.hideDelay","title":"hideDelay","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-tooltip--hideDelay","fullname":"plotOptions.mapline.tooltip.hideDelay","title":"hideDelay","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-tooltip--hideDelay","fullname":"series<map>.tooltip.hideDelay","title":"hideDelay","parent":"series<map>-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-tooltip--hideDelay","fullname":"series<mapbubble>.tooltip.hideDelay","title":"hideDelay","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--hideDelay","fullname":"plotOptions.mapbubble.tooltip.hideDelay","title":"hideDelay","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-tooltip--hideDelay","fullname":"plotOptions.map.tooltip.hideDelay","title":"hideDelay","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-tooltip--hideDelay","fullname":"series<mapline>.tooltip.hideDelay","title":"hideDelay","parent":"series<mapline>-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-tooltip--hideDelay","fullname":"plotOptions.series.tooltip.hideDelay","title":"hideDelay","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"tooltip--hideDelay","fullname":"tooltip.hideDelay","title":"hideDelay","parent":"tooltip","isParent":false,"returnType":"Number","defaults":"500","values":"","description":"The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. ","demo":"","seeAlso":"","deprecated":false},{"name":"loading--hideDuration","fullname":"loading.hideDuration","title":"hideDuration","parent":"loading","isParent":false,"returnType":"Number","defaults":"100","description":"The duration in milliseconds of the fade out effect.","deprecated":false},{"name":"series<mapbubble>-states-hover","fullname":"series<mapbubble>.states.hover","title":"hover","parent":"series<mapbubble>-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"plotOptions-mapline-states-hover","fullname":"plotOptions.mapline.states.hover","title":"hover","parent":"plotOptions-mapline-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"series<mapline>-states-hover","fullname":"series<mapline>.states.hover","title":"hover","parent":"series<mapline>-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"series<map>-states-hover","fullname":"series<map>.states.hover","title":"hover","parent":"series<map>-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"plotOptions-heatmap-states-hover","fullname":"plotOptions.heatmap.states.hover","title":"hover","parent":"plotOptions-heatmap-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"plotOptions-series-states-hover","fullname":"plotOptions.series.states.hover","title":"hover","parent":"plotOptions-series-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"plotOptions-mapbubble-states-hover","fullname":"plotOptions.mapbubble.states.hover","title":"hover","parent":"plotOptions-mapbubble-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"series<heatmap>-states-hover","fullname":"series<heatmap>.states.hover","title":"hover","parent":"series<heatmap>-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"plotOptions-map-states-hover","fullname":"plotOptions.map.states.hover","title":"hover","parent":"plotOptions-map-states","isParent":true,"description":"Options for the hovered series","deprecated":false},{"name":"credits--href","fullname":"credits.href","title":"href","parent":"credits","isParent":false,"returnType":"String","defaults":"http://www.highcharts.com","description":"The URL for the credits label.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/credits/customized/\" target=\"_blank\">Custom URL and text</a>","deprecated":false},{"name":"labels-items--html","fullname":"labels.items.html","title":"html","parent":"labels-items","isParent":false,"returnType":"String","description":"Inner HTML or text for the label."},{"name":"series<mapline>--id","fullname":"series<mapline>.id","title":"id","parent":"series<mapline>","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mappoint>--id","fullname":"series<mappoint>.id","title":"id","parent":"series<mappoint>","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-data--id","fullname":"series<map>.data.id","title":"id","parent":"series<map>-data","isParent":false,"returnType":"String","description":"An id for the point. This can be used after render time to get a pointer to the point object through <code>chart.get()</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Highlight a point by id</a>","deprecated":false},{"name":"series--id","fullname":"series.id","title":"id","parent":"series","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-data--id","fullname":"series<heatmap>.data.id","title":"id","parent":"series<heatmap>-data","isParent":false,"returnType":"String","description":"An id for the point. This can be used after render time to get a pointer to the point object through <code>chart.get()</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Highlight a point by id</a>","deprecated":false},{"name":"series<mapbubble>--id","fullname":"series<mapbubble>.id","title":"id","parent":"series<mapbubble>","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis--id","fullname":"yAxis.id","title":"id","parent":"yAxis","isParent":false,"returnType":"String","description":"An id for the axis. This can be used after render time to get a pointer to the axis object through <code>chart.get()</code>.","deprecated":false},{"name":"series<mapbubble>-data--id","fullname":"series<mapbubble>.data.id","title":"id","parent":"series<mapbubble>-data","isParent":false,"returnType":"String","description":"An id for the point. This can be used after render time to get a pointer to the point object through <code>chart.get()</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Highlight a point by id</a>","deprecated":false},{"name":"series<heatmap>--id","fullname":"series<heatmap>.id","title":"id","parent":"series<heatmap>","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"colorAxis--id","fullname":"colorAxis.id","title":"id","parent":"colorAxis","isParent":false,"returnType":"String","description":"An id for the axis. This can be used after render time to get a pointer to the axis object through <code>chart.get()</code>.","deprecated":false},{"name":"series<mappoint>-data--id","fullname":"series<mappoint>.data.id","title":"id","parent":"series<mappoint>-data","isParent":false,"returnType":"String","description":"An id for the point. This can be used after render time to get a pointer to the point object through <code>chart.get()</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-id/\" target=\"_blank\">Highlight a point by id</a>","deprecated":false},{"name":"xAxis--id","fullname":"xAxis.id","title":"id","parent":"xAxis","isParent":false,"returnType":"String","description":"An id for the axis. This can be used after render time to get a pointer to the axis object through <code>chart.get()</code>.","deprecated":false},{"name":"series<map>--id","fullname":"series<map>.id","title":"id","parent":"series<map>","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"An id for the series. This can be used after render time to get a pointer to the series object through <code>chart.get()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"legend-navigation--inactiveColor","fullname":"legend.navigation.inactiveColor","title":"inactiveColor","parent":"legend-navigation","isParent":false,"returnType":"Color","defaults":"#CCC","description":"The color of the inactive up or down arrow in the legend page navigation. .","deprecated":false},{"name":"series<mapbubble>--index","fullname":"series<mapbubble>.index","title":"index","parent":"series<mapbubble>","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"series--index","fullname":"series.index","title":"index","parent":"series","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mappoint>--index","fullname":"series<mappoint>.index","title":"index","parent":"series<mappoint>","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>--index","fullname":"series<map>.index","title":"index","parent":"series<map>","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>--index","fullname":"series<heatmap>.index","title":"index","parent":"series<heatmap>","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>--index","fullname":"series<mapline>.index","title":"index","parent":"series<mapline>","isParent":false,"returnType":"Number","description":"The index of the series in the chart, affecting the internal index in the <code>chart.series</code> array, the visible Z index as well as the order in the legend.","demo":"","seeAlso":"","deprecated":false},{"name":"legend--itemDistance","fullname":"legend.itemDistance","title":"itemDistance","parent":"legend","isParent":false,"returnType":"Number","defaults":"8","description":"In a legend with horizontal layout, the itemDistance defines the pixel distance between each item. ","deprecated":false},{"name":"legend--itemHiddenStyle","fullname":"legend.itemHiddenStyle","title":"itemHiddenStyle","parent":"legend","isParent":false,"returnType":"CSSObject","description":"CSS styles for each legend item when the corresponding series or point is hidden. Only a subset of CSS is supported, notably those options related to text. Properties are inherited from <code>style</code> unless overridden here. Defaults to:\r\n<pre>itemHiddenStyle: {\r\n\tcolor: '#CCC'\r\n}</pre>","deprecated":false},{"name":"legend--itemHoverStyle","fullname":"legend.itemHoverStyle","title":"itemHoverStyle","parent":"legend","isParent":false,"returnType":"CSSObject","description":"CSS styles for each legend item in hover mode. Only a subset of CSS is supported, notably those options related to text. Properties are inherited from <code>style</code> unless overridden here. Defaults to:\r\n<pre>itemHoverStyle: {\r\n\tcolor: '#000'\r\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/itemstyle/\" target=\"_blank\">Item text styles</a>","deprecated":false},{"name":"legend--itemMarginBottom","fullname":"legend.itemMarginBottom","title":"itemMarginBottom","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel bottom margin for each legend item.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">Padding and item margins demonstrated</a>","deprecated":false},{"name":"legend--itemMarginTop","fullname":"legend.itemMarginTop","title":"itemMarginTop","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel top margin for each legend item.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">Padding and item margins demonstrated</a>","deprecated":false},{"name":"legend--itemStyle","fullname":"legend.itemStyle","title":"itemStyle","parent":"legend","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#333333\", \"cursor\": \"pointer\", \"fontSize\": \"12px\", \"fontWeight\": \"bold\" }","description":"CSS styles for each legend item. Only a subset of CSS is supported, notably those options related to text.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/itemstyle/\" target=\"_blank\">Item text styles</a>","deprecated":false},{"name":"legend--itemWidth","fullname":"legend.itemWidth","title":"itemWidth","parent":"legend","isParent":false,"returnType":"Number","description":"The width for each legend item. This is useful in a horizontal layout with many items when you want the items to align vertically. .","deprecated":false},{"name":"labels-items","fullname":"labels.items","title":"items","parent":"labels","isParent":true,"returnType":"Array<Object>","description":"A HTML label that can be positioned anywhere in the chart area.","deprecated":false},{"name":"series<mapline>--joinBy","fullname":"series<mapline>.joinBy","title":"joinBy","parent":"series<mapline>","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"plotOptions-map--joinBy","fullname":"plotOptions.map.joinBy","title":"joinBy","parent":"plotOptions-map","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"plotOptions-series--joinBy","fullname":"plotOptions.series.joinBy","title":"joinBy","parent":"plotOptions-series","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"series<mapbubble>--joinBy","fullname":"series<mapbubble>.joinBy","title":"joinBy","parent":"series<mapbubble>","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"plotOptions-mapbubble--joinBy","fullname":"plotOptions.mapbubble.joinBy","title":"joinBy","parent":"plotOptions-mapbubble","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"series<map>--joinBy","fullname":"series<map>.joinBy","title":"joinBy","parent":"series<map>","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"plotOptions-mapline--joinBy","fullname":"plotOptions.mapline.joinBy","title":"joinBy","parent":"plotOptions-mapline","isParent":false,"returnType":"String|Array<String>","description":"<p>What property to join the <code>mapData</code> to the value data. For example, if joinBy is \"code\", the mapData items with a specific code is merged into the data with the same code. For maps loaded from GeoJSON, the keys may be held in each point's <code>properties</code> object.</p>\r\n\r\n<p>The joinBy option can also be an array of two values, where the first points to a key in the <code>mapData</code>, and the second points to another key in the <code>data</code>.</p>\r\n\r\n<p>When joinBy is <code>null</code>, the map items are joined by their position in the array, which performs much better in maps with many data points. This is the recommended option if you are printing more than a thousand data points and have a backend that can preprocess the data into a parallel array of the mapData.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-border/\" target=\"_blank\">Joined by \"code\"</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/geojson/\" target=\"_blank\">GeoJSON joined by an array</a>.","deprecated":false},{"name":"legend--labelFormat","fullname":"legend.labelFormat","title":"labelFormat","parent":"legend","isParent":false,"returnType":"String","defaults":"{name}","description":"A <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\">format string</a> for each legend label. Available variables relates to properties on the series, or the point in case of pies.","deprecated":false},{"name":"legend--labelFormatter","fullname":"legend.labelFormatter","title":"labelFormatter","parent":"legend","isParent":false,"returnType":"Function","description":"Callback function to format each of the series' labels. The <em>this</em> keyword refers to the series object, or the axis or data class object in case of color axes. By default the series or item name is printed.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/labelformatter/\" target=\"_blank\">Data classes with label formatter</a>","deprecated":false},{"name":"loading--labelStyle","fullname":"loading.labelStyle","title":"labelStyle","parent":"loading","isParent":false,"returnType":"CSSObject","defaults":"{ \"fontWeight\": \"bold\", \"position\": \"relative\", \"top\": \"45%\" }","description":"CSS styles for the loading label <code>span</code>.","deprecated":false},{"name":"series<map>-data--labelrank","fullname":"series<map>.data.labelrank","title":"labelrank","parent":"series<map>-data","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"When data labels are laid out on a map, Highmaps runs a simplified algorithm to detect collision. When two labels collide, the one with the lowest rank is hidden. By default the rank is computed from the area.","demo":"","seeAlso":"","deprecated":false},{"name":"labels","fullname":"labels","title":"labels","isParent":true,"description":"HTML labels that can be positioned anywhere in the chart area.","deprecated":false},{"name":"yAxis-labels","fullname":"yAxis.labels","title":"labels","parent":"yAxis","isParent":true,"description":"<p>The axis labels show the number or category for each tick. X and Y axis labels are by default disabled in Highmaps, but the functionality is inherited from Highcharts and used on colorAxis, and can be enabled on X and Y axes too.</p>\r\n<p>For more live examples on label options, see <a href=\"/highcharts#yAxis.labels\">yAxis.labels in the Highcharts API.</p>","deprecated":false},{"name":"colorAxis-labels","fullname":"colorAxis.labels","title":"labels","parent":"colorAxis","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"<p>The axis labels show the number for each tick.</p>\r\n<p>For more live examples on label options, see <a href=\"/highcharts#xAxis.labels\">xAxis.labels in the Highcharts API.</p>","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis-labels","fullname":"xAxis.labels","title":"labels","parent":"xAxis","isParent":true,"description":"<p>The axis labels show the number or category for each tick. X and Y axis labels are by default disabled in Highmaps, but the functionality is inherited from Highcharts and used on colorAxis, and can be enabled on X and Y axes too.</p>\r\n<p>For more live examples on label options, see <a href=\"/highcharts#xAxis.labels\">xAxis.labels in the Highcharts API.</p>","deprecated":false},{"name":"lang","fullname":"lang","title":"lang","isParent":true,"description":"Language object. The language object is global and it can't\n\t\tbe set on each chart initiation. Instead, use <code>Highcharts.setOptions</code> to\n\t\tset it before any chart is initiated. \n<pre>Highcharts.setOptions({\n\tlang: {\n\t\tmonths: ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'],\n\t\tweekdays: ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi']\n\t}\n});</pre>"},{"name":"series<mappoint>-data--lat","fullname":"series<mappoint>.data.lat","title":"lat","parent":"series<mappoint>-data","isParent":false,"returnType":"Number","since":"1.1.0","description":"The latitude of the point. Must be combined with the <code>lon</code> option to work. Overrides <code>x</code> and <code>y</code> values.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mappoint-latlon/\" target=\"_blank\">Point position by lat/lon</a>","deprecated":false},{"name":"legend--layout","fullname":"legend.layout","title":"layout","parent":"legend","isParent":false,"returnType":"String","defaults":"horizontal","values":"[\"horizontal\", \"vertical\"]","description":"The layout of the legend items. Can be one of \"horizontal\" or \"vertical\".","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">Vertical with data classes</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/layout-vertical/\" target=\"_blank\">vertical with color axis gradient</a>.","deprecated":false},{"name":"legend","fullname":"legend","title":"legend","isParent":true,"description":"The legend is a box containing explanations for the different elements of a chart. A Highmaps legend by default contains one legend item per series, but if a colorAxis is defined, the axis will be displayed in the legen. Either as a gradient, or as multiple legend items for dataClasses.","deprecated":false},{"name":"series<mapline>--legendIndex","fullname":"series<mapline>.legendIndex","title":"legendIndex","parent":"series<mapline>","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"series<mappoint>--legendIndex","fullname":"series<mappoint>.legendIndex","title":"legendIndex","parent":"series<mappoint>","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"series<heatmap>--legendIndex","fullname":"series<heatmap>.legendIndex","title":"legendIndex","parent":"series<heatmap>","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"series--legendIndex","fullname":"series.legendIndex","title":"legendIndex","parent":"series","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"series<mapbubble>--legendIndex","fullname":"series<mapbubble>.legendIndex","title":"legendIndex","parent":"series<mapbubble>","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"series<map>--legendIndex","fullname":"series<map>.legendIndex","title":"legendIndex","parent":"series<map>","isParent":false,"returnType":"Number","description":"The sequential index of the series in the legend.","deprecated":false},{"name":"plotOptions-mapbubble-events--legendItemClick","fullname":"plotOptions.mapbubble.events.legendItemClick","title":"legendItemClick","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"plotOptions-series-events--legendItemClick","fullname":"plotOptions.series.events.legendItemClick","title":"legendItemClick","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"series<mapline>-events--legendItemClick","fullname":"series<mapline>.events.legendItemClick","title":"legendItemClick","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"plotOptions-map-events--legendItemClick","fullname":"plotOptions.map.events.legendItemClick","title":"legendItemClick","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"series<heatmap>-events--legendItemClick","fullname":"series<heatmap>.events.legendItemClick","title":"legendItemClick","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"series<mapbubble>-events--legendItemClick","fullname":"series<mapbubble>.events.legendItemClick","title":"legendItemClick","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"plotOptions-mapline-events--legendItemClick","fullname":"plotOptions.mapline.events.legendItemClick","title":"legendItemClick","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"series<map>-events--legendItemClick","fullname":"series<map>.events.legendItemClick","title":"legendItemClick","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"plotOptions-heatmap-events--legendItemClick","fullname":"plotOptions.heatmap.events.legendItemClick","title":"legendItemClick","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the legend item belonging to the series is clicked. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action is to toggle the visibility of the series. This can be prevented by returning <code>false</code> or calling <code>event.preventDefault()</code>.","deprecated":false},{"name":"yAxis--lineColor","fullname":"yAxis.lineColor","title":"lineColor","parent":"yAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"The color of the line marking the axis itself.","deprecated":false},{"name":"colorAxis--lineColor","fullname":"colorAxis.lineColor","title":"lineColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"The color of the line marking the axis itself.","deprecated":false},{"name":"xAxis--lineColor","fullname":"xAxis.lineColor","title":"lineColor","parent":"xAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"The color of the line marking the axis itself.","deprecated":false},{"name":"series<mapline>--lineWidth","fullname":"series<mapline>.lineWidth","title":"lineWidth","parent":"series<mapline>","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The width of the map line.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis--lineWidth","fullname":"yAxis.lineWidth","title":"lineWidth","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the line marking the axis itself.","deprecated":false},{"name":"colorAxis--lineWidth","fullname":"colorAxis.lineWidth","title":"lineWidth","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the line marking the axis itself.","deprecated":false},{"name":"xAxis--lineWidth","fullname":"xAxis.lineWidth","title":"lineWidth","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The width of the line marking the axis itself.","deprecated":false},{"name":"plotOptions-mapline--lineWidth","fullname":"plotOptions.mapline.lineWidth","title":"lineWidth","parent":"plotOptions-mapline","isParent":false,"returnType":"Number","defaults":"1","values":"","since":"","description":"The width of the map line.","demo":"","seeAlso":"","deprecated":false},{"name":"chart-events--load","fullname":"chart.events.load","title":"load","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"<p>Fires when the chart is finished loading. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.</p>\r\n\r\n<p>From version 2.0.4, there is also a second parameter to <code>Highcharts.Chart</code> where a callback function can be passed to be executed on chart.load.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/events-load/\" target=\"_blank\">Add series on chart load</a>","deprecated":false},{"name":"lang--loading","fullname":"lang.loading","title":"loading","parent":"lang","isParent":false,"returnType":"String","defaults":"Loading...","description":"The loading text that appears when the chart is set into the loading state following a call to <code>chart.showLoading</code>."},{"name":"loading","fullname":"loading","title":"loading","isParent":true,"description":"<p>The loading options control the appearance of the loading screen that covers the \r\n\tplot area on chart operations. This screen only appears after an explicit call\r\n\tto <code>chart.showLoading()</code>. It is a utility for developers to communicate\r\n\tto the end user that something is going on, for example while retrieving new data\r\n\tvia an XHR connection. The \"Loading...\" text itself is not part of this configuration\r\n\tobject, but part of the <code>lang</code> object.</p>\r\n\r\n<p>For demo cases, see the <a href=\"/highcharts/#loading\">loading configuration object for basic Highcharts</a>.</p>","deprecated":false},{"name":"series<mappoint>-data--lon","fullname":"series<mappoint>.data.lon","title":"lon","parent":"series<mappoint>-data","isParent":false,"returnType":"Number","since":"1.1.0","description":"The longitude of the point. Must be combined with the <code>lon</code> option to work. Overrides <code>x</code> and <code>y</code> values.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mappoint-latlon/\" target=\"_blank\">Point position by lat/lon</a>","deprecated":false},{"name":"plotOptions-map","fullname":"plotOptions.map","title":"map","parent":"plotOptions","isParent":true,"returnType":"Object","description":"The map series type is the default series type of a Highcharts map, where each point is represented by an area given by its <code>path</code> option of the path option of its corresponding <code>mapData</code> point.","deprecated":false},{"name":"series--mapData","fullname":"series.mapData","title":"mapData","parent":"series","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"series<map>--mapData","fullname":"series<map>.mapData","title":"mapData","parent":"series<map>","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"series<mapline>--mapData","fullname":"series<mapline>.mapData","title":"mapData","parent":"series<mapline>","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"series<heatmap>--mapData","fullname":"series<heatmap>.mapData","title":"mapData","parent":"series<heatmap>","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"series<mappoint>--mapData","fullname":"series<mappoint>.mapData","title":"mapData","parent":"series<mappoint>","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"series<mapbubble>--mapData","fullname":"series<mapbubble>.mapData","title":"mapData","parent":"series<mapbubble>","isParent":false,"returnType":"Array<Object>","defaults":"","values":"","since":"","description":"An array of objects containing a <code>path</code> definition and optionally a code or property to join in the data as per the <code>joinBy</code> option. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Map data and joinBy</a>","seeAlso":"","deprecated":false},{"name":"mapNavigation","fullname":"mapNavigation","title":"mapNavigation","isParent":true,"description":"<p>A collection of options for zooming and panning in a map.</p>","deprecated":false},{"name":"plotOptions-mapbubble","fullname":"plotOptions.mapbubble","title":"mapbubble","parent":"plotOptions","isParent":true,"returnType":"Object","description":"A bubble series is a three dimensional series type where each point renders an X, Y and Z value. Each points is drawn as a bubble where the position along the X and Y axes mark the X and Y values, and the size of the bubble relates to the Z value.","deprecated":false},{"name":"plotOptions-mapline","fullname":"plotOptions.mapline","title":"mapline","parent":"plotOptions","isParent":true,"description":"Mapline series represent paths or lines in a map, all features that don't have an area. It can typically be used for rivers or roads, or for separator lines to distinguish overseas territories. For separator lines, set <code>enableMouseTracking</code> to false to turn off interactivity.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Map lines and points</a>","deprecated":false},{"name":"plotOptions-mappoint","fullname":"plotOptions.mappoint","title":"mappoint","parent":"plotOptions","isParent":true,"returnType":"Object","description":"<p>A <code>mappoint</code> series is a scatter series laid on top of a map, where X and Y values relate to the coordinate system established by the paths used for the main map series. In Highmaps it is typically used to mark cities. The only difference from a Highcharts scatter series is that the data labels are by default enabled and formatted to display the name of the point.</p>\r\n\r\n<p>For documentation on how to use the mappoint series, see <a href=\"http://api.highcharts.com/highcharts#plotOptions.scatter\">scatter series</a> in the basic Highcharts API.</p>","demo":" <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Lines and points in maps</a>","deprecated":false},{"name":"title--margin","fullname":"title.margin","title":"margin","parent":"title","isParent":false,"returnType":"Number","defaults":"15","description":"The margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.","deprecated":false},{"name":"xAxis-title--margin","fullname":"xAxis.title.margin","title":"margin","parent":"xAxis-title","isParent":false,"returnType":"Number","description":"The pixel distance between the axis labels or line and the title. Defaults to 0 for horizontal axes, 10 for vertical","deprecated":false},{"name":"chart--margin","fullname":"chart.margin","title":"margin","parent":"chart","isParent":false,"returnType":"Array","description":"<p>The margin between the outer edge of the chart and the plot area. The numbers in the array designate top, right, bottom and left respectively. Use the options <code>marginTop</code>, <code>marginRight</code>, <code>marginBottom</code> and <code>marginLeft</code> for shorthand setting of one option.</p> \r\n\r\n<p>By default there is no margin. The actual space is dynamically calculated from the offset of axis labels, axis title, title, subtitle and legend in addition to the <code>spacingTop</code>, <code>spacingRight</code>, <code>spacingBottom</code> and <code>spacingLeft</code> options.</p>\r\n\t\t Defaults to <code>[null]</code>.","deprecated":false},{"name":"legend--margin","fullname":"legend.margin","title":"margin","parent":"legend","isParent":false,"returnType":"Number","defaults":"12","description":"If the plot area sized is calculated automatically and the legend is not floating, the legend margin is the space between the legend and the axis labels or plot area.","deprecated":false},{"name":"yAxis-title--margin","fullname":"yAxis.title.margin","title":"margin","parent":"yAxis-title","isParent":false,"returnType":"Number","defaults":"40","description":"The pixel distance between the axis labels and the title. Positive values are outside the axis line, negative are inside.","deprecated":false},{"name":"chart--marginBottom","fullname":"chart.marginBottom","title":"marginBottom","parent":"chart","isParent":false,"returnType":"Number","description":"The margin between the bottom outer edge of the chart and the plot area. Use this to set a fixed\r\n pixel value for the margin as opposed to the default dynamic margin. See also <code>spacingBottom</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/margin/\" target=\"_blank\">100px margins</a>","seeAlso":"","deprecated":false},{"name":"chart--marginLeft","fullname":"chart.marginLeft","title":"marginLeft","parent":"chart","isParent":false,"returnType":"Number","description":"The margin between the left outer edge of the chart and the plot area. Use this to set a fixed\r\n pixel value for the margin as opposed to the default dynamic margin. See also <code>spacingLeft</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/margin/\" target=\"_blank\">100px margins</a>","seeAlso":"","deprecated":false},{"name":"chart--marginRight","fullname":"chart.marginRight","title":"marginRight","parent":"chart","isParent":false,"returnType":"Number","description":"The margin between the right outer edge of the chart and the plot area. Use this to set a fixed\r\n pixel value for the margin as opposed to the default dynamic margin. See also <code>spacingRight</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/margin/\" target=\"_blank\">100px margins</a>","seeAlso":"","deprecated":false},{"name":"chart--marginTop","fullname":"chart.marginTop","title":"marginTop","parent":"chart","isParent":false,"returnType":"Number","description":"The margin between the top outer edge of the chart and the plot area. Use this to set a fixed pixel value for the margin as opposed to the default dynamic margin. See also <code>spacingTop</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/margin/\" target=\"_blank\">100px margins</a>","deprecated":false},{"name":"colorAxis-marker","fullname":"colorAxis.marker","title":"marker","parent":"colorAxis","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"The triangular marker on a scalar color axis that points to the value of the hovered area. To disable the marker, set <code>marker: null</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/marker/\" target=\"_blank\">Black marker</a>","seeAlso":"","deprecated":false},{"name":"colorAxis--max","fullname":"colorAxis.max","title":"max","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"The maximum value of the axis in terms of map point values. If <code>null</code>, the max value is automatically calculated. If the <code>endOnTick</code> option is true, the max value might be rounded up.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/gridlines/\" target=\"_blank\">Explicit min and max to reduce the effect of outliers</a>","seeAlso":"","deprecated":false},{"name":"yAxis--max","fullname":"yAxis.max","title":"max","parent":"yAxis","isParent":false,"returnType":"Number","description":"The maximum value of the axis in terms of the coordinates of the map shape paths. If <code>null</code>, the max value is automatically calculated. If the <code>endOnTick</code> option is true, the <code>max</code> value might be rounded up.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/min-max/\" target=\"_blank\">Pre-zoomed to a specific area</a>","deprecated":false},{"name":"xAxis--max","fullname":"xAxis.max","title":"max","parent":"xAxis","isParent":false,"returnType":"Number","description":"The maximum value of the axis in terms of the coordinates of the map shape paths. If <code>null</code>, the max value is automatically calculated. If the <code>endOnTick</code> option is true, the <code>max</code> value might be rounded up.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/min-max/\" target=\"_blank\">Pre-zoomed to a specific area</a>","deprecated":false},{"name":"colorAxis--maxColor","fullname":"colorAxis.maxColor","title":"maxColor","parent":"colorAxis","isParent":false,"returnType":"","defaults":"#102D4C","values":"","since":"","description":"<p>The color to represent the maximum of the color axis. Unless <a href=\"#colorAxis.dataClasses\">dataClasses</a> or <a href=\"#colorAxis.stops\">stops</a> are set, the gradient ends at this value.</p>\r\n\r\n<p>If dataClasses are set, the color is based on minColor and maxColor unless a color is set for each data class, or the <a href=\"#colorAxis.dataClassColor\">dataClassColor</a> is set.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/mincolor-maxcolor/\" target=\"_blank\">Min and max colors on scalar (gradient) axis</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/mincolor-maxcolor-dataclasses/\" target=\"_blank\">on data classes</a>.","seeAlso":"","deprecated":false},{"name":"legend--maxHeight","fullname":"legend.maxHeight","title":"maxHeight","parent":"legend","isParent":false,"returnType":"Number","description":"Maximum pixel height for the legend. When the maximum height is extended, navigation will show.","demo":"","seeAlso":"","deprecated":false},{"name":"colorAxis--maxPadding","fullname":"colorAxis.maxPadding","title":"maxPadding","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"0.05","values":"","since":"","description":"Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer.","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis--maxPadding","fullname":"xAxis.maxPadding","title":"maxPadding","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the map shapes to touch the plot border. When the axis' <code>max</code> option is set or a max extreme is set using <code>axis.setExtremes()</code>, the maxPadding will be ignored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-gradient/\" target=\"_blank\">Add some padding</a>","deprecated":false},{"name":"yAxis--maxPadding","fullname":"yAxis.maxPadding","title":"maxPadding","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the map shapes to touch the plot border. When the axis' <code>max</code> option is set or a max extreme is set using <code>axis.setExtremes()</code>, the maxPadding will be ignored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-gradient/\" target=\"_blank\">Add some padding</a>","deprecated":false},{"name":"plotOptions-mapbubble--maxSize","fullname":"plotOptions.mapbubble.maxSize","title":"maxSize","parent":"plotOptions-mapbubble","isParent":false,"returnType":"String","defaults":"20%","description":"Maximum bubble size. Bubbles will automatically size between the <code>minSize</code> and <code>maxSize</code> to reflect the <code>z</code> value of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-bubble/\" target=\"_blank\">Bubble size</a>","deprecated":false},{"name":"series<mapbubble>--maxSize","fullname":"series<mapbubble>.maxSize","title":"maxSize","parent":"series<mapbubble>","isParent":false,"returnType":"String","defaults":"20%","description":"Maximum bubble size. Bubbles will automatically size between the <code>minSize</code> and <code>maxSize</code> to reflect the <code>z</code> value of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-bubble/\" target=\"_blank\">Bubble size</a>","deprecated":false},{"name":"xAxis-labels--maxStaggerLines","fullname":"xAxis.labels.maxStaggerLines","title":"maxStaggerLines","parent":"xAxis-labels","isParent":false,"returnType":"Number","defaults":"5","description":"Horizontal axis only. When <code>staggerLines</code> is not set, <code>maxStaggerLines</code> defines how many lines the axis is allowed to add to automatically avoid overlapping X labels. Set to <code>1</code> to disable overlap detection. ","deprecated":true},{"name":"colorAxis-labels--maxStaggerLines","fullname":"colorAxis.labels.maxStaggerLines","title":"maxStaggerLines","parent":"colorAxis-labels","isParent":false,"returnType":"Number","defaults":"5","description":"Horizontal axis only. When <code>staggerLines</code> is not set, <code>maxStaggerLines</code> defines how many lines the axis is allowed to add to automatically avoid overlapping X labels. Set to <code>1</code> to disable overlap detection. ","deprecated":true},{"name":"yAxis-labels--maxStaggerLines","fullname":"yAxis.labels.maxStaggerLines","title":"maxStaggerLines","parent":"yAxis-labels","isParent":false,"returnType":"Number","defaults":"5","description":"Horizontal axis only. When <code>staggerLines</code> is not set, <code>maxStaggerLines</code> defines how many lines the axis is allowed to add to automatically avoid overlapping X labels. Set to <code>1</code> to disable overlap detection. ","deprecated":true},{"name":"navigation--menuItemHoverStyle","fullname":"navigation.menuItemHoverStyle","title":"menuItemHoverStyle","parent":"navigation","isParent":false,"returnType":"CSSObject","description":"CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults to \n<pre>menuItemHoverStyle: {\n\tbackground: '#4572A5',\n\tcolor: '#FFFFFF'\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/menuitemhoverstyle/\" target=\"_blank\">Bold text on hover</a>"},{"name":"navigation--menuItemStyle","fullname":"navigation.menuItemStyle","title":"menuItemStyle","parent":"navigation","isParent":false,"returnType":"CSSObject","description":"CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults to \n<pre>menuItemStyle: {\n\tpadding: '0 5px',\n\tbackground: NONE,\n\tcolor: '#303030'\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/menuitemstyle/\" target=\"_blank\">Add a grey stripe to the left</a>"},{"name":"exporting-buttons-contextButton--menuItems","fullname":"exporting.buttons.contextButton.menuItems","title":"menuItems","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Array<Object>","description":"<p>A collection of config options for the menu items. Each options object consists\r of a <code>text</code> option which is a string to show in the menu item, as\r well as an <code>onclick</code> parameter which is a callback function to run\r on click.</p>\r <p>By default, there is the \"Print\" menu item plus one menu item for each of the available export types.\r Menu items can be customized by defining a new array of items and assigning \r <code>null</code> to unwanted positions (see override example below).</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-contextbutton-onclick/\" target=\"_blank\">Skip the menu and export the chart directly</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-contextbutton-menuitems/\" target=\"_blank\">override the menu items</a>","seeAlso":"","deprecated":false},{"name":"navigation--menuStyle","fullname":"navigation.menuStyle","title":"menuStyle","parent":"navigation","isParent":false,"returnType":"CSSObject","description":"CSS styles for the popup menu appearing by default when the export icon is clicked. This menu is rendered in HTML. Defaults to \n<pre>menuStyle: {\n\tborder: '1px solid #A0A0A0',\n\tbackground: '#FFFFFF'\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/menustyle/\" target=\"_blank\">Light gray menu background</a>"},{"name":"series<map>-data--middleX","fullname":"series<map>.data.middleX","title":"middleX","parent":"series<map>-data","isParent":false,"returnType":"Number","defaults":"0.5","values":"","since":"","description":"The relative mid point of an area, used to place the data label. Ranges from 0 to 1. When <code>mapData</code> is used, middleX can be defined there. ","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-data--middleY","fullname":"series<map>.data.middleY","title":"middleY","parent":"series<map>-data","isParent":false,"returnType":"Number","defaults":"0.5","values":"","since":"","description":"The relative mid point of an area, used to place the data label. Ranges from 0 to 1. When <code>mapData</code> is used, middleY can be defined there. ","demo":"","seeAlso":"","deprecated":false},{"name":"colorAxis--min","fullname":"colorAxis.min","title":"min","parent":"colorAxis","isParent":false,"returnType":"Number","description":"The minimum value of the axis in terms of map point values. If <code>null</code>, the min value is automatically calculated. If the <code>startOnTick</code> option is true, the min value might be rounded down.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/gridlines/\" target=\"_blank\">Explicit min and max to reduce the effect of outliers</a>","deprecated":false},{"name":"yAxis--min","fullname":"yAxis.min","title":"min","parent":"yAxis","isParent":false,"returnType":"Number","description":"The minimum value of the axis in terms of the coordinates of the map shape paths. If <code>null</code> the min value is automatically calculated. If the <code>startOnTick</code> option is true, the <code>min</code> value might be rounded down.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/min-max/\" target=\"_blank\">Pre-zoomed to a specific area</a>","deprecated":false},{"name":"xAxis--min","fullname":"xAxis.min","title":"min","parent":"xAxis","isParent":false,"returnType":"Number","description":"The minimum value of the axis in terms of the coordinates of the map shape paths. If <code>null</code> the min value is automatically calculated. If the <code>startOnTick</code> option is true, the <code>min</code> value might be rounded down.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/min-max/\" target=\"_blank\">Pre-zoomed to a specific area</a>","deprecated":false},{"name":"colorAxis--minColor","fullname":"colorAxis.minColor","title":"minColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#EFEFFF","description":"<p>The color to represent the minimum of the color axis. Unless <a href=\"#colorAxis.dataClasses\">dataClasses</a> or <a href=\"#colorAxis.stops\">stops</a> are set, the gradient starts at this value.</p>\r\n\r\n<p>If dataClasses are set, the color is based on minColor and maxColor unless a color is set for each data class, or the <a href=\"#colorAxis.dataClassColor\">dataClassColor</a> is set.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/mincolor-maxcolor/\" target=\"_blank\">Min and max colors on scalar (gradient) axis</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/mincolor-maxcolor-dataclasses/\" target=\"_blank\">on data classes</a>.","deprecated":false},{"name":"yAxis--minPadding","fullname":"yAxis.minPadding","title":"minPadding","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the map shapes to touch the plot border. When the axis' <code>min</code> option is set or a min extreme is set using <code>axis.setExtremes()</code>, the minPadding will be ignored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-gradient/\" target=\"_blank\">Add some padding</a>","deprecated":false},{"name":"xAxis--minPadding","fullname":"xAxis.minPadding","title":"minPadding","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the map shapes to touch the plot border. When the axis' <code>min</code> option is set or a min extreme is set using <code>axis.setExtremes()</code>, the minPadding will be ignored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-gradient/\" target=\"_blank\">Add some padding</a>","deprecated":false},{"name":"colorAxis--minPadding","fullname":"colorAxis.minPadding","title":"minPadding","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"0.05","values":"","since":"","description":"Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis--minRange","fullname":"yAxis.minRange","title":"minRange","parent":"yAxis","isParent":false,"returnType":"Number","description":"<p>The minimum range to display on this axis. The entire axis will not be allowed to span over a smaller interval than this, in terms of shape path coordinates. Defaults to 5 times the size of the smallest area.</p>\r\n\r\n<p>Note that the <code>minPadding</code>, <code>maxPadding</code>, <code>startOnTick</code> and <code>endOnTick</code> settings also affect how the extremes of the axis are computed.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/minrange/\" target=\"_blank\">Minimum range of 1000</a>","deprecated":false},{"name":"xAxis--minRange","fullname":"xAxis.minRange","title":"minRange","parent":"xAxis","isParent":false,"returnType":"Number","description":"<p>The minimum range to display on this axis. The entire axis will not be allowed to span over a smaller interval than this, in terms of shape path coordinates. Defaults to 5 times the size of the smallest area.</p>\r\n\r\n<p>Note that the <code>minPadding</code>, <code>maxPadding</code>, <code>startOnTick</code> and <code>endOnTick</code> settings also affect how the extremes of the axis are computed.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/axis/minrange/\" target=\"_blank\">Minimum range of 1000</a>","deprecated":false},{"name":"plotOptions-mapbubble--minSize","fullname":"plotOptions.mapbubble.minSize","title":"minSize","parent":"plotOptions-mapbubble","isParent":false,"returnType":"String","defaults":"8","description":"Minimum bubble size. Bubbles will automatically size between the <code>minSize</code> and <code>maxSize</code> to reflect the <code>z</code> value of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-bubble/\" target=\"_blank\">Bubble size</a>","deprecated":false},{"name":"series<mapbubble>--minSize","fullname":"series<mapbubble>.minSize","title":"minSize","parent":"series<mapbubble>","isParent":false,"returnType":"String","defaults":"8","description":"Minimum bubble size. Bubbles will automatically size between the <code>minSize</code> and <code>maxSize</code> to reflect the <code>z</code> value of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-bubble/\" target=\"_blank\">Bubble size</a>","deprecated":false},{"name":"yAxis--minTickInterval","fullname":"yAxis.minTickInterval","title":"minTickInterval","parent":"yAxis","isParent":false,"returnType":"Number","description":"The minimum tick interval allowed in axis values. For example on zooming in on an axis with daily data, this can be used to prevent the axis from showing hours. In Highmaps, ticks are hidden by default.","deprecated":false},{"name":"xAxis--minTickInterval","fullname":"xAxis.minTickInterval","title":"minTickInterval","parent":"xAxis","isParent":false,"returnType":"Number","description":"The minimum tick interval allowed in axis values. For example on zooming in on an axis with daily data, this can be used to prevent the axis from showing hours. In Highmaps, ticks are hidden by default.","deprecated":false},{"name":"yAxis--minorGridLineColor","fullname":"yAxis.minorGridLineColor","title":"minorGridLineColor","parent":"yAxis","isParent":false,"returnType":"Color","defaults":"#E0E0E0","description":"Color of the minor, secondary grid lines.","deprecated":false},{"name":"xAxis--minorGridLineColor","fullname":"xAxis.minorGridLineColor","title":"minorGridLineColor","parent":"xAxis","isParent":false,"returnType":"Color","defaults":"#E0E0E0","description":"Color of the minor, secondary grid lines.","deprecated":false},{"name":"colorAxis--minorGridLineColor","fullname":"colorAxis.minorGridLineColor","title":"minorGridLineColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#E0E0E0","description":"Color of the minor, secondary grid lines.","deprecated":false},{"name":"colorAxis--minorGridLineDashStyle","fullname":"colorAxis.minorGridLineDashStyle","title":"minorGridLineDashStyle","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the minor grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"xAxis--minorGridLineDashStyle","fullname":"xAxis.minorGridLineDashStyle","title":"minorGridLineDashStyle","parent":"xAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the minor grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"yAxis--minorGridLineDashStyle","fullname":"yAxis.minorGridLineDashStyle","title":"minorGridLineDashStyle","parent":"yAxis","isParent":false,"returnType":"String","defaults":"Solid","values":"[\"Solid\", \"ShortDash\", \"ShortDot\", \"ShortDashDot\", \"ShortDashDotDot\", \"Dot\", \"Dash\" ,\"LongDash\", \"DashDot\", \"LongDashDot\", \"LongDashDotDot\"]","description":"The dash or dot style of the minor grid lines. For possible values, see <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-dashstyle-all/\">this demonstration</a>.","deprecated":false},{"name":"yAxis--minorGridLineWidth","fullname":"yAxis.minorGridLineWidth","title":"minorGridLineWidth","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"1","description":"Width of the minor, secondary grid lines.","deprecated":false},{"name":"xAxis--minorGridLineWidth","fullname":"xAxis.minorGridLineWidth","title":"minorGridLineWidth","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"1","description":"Width of the minor, secondary grid lines.","deprecated":false},{"name":"colorAxis--minorGridLineWidth","fullname":"colorAxis.minorGridLineWidth","title":"minorGridLineWidth","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"1","description":"Width of the minor, secondary grid lines.","deprecated":false},{"name":"xAxis--minorTickColor","fullname":"xAxis.minorTickColor","title":"minorTickColor","parent":"xAxis","isParent":false,"returnType":"Color","defaults":"#A0A0A0","description":"Color for the minor tick marks.","deprecated":false},{"name":"yAxis--minorTickColor","fullname":"yAxis.minorTickColor","title":"minorTickColor","parent":"yAxis","isParent":false,"returnType":"Color","defaults":"#A0A0A0","description":"Color for the minor tick marks.","deprecated":false},{"name":"colorAxis--minorTickColor","fullname":"colorAxis.minorTickColor","title":"minorTickColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#A0A0A0","description":"Color for the minor tick marks.","deprecated":false},{"name":"xAxis--minorTickInterval","fullname":"xAxis.minorTickInterval","title":"minorTickInterval","parent":"xAxis","isParent":false,"returnType":"String|Number","description":"<p>Tick interval in scale units for the minor ticks. On a linear axis, if <code>\"auto\"</code>, \r\n the minor tick interval is calculated as a fifth of the tickInterval. If\r\n <code>null</code>, minor ticks are not shown.</p>\r\n <p>On logarithmic axes, the unit is the power of the value. For example, setting\r\n \tthe minorTickInterval to 1 puts one tick on each of 0.1, 1, 10, 100 etc. Setting\r\n \tthe minorTickInterval to 0.1 produces 9 ticks between 1 and 10, \r\n \t10 and 100 etc. A minorTickInterval of \"auto\" on a log axis results in a best guess,\r\n \tattempting to enter approximately 5 minor ticks between each major tick.</p>\r\n\r\n<p>If user settings dictate minor ticks to become too dense, they don't make sense, and will be ignored to prevent performance problems.</a>\r\n","deprecated":false},{"name":"colorAxis--minorTickInterval","fullname":"colorAxis.minorTickInterval","title":"minorTickInterval","parent":"colorAxis","isParent":false,"returnType":"String|Number","description":"<p>Tick interval in scale units for the minor ticks. On a linear axis, if <code>\"auto\"</code>, \r\n the minor tick interval is calculated as a fifth of the tickInterval. If\r\n <code>null</code>, minor ticks are not shown.</p>\r\n <p>On logarithmic axes, the unit is the power of the value. For example, setting\r\n \tthe minorTickInterval to 1 puts one tick on each of 0.1, 1, 10, 100 etc. Setting\r\n \tthe minorTickInterval to 0.1 produces 9 ticks between 1 and 10, \r\n \t10 and 100 etc. A minorTickInterval of \"auto\" on a log axis results in a best guess,\r\n \tattempting to enter approximately 5 minor ticks between each major tick.</p>\r\n\r\n<p>If user settings dictate minor ticks to become too dense, they don't make sense, and will be ignored to prevent performance problems.</a>\r\n","deprecated":false},{"name":"yAxis--minorTickInterval","fullname":"yAxis.minorTickInterval","title":"minorTickInterval","parent":"yAxis","isParent":false,"returnType":"String|Number","description":"<p>Tick interval in scale units for the minor ticks. On a linear axis, if <code>\"auto\"</code>, \r\n the minor tick interval is calculated as a fifth of the tickInterval. If\r\n <code>null</code>, minor ticks are not shown.</p>\r\n <p>On logarithmic axes, the unit is the power of the value. For example, setting\r\n \tthe minorTickInterval to 1 puts one tick on each of 0.1, 1, 10, 100 etc. Setting\r\n \tthe minorTickInterval to 0.1 produces 9 ticks between 1 and 10, \r\n \t10 and 100 etc. A minorTickInterval of \"auto\" on a log axis results in a best guess,\r\n \tattempting to enter approximately 5 minor ticks between each major tick.</p>\r\n\r\n<p>If user settings dictate minor ticks to become too dense, they don't make sense, and will be ignored to prevent performance problems.</a>\r\n","deprecated":false},{"name":"colorAxis--minorTickLength","fullname":"colorAxis.minorTickLength","title":"minorTickLength","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"2","description":"The pixel length of the minor tick marks.","deprecated":false},{"name":"xAxis--minorTickLength","fullname":"xAxis.minorTickLength","title":"minorTickLength","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"2","description":"The pixel length of the minor tick marks.","deprecated":false},{"name":"yAxis--minorTickLength","fullname":"yAxis.minorTickLength","title":"minorTickLength","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"2","description":"The pixel length of the minor tick marks.","deprecated":false},{"name":"yAxis--minorTickPosition","fullname":"yAxis.minorTickPosition","title":"minorTickPosition","parent":"yAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the minor tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"xAxis--minorTickPosition","fullname":"xAxis.minorTickPosition","title":"minorTickPosition","parent":"xAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the minor tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"colorAxis--minorTickPosition","fullname":"colorAxis.minorTickPosition","title":"minorTickPosition","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the minor tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"yAxis--minorTickWidth","fullname":"yAxis.minorTickWidth","title":"minorTickWidth","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the minor tick mark.","deprecated":false},{"name":"xAxis--minorTickWidth","fullname":"xAxis.minorTickWidth","title":"minorTickWidth","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the minor tick mark.","deprecated":false},{"name":"colorAxis--minorTickWidth","fullname":"colorAxis.minorTickWidth","title":"minorTickWidth","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the minor tick mark.","deprecated":false},{"name":"lang--months","fullname":"lang.months","title":"months","parent":"lang","isParent":false,"returnType":"Array<String>","defaults":"[ \"January\" , \"February\" , \"March\" , \"April\" , \"May\" , \"June\" , \"July\" , \"August\" , \"September\" , \"October\" , \"November\" , \"December\"]","description":"An array containing the months names. Corresponds to the \r <code>%B</code> format in <code>Highcharts.dateFormat()</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-point-events--mouseOut","fullname":"plotOptions.heatmap.point.events.mouseOut","title":"mouseOut","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapbubble-events--mouseOut","fullname":"plotOptions.mapbubble.events.mouseOut","title":"mouseOut","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"plotOptions-series-events--mouseOut","fullname":"plotOptions.series.events.mouseOut","title":"mouseOut","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<heatmap>-data-events--mouseOut","fullname":"series<heatmap>.data.events.mouseOut","title":"mouseOut","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapbubble>-data-events--mouseOut","fullname":"series<mapbubble>.data.events.mouseOut","title":"mouseOut","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-series-point-events--mouseOut","fullname":"plotOptions.series.point.events.mouseOut","title":"mouseOut","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapline>-point-events--mouseOut","fullname":"series<mapline>.point.events.mouseOut","title":"mouseOut","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapline-point-events--mouseOut","fullname":"plotOptions.mapline.point.events.mouseOut","title":"mouseOut","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mappoint>-data-events--mouseOut","fullname":"series<mappoint>.data.events.mouseOut","title":"mouseOut","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-events--mouseOut","fullname":"series<map>.events.mouseOut","title":"mouseOut","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<mapbubble>-events--mouseOut","fullname":"series<mapbubble>.events.mouseOut","title":"mouseOut","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<heatmap>-events--mouseOut","fullname":"series<heatmap>.events.mouseOut","title":"mouseOut","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"plotOptions-heatmap-events--mouseOut","fullname":"plotOptions.heatmap.events.mouseOut","title":"mouseOut","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<heatmap>-point-events--mouseOut","fullname":"series<heatmap>.point.events.mouseOut","title":"mouseOut","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapbubble-point-events--mouseOut","fullname":"plotOptions.mapbubble.point.events.mouseOut","title":"mouseOut","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-map-events--mouseOut","fullname":"plotOptions.map.events.mouseOut","title":"mouseOut","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<mapbubble>-point-events--mouseOut","fullname":"series<mapbubble>.point.events.mouseOut","title":"mouseOut","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-map-point-events--mouseOut","fullname":"plotOptions.map.point.events.mouseOut","title":"mouseOut","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-data-events--mouseOut","fullname":"series<map>.data.events.mouseOut","title":"mouseOut","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-point-events--mouseOut","fullname":"series<map>.point.events.mouseOut","title":"mouseOut","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse leaves the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapline-events--mouseOut","fullname":"plotOptions.mapline.events.mouseOut","title":"mouseOut","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"series<mapline>-events--mouseOut","fullname":"series<mapline>.events.mouseOut","title":"mouseOut","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse leaves the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. If the <a class=\"internal\" href=\"#plotOptions.series\">stickyTracking</a> option is true, <code>mouseOut</code> doesn't happen before the mouse enters another graph or leaves the plot area.","deprecated":false},{"name":"plotOptions-map-events--mouseOver","fullname":"plotOptions.map.events.mouseOver","title":"mouseOver","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapbubble>-data-events--mouseOver","fullname":"series<mapbubble>.data.events.mouseOver","title":"mouseOver","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-heatmap-point-events--mouseOver","fullname":"plotOptions.heatmap.point.events.mouseOver","title":"mouseOver","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-series-events--mouseOver","fullname":"plotOptions.series.events.mouseOver","title":"mouseOver","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mappoint>-data-events--mouseOver","fullname":"series<mappoint>.data.events.mouseOver","title":"mouseOver","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<heatmap>-point-events--mouseOver","fullname":"series<heatmap>.point.events.mouseOver","title":"mouseOver","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapline-point-events--mouseOver","fullname":"plotOptions.mapline.point.events.mouseOver","title":"mouseOver","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-map-point-events--mouseOver","fullname":"plotOptions.map.point.events.mouseOver","title":"mouseOver","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<heatmap>-data-events--mouseOver","fullname":"series<heatmap>.data.events.mouseOver","title":"mouseOver","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapline-events--mouseOver","fullname":"plotOptions.mapline.events.mouseOver","title":"mouseOver","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapline>-events--mouseOver","fullname":"series<mapline>.events.mouseOver","title":"mouseOver","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapbubble>-point-events--mouseOver","fullname":"series<mapbubble>.point.events.mouseOver","title":"mouseOver","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-series-point-events--mouseOver","fullname":"plotOptions.series.point.events.mouseOver","title":"mouseOver","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-heatmap-events--mouseOver","fullname":"plotOptions.heatmap.events.mouseOver","title":"mouseOver","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-data-events--mouseOver","fullname":"series<map>.data.events.mouseOver","title":"mouseOver","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<heatmap>-events--mouseOver","fullname":"series<heatmap>.events.mouseOver","title":"mouseOver","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapbubble-events--mouseOver","fullname":"plotOptions.mapbubble.events.mouseOver","title":"mouseOver","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapline>-point-events--mouseOver","fullname":"series<mapline>.point.events.mouseOver","title":"mouseOver","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"plotOptions-mapbubble-point-events--mouseOver","fullname":"plotOptions.mapbubble.point.events.mouseOver","title":"mouseOver","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-point-events--mouseOver","fullname":"series<map>.point.events.mouseOver","title":"mouseOver","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the mouse enters the area close to the point. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapbubble>-events--mouseOver","fullname":"series<mapbubble>.events.mouseOver","title":"mouseOver","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<map>-events--mouseOver","fullname":"series<map>.events.mouseOver","title":"mouseOver","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the mouse enters the graph. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","deprecated":false},{"name":"series<mapbubble>--name","fullname":"series<mapbubble>.name","title":"name","parent":"series<mapbubble>","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"series--name","fullname":"series.name","title":"name","parent":"series","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"series<heatmap>-data--name","fullname":"series<heatmap>.data.name","title":"name","parent":"series<heatmap>-data","isParent":false,"returnType":"String","description":"The name of the point as shown in the legend, tooltip, dataLabel etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Point names</a>","deprecated":false},{"name":"series<heatmap>--name","fullname":"series<heatmap>.name","title":"name","parent":"series<heatmap>","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"series<map>-data--name","fullname":"series<map>.data.name","title":"name","parent":"series<map>-data","isParent":false,"returnType":"String","description":"The name of the point as shown in the legend, tooltip, dataLabel etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Point names</a>","deprecated":false},{"name":"series<mappoint>-data--name","fullname":"series<mappoint>.data.name","title":"name","parent":"series<mappoint>-data","isParent":false,"returnType":"String","description":"The name of the point as shown in the legend, tooltip, dataLabel etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Point names</a>","deprecated":false},{"name":"series<mappoint>--name","fullname":"series<mappoint>.name","title":"name","parent":"series<mappoint>","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"colorAxis-dataClasses--name","fullname":"colorAxis.dataClasses.name","title":"name","parent":"colorAxis-dataClasses","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"The name of the data class as it appears in the legend. If no name is given, it is automatically created based on the <code>from</code> and <code>to</code> values. For full programmatic control, <a href=\"#legend.labelFormatter\">legend.labelFormatter</a> can be used. In the formatter, <code>this.from</code> and <code>this.to</code> can be accessed.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/dataclasses-name/\" target=\"_blank\">Named data classes</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/coloraxis/dataclasses-labelformatter/\" target=\"_blank\">formatted data classes</a>.","seeAlso":"","deprecated":false},{"name":"series<map>--name","fullname":"series<map>.name","title":"name","parent":"series<map>","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"series<mapline>--name","fullname":"series<mapline>.name","title":"name","parent":"series<mapline>","isParent":false,"returnType":"String","description":"The name of the series as shown in the legend, tooltip etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/category-map/\" target=\"_blank\">Series name</a>","deprecated":false},{"name":"series<mapbubble>-data--name","fullname":"series<mapbubble>.data.name","title":"name","parent":"series<mapbubble>-data","isParent":false,"returnType":"String","description":"The name of the point as shown in the legend, tooltip, dataLabel etc.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-datalabels/\" target=\"_blank\">Point names</a>","deprecated":false},{"name":"navigation","fullname":"navigation","title":"navigation","isParent":true,"description":"<p>A collection of options for buttons and menus appearing in the exporting module.</p>\r\n\r\n<p>The examples below point to basic Highcharts demos, but the syntax for Highmaps are the exact same.</p>","deprecated":false},{"name":"legend-navigation","fullname":"legend.navigation","title":"navigation","parent":"legend","isParent":true,"description":"<p>Options for the paging or navigation appearing when the legend is overflown. When <a href=\"#legend.useHTML\">legend.useHTML</a> is enabled, navigation is disabled.</p>\r\n\r\n<p>For demo cases, see the <a href=\"/highcharts/#legend.navigation\">legend.navigation options for basic Highcharts</a>.","deprecated":false},{"name":"series<mapbubble>--negativeColor","fullname":"series<mapbubble>.negativeColor","title":"negativeColor","parent":"series<mapbubble>","isParent":false,"returnType":"Color","defaults":"null","description":"When a point's Z value is below the <a href=\"#plotOptions.bubble.zThreshold\">zThreshold</a> setting, this color is used.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-negativecolor/\" target=\"_blank\">Negative color below a threshold</a>","deprecated":false},{"name":"plotOptions-mapbubble--negativeColor","fullname":"plotOptions.mapbubble.negativeColor","title":"negativeColor","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Color","defaults":"null","description":"When a point's Z value is below the <a href=\"#plotOptions.bubble.zThreshold\">zThreshold</a> setting, this color is used.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-negativecolor/\" target=\"_blank\">Negative color below a threshold</a>","deprecated":false},{"name":"plotOptions-map-states-normal","fullname":"plotOptions.map.states.normal","title":"normal","parent":"plotOptions-map-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-states-normal","fullname":"series<heatmap>.states.normal","title":"normal","parent":"series<heatmap>-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-states-normal","fullname":"plotOptions.mapline.states.normal","title":"normal","parent":"plotOptions-mapline-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-states-normal","fullname":"series<mapbubble>.states.normal","title":"normal","parent":"series<mapbubble>-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-states-normal","fullname":"series<map>.states.normal","title":"normal","parent":"series<map>-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-states-normal","fullname":"series<mapline>.states.normal","title":"normal","parent":"series<mapline>-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-states-normal","fullname":"plotOptions.mapbubble.states.normal","title":"normal","parent":"plotOptions-mapbubble-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-states-normal","fullname":"plotOptions.series.states.normal","title":"normal","parent":"plotOptions-series-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-states-normal","fullname":"plotOptions.heatmap.states.normal","title":"normal","parent":"plotOptions-heatmap-states","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Overrides for the normal state","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map--nullColor","fullname":"plotOptions.map.nullColor","title":"nullColor","parent":"plotOptions-map","isParent":false,"returnType":"Color","defaults":"#F8F8F8","values":"","since":"","description":"The color to apply to null points.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/all-areas-as-null/\" target=\"_blank\">Null color</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap--nullColor","fullname":"plotOptions.heatmap.nullColor","title":"nullColor","parent":"plotOptions-heatmap","isParent":false,"returnType":"Color","defaults":"#F8F8F8","values":"","since":"","description":"The color to apply to null points.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/all-areas-as-null/\" target=\"_blank\">Null color</a>","seeAlso":"","deprecated":false},{"name":"series<map>--nullColor","fullname":"series<map>.nullColor","title":"nullColor","parent":"series<map>","isParent":false,"returnType":"Color","defaults":"#F8F8F8","values":"","since":"","description":"The color to apply to null points.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/all-areas-as-null/\" target=\"_blank\">Null color</a>","seeAlso":"","deprecated":false},{"name":"series<heatmap>--nullColor","fullname":"series<heatmap>.nullColor","title":"nullColor","parent":"series<heatmap>","isParent":false,"returnType":"Color","defaults":"#F8F8F8","values":"","since":"","description":"The color to apply to null points.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/all-areas-as-null/\" target=\"_blank\">Null color</a>","seeAlso":"","deprecated":false},{"name":"lang--numericSymbols","fullname":"lang.numericSymbols","title":"numericSymbols","parent":"lang","isParent":false,"returnType":"Array<String>","defaults":"[ \"k\" , \"M\" , \"G\" , \"T\" , \"P\" , \"E\"]","description":"<a href=\"http://en.wikipedia.org/wiki/Metric_prefix\">Metric prefixes</a> used to shorten high numbers in axis labels. Replacing any of the positions with <code>null</code> causes the full number to be written. Setting <code>numericSymbols</code> to <code>null</code> disables shortening altogether.","deprecated":false},{"name":"xAxis--offset","fullname":"xAxis.offset","title":"offset","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The distance in pixels from the plot area to the axis line. A positive offset moves the axis with it's line, labels and ticks away from the plot area. This is typically used when two or more axes are displayed on the same side of the plot.","deprecated":false},{"name":"yAxis-title--offset","fullname":"yAxis.title.offset","title":"offset","parent":"yAxis-title","isParent":false,"returnType":"Number","description":"The distance of the axis title from the axis line. By default, this distance is computed from the offset width of the labels, the labels' distance from the axis and the title's margin. However when the offset option is set, it overrides all this.","deprecated":false},{"name":"yAxis--offset","fullname":"yAxis.offset","title":"offset","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The distance in pixels from the plot area to the axis line. A positive offset moves the axis with it's line, labels and ticks away from the plot area. This is typically used when two or more axes are displayed on the same side of the plot.","deprecated":false},{"name":"xAxis-title--offset","fullname":"xAxis.title.offset","title":"offset","parent":"xAxis-title","isParent":false,"returnType":"Number","description":"The distance of the axis title from the axis line. By default, this distance is computed from the offset width of the labels, the labels' distance from the axis and the title's margin. However when the offset option is set, it overrides all this.","deprecated":false},{"name":"exporting-buttons-contextButton--onclick","fullname":"exporting.buttons.contextButton.onclick","title":"onclick","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Function","description":"A click handler callback to use on the button directly instead of the popup menu.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-contextbutton-onclick/\" target=\"_blank\">Skip the menu and export the chart directly</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--onclick","fullname":"mapNavigation.buttons.zoomIn.onclick","title":"onclick","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Function","defaults":"","values":"","since":"","description":"Click handler for the button. Defaults to:\r\n<pre>function () {\r\n this.mapZoom(0.5);\r\n}</pre>","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--onclick","fullname":"mapNavigation.buttons.zoomOut.onclick","title":"onclick","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Function","defaults":"","values":"","since":"","description":"Click handler for the button. Defaults to:\r\n<pre>function () {\r\n this.mapZoom(2);\r\n}</pre>","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis--opposite","fullname":"yAxis.opposite","title":"opposite","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to display the axis on the opposite side of the normal. The normal is on the left side for vertical axes and bottom for horizontal, so the opposite sides will be right and top respectively.","deprecated":false},{"name":"xAxis--opposite","fullname":"xAxis.opposite","title":"opposite","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to display the axis on the opposite side of the normal. The normal is on the left side for vertical axes and bottom for horizontal, so the opposite sides will be right and top respectively.","deprecated":false},{"name":"colorAxis-labels--overflow","fullname":"colorAxis.labels.overflow","title":"overflow","parent":"colorAxis-labels","isParent":false,"returnType":"String","defaults":"justify","values":"[null, \"justify\"]","since":"","description":"How to handle overflowing labels on horizontal axis. Can be undefined or \"justify\". If \"justify\", labels will not render outside the plot area. If there is room to move it, it will be aligned to the edge, else it will be removed.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-dataLabels--overflow","fullname":"series<mapbubble>.dataLabels.overflow","title":"overflow","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-dataLabels--overflow","fullname":"plotOptions.series.dataLabels.overflow","title":"overflow","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-dataLabels--overflow","fullname":"series<map>.dataLabels.overflow","title":"overflow","parent":"series<map>-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis-labels--overflow","fullname":"xAxis.labels.overflow","title":"overflow","parent":"xAxis-labels","isParent":false,"returnType":"String","values":"[null, \"justify\"]","description":"How to handle overflowing labels on horizontal axis. Can be undefined or \"justify\". If \"justify\", labels will not render outside the plot area. If there is room to move it, it will be aligned to the edge, else it will be removed.","deprecated":true},{"name":"yAxis-labels--overflow","fullname":"yAxis.labels.overflow","title":"overflow","parent":"yAxis-labels","isParent":false,"returnType":"String","values":"[null, \"justify\"]","description":"How to handle overflowing labels on horizontal axis. Can be undefined or \"justify\". If \"justify\", labels will not render outside the plot area. If there is room to move it, it will be aligned to the edge, else it will be removed.","deprecated":true},{"name":"plotOptions-mapbubble-dataLabels--overflow","fullname":"plotOptions.mapbubble.dataLabels.overflow","title":"overflow","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-dataLabels--overflow","fullname":"plotOptions.map.dataLabels.overflow","title":"overflow","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-dataLabels--overflow","fullname":"series<mapline>.dataLabels.overflow","title":"overflow","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-dataLabels--overflow","fullname":"plotOptions.mapline.dataLabels.overflow","title":"overflow","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-dataLabels--overflow","fullname":"series<heatmap>.dataLabels.overflow","title":"overflow","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--overflow","fullname":"plotOptions.heatmap.dataLabels.overflow","title":"overflow","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"String","defaults":"justify","values":"[\"justify\", \"none\"]","description":"How to handle data labels that flow outside the plot area. The default is <code>justify</code>, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set <code>crop</code> to <code>false</code> and <code>overflow</code> to <code>\"none\"</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-dataLabels--padding","fullname":"series<mapline>.dataLabels.padding","title":"padding","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"legend--padding","fullname":"legend.padding","title":"padding","parent":"legend","isParent":false,"returnType":"Number","defaults":"8","description":"The inner padding of the legend box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">\r\n\t\t\t\tPadding and item margins demonstrated</a>","deprecated":false},{"name":"series<map>-dataLabels--padding","fullname":"series<map>.dataLabels.padding","title":"padding","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--padding","fullname":"plotOptions.series.dataLabels.padding","title":"padding","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--padding","fullname":"plotOptions.heatmap.dataLabels.padding","title":"padding","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--padding","fullname":"series<mapbubble>.dataLabels.padding","title":"padding","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--padding","fullname":"series<heatmap>.dataLabels.padding","title":"padding","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--padding","fullname":"plotOptions.map.dataLabels.padding","title":"padding","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--padding","fullname":"plotOptions.mapbubble.dataLabels.padding","title":"padding","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--padding","fullname":"plotOptions.mapline.dataLabels.padding","title":"padding","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"When either the <code>borderWidth</code> or the <code>backgroundColor</code> is set, this\t\tis the padding within the box.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-datalabels-box/\" target=\"_blank\">Data labels box options</a>","deprecated":false},{"name":"series<map>-data--path","fullname":"series<map>.data.path","title":"path","parent":"series<map>-data","isParent":false,"returnType":"String","defaults":"","values":"","since":"","description":"<p>For map and mapline series types, the SVG path for the shape. For compatibily with old IE, not all SVG path definitions are supported, but M, L and C operators are safe.</p>\r\n\r\n<p>To achieve a better separation between the structure and the data, it is recommended to use <code>mapData</code> to define that paths instead of defining them on the data points themselves.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/series/data-path/\" target=\"_blank\">Paths defined in data</a>","seeAlso":"","deprecated":false},{"name":"chart--plotBackgroundColor","fullname":"chart.plotBackgroundColor","title":"plotBackgroundColor","parent":"chart","isParent":false,"returnType":"Color","description":"The background color or gradient for the plot area.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-color/\" target=\"_blank\">Color</a>,\r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotbackgroundcolor-gradient/\" target=\"_blank\">gradient</a>","deprecated":false},{"name":"chart--plotBackgroundImage","fullname":"chart.plotBackgroundImage","title":"plotBackgroundImage","parent":"chart","isParent":false,"returnType":"String","description":"The URL for an image to use as the plot background. To set an image as the background for the entire chart, set a CSS background image to the container element. Note that for the image to be applied to exported charts, its URL needs to be accessible by the export server.","deprecated":false},{"name":"chart--plotBorderColor","fullname":"chart.plotBorderColor","title":"plotBorderColor","parent":"chart","isParent":false,"returnType":"Color","defaults":"#C0C0C0","description":"The color of the inner chart or plot area border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotborder/\" target=\"_blank\">Plot border options</a>","deprecated":false},{"name":"chart--plotBorderWidth","fullname":"chart.plotBorderWidth","title":"plotBorderWidth","parent":"chart","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the plot area border.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotborder/\" target=\"_blank\">Plot border options</a>","deprecated":false},{"name":"plotOptions","fullname":"plotOptions","title":"plotOptions","isParent":true,"description":"<p>The plotOptions is a wrapper object for config objects for each series type.\n\t\tThe config objects for each series can also be overridden for each series \n\t\titem as given in the series array.</p>\n\t\t<p>Configuration options for the series are given in three levels. Options\n\t\tfor all series in a chart are given in the <a class=\"internal\" href=\"#plotOptions.series\">plotOptions.series</a> object. Then options for all series\n\t\tof a specific type are given in the plotOptions of that type, for example plotOptions.line.\n\t\tNext, options for one single series are given in <a class=\"internal\" href=\"#series\">the \n\t\tseries array</a>.</p>"},{"name":"chart--plotShadow","fullname":"chart.plotShadow","title":"plotShadow","parent":"chart","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the plot area. Requires that plotBackgroundColor be set. Since 2.3 the shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/plotborder/\" target=\"_blank\">Plot border options</a>","deprecated":false},{"name":"plotOptions-mapbubble-point","fullname":"plotOptions.mapbubble.point","title":"point","parent":"plotOptions-mapbubble","isParent":true,"description":"Properties for each single point"},{"name":"series<heatmap>-point","fullname":"series<heatmap>.point","title":"point","parent":"series<heatmap>","isParent":true,"description":"Properties for each single point"},{"name":"plotOptions-mapline-point","fullname":"plotOptions.mapline.point","title":"point","parent":"plotOptions-mapline","isParent":true,"description":"Properties for each single point"},{"name":"series<mapbubble>-point","fullname":"series<mapbubble>.point","title":"point","parent":"series<mapbubble>","isParent":true,"description":"Properties for each single point"},{"name":"series<map>-point","fullname":"series<map>.point","title":"point","parent":"series<map>","isParent":true,"description":"Properties for each single point"},{"name":"series<mapline>-point","fullname":"series<mapline>.point","title":"point","parent":"series<mapline>","isParent":true,"description":"Properties for each single point"},{"name":"plotOptions-heatmap-point","fullname":"plotOptions.heatmap.point","title":"point","parent":"plotOptions-heatmap","isParent":true,"description":"Properties for each single point"},{"name":"plotOptions-series-point","fullname":"plotOptions.series.point","title":"point","parent":"plotOptions-series","isParent":true,"description":"Properties for each single point"},{"name":"plotOptions-map-point","fullname":"plotOptions.map.point","title":"point","parent":"plotOptions-map","isParent":true,"description":"Properties for each single point"},{"name":"plotOptions-series-tooltip--pointFormat","fullname":"plotOptions.series.tooltip.pointFormat","title":"pointFormat","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--pointFormat","fullname":"plotOptions.mapline.tooltip.pointFormat","title":"pointFormat","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--pointFormat","fullname":"plotOptions.heatmap.tooltip.pointFormat","title":"pointFormat","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--pointFormat","fullname":"series<mapbubble>.tooltip.pointFormat","title":"pointFormat","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-map-tooltip--pointFormat","fullname":"plotOptions.map.tooltip.pointFormat","title":"pointFormat","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<map>-tooltip--pointFormat","fullname":"series<map>.tooltip.pointFormat","title":"pointFormat","parent":"series<map>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--pointFormat","fullname":"plotOptions.mapbubble.tooltip.pointFormat","title":"pointFormat","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<mapline>-tooltip--pointFormat","fullname":"series<mapline>.tooltip.pointFormat","title":"pointFormat","parent":"series<mapline>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"tooltip--pointFormat","fullname":"tooltip.pointFormat","title":"pointFormat","parent":"tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"series<heatmap>-tooltip--pointFormat","fullname":"series<heatmap>.tooltip.pointFormat","title":"pointFormat","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"String","description":"<p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the <code>tooltip.valuePrefix</code> and <code>tooltip.valueSuffix</code> variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p>\r\n <p>For maps it defaults to <code>'{point.name}: {point.value}&lt;br/&gt;'</code></p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/format/\" target=\"_blank\">Format demo</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--pointFormatter","fullname":"plotOptions.mapbubble.tooltip.pointFormatter","title":"pointFormatter","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-tooltip--pointFormatter","fullname":"series<heatmap>.tooltip.pointFormatter","title":"pointFormatter","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-tooltip--pointFormatter","fullname":"plotOptions.series.tooltip.pointFormatter","title":"pointFormatter","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-tooltip--pointFormatter","fullname":"series<mapline>.tooltip.pointFormatter","title":"pointFormatter","parent":"series<mapline>-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap-tooltip--pointFormatter","fullname":"plotOptions.heatmap.tooltip.pointFormatter","title":"pointFormatter","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-tooltip--pointFormatter","fullname":"plotOptions.mapline.tooltip.pointFormatter","title":"pointFormatter","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-tooltip--pointFormatter","fullname":"plotOptions.map.tooltip.pointFormatter","title":"pointFormatter","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"tooltip--pointFormatter","fullname":"tooltip.pointFormatter","title":"pointFormatter","parent":"tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-tooltip--pointFormatter","fullname":"series<map>.tooltip.pointFormatter","title":"pointFormatter","parent":"series<map>-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-tooltip--pointFormatter","fullname":"series<mapbubble>.tooltip.pointFormatter","title":"pointFormatter","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"Function","context":"Point","defaults":"","values":"","since":"1.1.0","description":"A callback function for formatting the HTML output for a single point in the tooltip. Like the <code>pointFormat</code> string, but with more flexibility.","demo":"","seeAlso":"","deprecated":false},{"name":"chart-resetZoomButton--position","fullname":"chart.resetZoomButton.position","title":"position","parent":"chart-resetZoomButton","isParent":false,"returnType":"Object","description":"The position of the button. This is an object that can hold the properties <code>align</code>, <code>verticalAlign</code>, <code>x</code> and <code>y</code>.","deprecated":false},{"name":"drilldown-drillUpButton--position","fullname":"drilldown.drillUpButton.position","title":"position","parent":"drilldown-drillUpButton","isParent":false,"returnType":"Object","defaults":"","values":"","since":"3.0.8","description":"Positioning options for the button within the <code>relativeTo</code> box. Available properties are <code>x</code>, <code>y</code>, <code>align</code> and <code>verticalAlign</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"credits--position","fullname":"credits.position","title":"position","parent":"credits","isParent":false,"returnType":"Object","description":"Position configuration for the credits label. Supported properties are <code>align</code>, <code>verticalAlign</code>, <code>x</code> and <code>y</code>. Defaults to \r\n<pre>position: {\r\n\talign: 'right',\r\n\tx: -10,\r\n\tverticalAlign: 'bottom',\r\n\ty: -5\r\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/credits/customized/\" target=\"_blank\">Left aligned</a>","deprecated":false},{"name":"tooltip--positioner","fullname":"tooltip.positioner","title":"positioner","parent":"tooltip","isParent":false,"returnType":"Function","description":"<p>A callback function to place the tooltip in a default position. The callback receives three parameters: <code>labelWidth</code>, <code>labelHeight</code> and <code>point</code>, where point contains values for <code>plotX</code> and <code>plotY</code> telling where the reference point is in the plot area. Add <code>chart.plotLeft</code> and <code>chart.plotTop</code> to get the full coordinates.</p>\r\n\r\n<p>The return should be an object containing x and y values, for example <code>{ x: 100, y: 100 }</code>.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/positioner/\" target=\"_blank\">\r\n\t\t\t\tA fixed tooltip position</a>","deprecated":false},{"name":"lang--printChart","fullname":"lang.printChart","title":"printChart","parent":"lang","isParent":false,"returnType":"String","defaults":"Print chart","values":"","description":"Exporting module only. The text for the menu item to print the chart.","demo":"","seeAlso":"","deprecated":false},{"name":"chart-events--redraw","fullname":"chart.events.redraw","title":"redraw","parent":"chart-events","isParent":false,"returnType":"Function","context":"Chart","description":"Fires when the chart is redrawn, either after a call to chart.redraw() or after an axis, series or point is modified with the <code>redraw</code> option set to true. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/events-redraw/\" target=\"_blank\">Set subtitle on chart redraw</a>","deprecated":false},{"name":"chart--reflow","fullname":"chart.reflow","title":"reflow","parent":"chart","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to reflow the chart to fit the width of the container div on resizing the window.","demo":"Move the bar between the JavaScript frame and the Preview frame to see the effect: \r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/reflow-true/\" target=\"_blank\">True by default</a>, \r\n\t\t\t<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/reflow-false/\" target=\"_blank\">false</a>.","deprecated":false},{"name":"drilldown-drillUpButton--relativeTo","fullname":"drilldown.drillUpButton.relativeTo","title":"relativeTo","parent":"drilldown-drillUpButton","isParent":false,"returnType":"String","defaults":"plotBox","values":"","since":"3.0.8","description":"What box to align the button to. Can be either \"plotBox\" or \"spacingBox\".","demo":"","seeAlso":"","deprecated":false},{"name":"chart-resetZoomButton--relativeTo","fullname":"chart.resetZoomButton.relativeTo","title":"relativeTo","parent":"chart-resetZoomButton","isParent":false,"returnType":"String","defaults":"plot","values":"[\"plot\", \"chart\"]","description":"What frame the button should be placed related to. Can be either \"plot\" or \"chart\".","deprecated":false},{"name":"plotOptions-heatmap-point-events--remove","fullname":"plotOptions.heatmap.point.events.remove","title":"remove","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-map-point-events--remove","fullname":"plotOptions.map.point.events.remove","title":"remove","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<heatmap>-data-events--remove","fullname":"series<heatmap>.data.events.remove","title":"remove","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mappoint>-data-events--remove","fullname":"series<mappoint>.data.events.remove","title":"remove","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<map>-point-events--remove","fullname":"series<map>.point.events.remove","title":"remove","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapline>-point-events--remove","fullname":"series<mapline>.point.events.remove","title":"remove","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapbubble>-data-events--remove","fullname":"series<mapbubble>.data.events.remove","title":"remove","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapbubble>-point-events--remove","fullname":"series<mapbubble>.point.events.remove","title":"remove","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-mapbubble-point-events--remove","fullname":"plotOptions.mapbubble.point.events.remove","title":"remove","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<heatmap>-point-events--remove","fullname":"series<heatmap>.point.events.remove","title":"remove","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<map>-data-events--remove","fullname":"series<map>.data.events.remove","title":"remove","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-mapline-point-events--remove","fullname":"plotOptions.mapline.point.events.remove","title":"remove","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-series-point-events--remove","fullname":"plotOptions.series.point.events.remove","title":"remove","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is removed using the <code>.remove()</code> method. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"chart--renderTo","fullname":"chart.renderTo","title":"renderTo","parent":"chart","isParent":false,"returnType":"String|Object","description":"The HTML element where the chart will be rendered. If it is a string, the element by that id is used. The HTML element can also be passed by direct reference. The preferred way of adding a chart to a container is to use the jQuery plugin syntax.","deprecated":false},{"name":"lang--resetZoom","fullname":"lang.resetZoom","title":"resetZoom","parent":"lang","isParent":false,"returnType":"String","defaults":"Reset zoom","description":"The text for the label appearing when a chart is zoomed."},{"name":"chart-resetZoomButton","fullname":"chart.resetZoomButton","title":"resetZoomButton","parent":"chart","isParent":true,"description":"<p>The button that appears after a selection zoom, allowing the user to reset zoom. In Highmaps, the reset zoom button is rarely used, as the controls for mapNavigation are used instead.</p>\r\n\r\n<p>For live demos, see the <a href=\"/highcharts/#chart.resetZoomButton\">resetZoomButton options for basic Highcharts</a>.</p>","deprecated":false},{"name":"lang--resetZoomTitle","fullname":"lang.resetZoomTitle","title":"resetZoomTitle","parent":"lang","isParent":false,"returnType":"String","defaults":"Reset zoom level 1:1","description":"The tooltip title for the label appearing when a chart is zoomed."},{"name":"colorAxis--reversed","fullname":"colorAxis.reversed","title":"reversed","parent":"colorAxis","isParent":false,"returnType":"Boolean","defaults":"","values":"","since":"","description":"Whether to reverse the axis so that the highest number is closest to the origin. Defaults to <code>false</code> in a horizontal legend and <code>true</code> in a vertical legend, where the smallest value starts on top.","demo":"","seeAlso":"","deprecated":false},{"name":"legend--reversed","fullname":"legend.reversed","title":"reversed","parent":"legend","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to reverse the order of the legend items compared to the order of the series or data classes as defined in the configuration object.","seeAlso":"<a href=\"#series.legendIndex\">series.legendIndex</a>","deprecated":false},{"name":"yAxis--reversed","fullname":"yAxis.reversed","title":"reversed","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to reverse the axis so that the highest number is closest to the origin. ","deprecated":false},{"name":"xAxis--reversed","fullname":"xAxis.reversed","title":"reversed","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to reverse the axis so that the highest number is closest to the origin. ","deprecated":false},{"name":"colorAxis-labels--rotation","fullname":"colorAxis.labels.rotation","title":"rotation","parent":"colorAxis-labels","isParent":false,"returnType":"Number","defaults":"0","description":"Rotation of the labels in degrees.","deprecated":false},{"name":"plotOptions-series-dataLabels--rotation","fullname":"plotOptions.series.dataLabels.rotation","title":"rotation","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"series<mapbubble>-dataLabels--rotation","fullname":"series<mapbubble>.dataLabels.rotation","title":"rotation","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"yAxis-title--rotation","fullname":"yAxis.title.rotation","title":"rotation","parent":"yAxis-title","isParent":false,"returnType":"Number","defaults":"270","description":"The rotation of the text in degrees. 0 is horizontal, 270 is vertical reading from bottom to top.","deprecated":false},{"name":"plotOptions-map-dataLabels--rotation","fullname":"plotOptions.map.dataLabels.rotation","title":"rotation","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--rotation","fullname":"plotOptions.mapbubble.dataLabels.rotation","title":"rotation","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"series<heatmap>-dataLabels--rotation","fullname":"series<heatmap>.dataLabels.rotation","title":"rotation","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--rotation","fullname":"plotOptions.mapline.dataLabels.rotation","title":"rotation","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"xAxis-labels--rotation","fullname":"xAxis.labels.rotation","title":"rotation","parent":"xAxis-labels","isParent":false,"returnType":"Number","defaults":"0","description":"Rotation of the labels in degrees.","deprecated":false},{"name":"yAxis-labels--rotation","fullname":"yAxis.labels.rotation","title":"rotation","parent":"yAxis-labels","isParent":false,"returnType":"Number","defaults":"0","description":"Rotation of the labels in degrees.","deprecated":false},{"name":"series<mapline>-dataLabels--rotation","fullname":"series<mapline>.dataLabels.rotation","title":"rotation","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--rotation","fullname":"plotOptions.heatmap.dataLabels.rotation","title":"rotation","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"series<map>-dataLabels--rotation","fullname":"series<map>.dataLabels.rotation","title":"rotation","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.","deprecated":false},{"name":"xAxis-title--rotation","fullname":"xAxis.title.rotation","title":"rotation","parent":"xAxis-title","isParent":false,"returnType":"Number","defaults":"0","description":"The rotation of the text in degrees. 0 is horizontal, 270 is vertical reading from bottom to top.","deprecated":false},{"name":"series<heatmap>--rowsize","fullname":"series<heatmap>.rowsize","title":"rowsize","parent":"series<heatmap>","isParent":false,"returnType":"Number","defaults":"1","description":"The row size - how many Y axis units each heatmap row should span.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/heatmap/\" target=\"_blank\">1 by default</a>","deprecated":false},{"name":"plotOptions-heatmap--rowsize","fullname":"plotOptions.heatmap.rowsize","title":"rowsize","parent":"plotOptions-heatmap","isParent":false,"returnType":"Number","defaults":"1","description":"The row size - how many Y axis units each heatmap row should span.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/heatmap/\" target=\"_blank\">1 by default</a>","deprecated":false},{"name":"legend--rtl","fullname":"legend.rtl","title":"rtl","parent":"legend","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to show the symbol on the right side of the text rather than the left side. This is common in Arabic and Hebraic.","deprecated":false},{"name":"exporting--scale","fullname":"exporting.scale","title":"scale","parent":"exporting","isParent":false,"returnType":"Number","defaults":"2","description":"Defines the scale or zoom factor for the exported image compared to the on-screen display. While for instance a 600px wide chart may look good on a website, it will look bad in print. The default scale of 2 makes this chart export to a 1200px PNG or JPG. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/exporting/scale/\" target=\"_blank\">Scale demonstrated</a>","seeAlso":"<a href=\"#chart.width\">chart.width</a>, <a href=\"#exporting.sourceWidth\">exporting.sourceWidth</a>","deprecated":false},{"name":"plotOptions-series-states-select","fullname":"plotOptions.series.states.select","title":"select","parent":"plotOptions-series-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"series<map>-data-events--select","fullname":"series<map>.data.events.select","title":"select","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<heatmap>-data-events--select","fullname":"series<heatmap>.data.events.select","title":"select","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-mapbubble-states-select","fullname":"plotOptions.mapbubble.states.select","title":"select","parent":"plotOptions-mapbubble-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"series<map>-states-select","fullname":"series<map>.states.select","title":"select","parent":"series<map>-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"plotOptions-mapline-point-events--select","fullname":"plotOptions.mapline.point.events.select","title":"select","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-series-point-events--select","fullname":"plotOptions.series.point.events.select","title":"select","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<heatmap>-point-events--select","fullname":"series<heatmap>.point.events.select","title":"select","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mapline>-states-select","fullname":"series<mapline>.states.select","title":"select","parent":"series<mapline>-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"series<mapbubble>-data-events--select","fullname":"series<mapbubble>.data.events.select","title":"select","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<heatmap>-states-select","fullname":"series<heatmap>.states.select","title":"select","parent":"series<heatmap>-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"series<mapline>-point-events--select","fullname":"series<mapline>.point.events.select","title":"select","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-heatmap-states-select","fullname":"plotOptions.heatmap.states.select","title":"select","parent":"plotOptions-heatmap-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"plotOptions-mapbubble-point-events--select","fullname":"plotOptions.mapbubble.point.events.select","title":"select","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mapbubble>-point-events--select","fullname":"series<mapbubble>.point.events.select","title":"select","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<map>-point-events--select","fullname":"series<map>.point.events.select","title":"select","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-map-states-select","fullname":"plotOptions.map.states.select","title":"select","parent":"plotOptions-map-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"plotOptions-mapline-states-select","fullname":"plotOptions.mapline.states.select","title":"select","parent":"plotOptions-mapline-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"plotOptions-map-point-events--select","fullname":"plotOptions.map.point.events.select","title":"select","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-heatmap-point-events--select","fullname":"plotOptions.heatmap.point.events.select","title":"select","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mappoint>-data-events--select","fullname":"series<mappoint>.data.events.select","title":"select","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is selected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mapbubble>-states-select","fullname":"series<mapbubble>.states.select","title":"select","parent":"series<mapbubble>-states","isParent":true,"returnType":"Object","description":"Specific options for point in selected states, after being selected by <a href=\"#plotOptions.series.allowPointSelect\">allowPointSelect</a> or programmatically. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Allow point select demo</a>","deprecated":false},{"name":"plotOptions-mapline--selected","fullname":"plotOptions.mapline.selected","title":"selected","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"series<mapbubble>--selected","fullname":"series<mapbubble>.selected","title":"selected","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"plotOptions-series--selected","fullname":"plotOptions.series.selected","title":"selected","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"series<heatmap>--selected","fullname":"series<heatmap>.selected","title":"selected","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"series<map>--selected","fullname":"series<map>.selected","title":"selected","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"plotOptions-map--selected","fullname":"plotOptions.map.selected","title":"selected","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"plotOptions-heatmap--selected","fullname":"plotOptions.heatmap.selected","title":"selected","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"plotOptions-mapbubble--selected","fullname":"plotOptions.mapbubble.selected","title":"selected","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"series<mapline>--selected","fullname":"series<mapline>.selected","title":"selected","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to select the series initially. If <code>showCheckbox</code> is true, the checkbox next to the series name will be checked for a selected series.","deprecated":false},{"name":"chart-events--selection","fullname":"chart.events.selection","title":"selection","parent":"chart-events","isParent":false,"returnType":"Function","description":"<p>Fires when an area of the chart has been selected. Selection is enabled by setting the chart's zoomType. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts. The default action for the selection event is to zoom the chart to the selected area. It can be prevented by calling <code>event.preventDefault()</code>.</p> <p>Information on the selected area can be found through <code>event.xAxis</code> and <code>event.yAxis</code>, which are arrays containing the axes of each dimension and each axis' min and max values. The primary axes are <code>event.xAxis[0]</code> and <code>event.yAxis[0]</code>. Remember the unit of a datetime axis is milliseconds since 1970-01-01 00:00:00.</p> \r\n<pre>selection: function(event) {\r\n\t// log the min and max of the primary, datetime x-axis\r\n\tconsole.log(\r\n\t\tHighcharts.dateFormat('%Y-%m-%d %H:%M:%S', event.xAxis[0].min),\r\n\t\tHighcharts.dateFormat('%Y-%m-%d %H:%M:%S', event.xAxis[0].max)\r\n\t);\r\n\t// log the min and max of the y axis\r\n\tconsole.log(event.yAxis[0].min, event.yAxis[0].max);\r\n}</pre>","deprecated":false},{"name":"chart--selectionMarkerFill","fullname":"chart.selectionMarkerFill","title":"selectionMarkerFill","parent":"chart","isParent":false,"returnType":"Color","defaults":"rgba(69,114,167,0.25)","description":"The background color of the marker square when selecting (zooming in on) an area of the chart.","deprecated":false},{"name":"series","fullname":"series","title":"series","isParent":true,"returnType":"Array<Object>","description":"The actual series to append to the chart. In addition to \r\n\tthe members listed below, any member of the <code>plotOptions</code> for that specific\r\n\ttype of plot can be added to a series individually. ","deprecated":false},{"name":"drilldown--series","fullname":"drilldown.series","title":"series","parent":"drilldown","isParent":false,"returnType":"Array<Object>","since":"3.0.8","description":"An array of series configurations for the drill down. Each series configuration uses the same syntax as the <a href=\"#series\">series</a> option set. These drilldown series are hidden by default. The drilldown series is linked to the parent series' point by its <code>id</code>.","deprecated":false},{"name":"plotOptions-series","fullname":"plotOptions.series","title":"series","parent":"plotOptions","isParent":true,"description":"<p>General options for all series types.</p>"},{"name":"series<heatmap>","fullname":"series<heatmap>","title":"series<heatmap>","isParent":true,"returnType":"Array<Object>","description":"<p>A <code>heatmap</code> series. If the <a href=\"#series<heatmap>.type\">type</a> option is not specified, it is inherited from <a href=\"#chart.type\">chart.type</a>.</p>\r\n\r\n<p>For options that apply to multiple series, it is recommended to add them to the <a href=\"#pointOptions.series\">pointOptions.series</a> options structure. To apply to all series of this specific type, apply it to <a href=\"#plotOptions.heatmap\">plotOptions.heatmap</a>.</p>","deprecated":false},{"name":"series<map>","fullname":"series<map>","title":"series<map>","isParent":true,"returnType":"Array<Object>","description":"<p>A <code>map</code> series. If the <a href=\"#series<map>.type\">type</a> option is not specified, it is inherited from <a href=\"#chart.type\">chart.type</a>.</p>\r\n\r\n<p>For options that apply to multiple series, it is recommended to add them to the <a href=\"#pointOptions.series\">pointOptions.series</a> options structure. To apply to all series of this specific type, apply it to <a href=\"#plotOptions.map\">plotOptions.map</a>.</p>","deprecated":false},{"name":"series<mapbubble>","fullname":"series<mapbubble>","title":"series<mapbubble>","isParent":true,"returnType":"Array<Object>","description":"<p>A <code>mapbubble</code> series. If the <a href=\"#series<mapbubble>.type\">type</a> option is not specified, it is inherited from <a href=\"#chart.type\">chart.type</a>.</p>\r\n\r\n<p>For options that apply to multiple series, it is recommended to add them to the <a href=\"#pointOptions.series\">pointOptions.series</a> options structure. To apply to all series of this specific type, apply it to <a href=\"#plotOptions.mapbubble\">plotOptions.mapbubble</a>.</p>","deprecated":false},{"name":"series<mapline>","fullname":"series<mapline>","title":"series<mapline>","isParent":true,"returnType":"Array<Object>","description":"<p>A <code>mapline</code> series. If the <a href=\"#series<mapline>.type\">type</a> option is not specified, it is inherited from <a href=\"#chart.type\">chart.type</a>.</p>\r\n\r\n<p>For options that apply to multiple series, it is recommended to add them to the <a href=\"#pointOptions.series\">pointOptions.series</a> options structure. To apply to all series of this specific type, apply it to <a href=\"#plotOptions.mapline\">plotOptions.mapline</a>.</p>","deprecated":false},{"name":"series<mappoint>","fullname":"series<mappoint>","title":"series<mappoint>","isParent":true,"returnType":"Array<Object>","description":"<p>A <code>mappoint</code> series. If the <a href=\"#series<mappoint>.type\">type</a> option is not specified, it is inherited from <a href=\"#chart.type\">chart.type</a>.</p>\r\n\r\n<p>For options that apply to multiple series, it is recommended to add them to the <a href=\"#pointOptions.series\">pointOptions.series</a> options structure. To apply to all series of this specific type, apply it to <a href=\"#plotOptions.mappoint\">plotOptions.mappoint</a>.</p>","deprecated":false},{"name":"yAxis-events--setExtremes","fullname":"yAxis.events.setExtremes","title":"setExtremes","parent":"yAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"<p>Fires when the minimum and maximum is set for the axis, either by calling the <code>.setExtremes()</code> method or by selecting an area in the chart. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.</p>\r\n\r\n<p>The new user set minimum and maximum values can be found by <code>event.min</code> and <code>event.max</code>. When an axis is zoomed all the way out from the \"Reset zoom\" button, <code>event.min</code> and <code>event.max</code> are null, and the new extremes are set based on <code>this.dataMin</code> and <code>this.dataMax</code>.</p>","deprecated":false},{"name":"colorAxis-events--setExtremes","fullname":"colorAxis.events.setExtremes","title":"setExtremes","parent":"colorAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"<p>Fires when the minimum and maximum is set for the axis, either by calling the <code>.setExtremes()</code> method or by selecting an area in the chart. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.</p>\r\n\r\n<p>The new user set minimum and maximum values can be found by <code>event.min</code> and <code>event.max</code>. When an axis is zoomed all the way out from the \"Reset zoom\" button, <code>event.min</code> and <code>event.max</code> are null, and the new extremes are set based on <code>this.dataMin</code> and <code>this.dataMax</code>.</p>","deprecated":false},{"name":"xAxis-events--setExtremes","fullname":"xAxis.events.setExtremes","title":"setExtremes","parent":"xAxis-events","isParent":false,"returnType":"Function","context":"Axis","description":"<p>Fires when the minimum and maximum is set for the axis, either by calling the <code>.setExtremes()</code> method or by selecting an area in the chart. One parameter, <code>event</code>, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.</p>\r\n\r\n<p>The new user set minimum and maximum values can be found by <code>event.min</code> and <code>event.max</code>. When an axis is zoomed all the way out from the \"Reset zoom\" button, <code>event.min</code> and <code>event.max</code> are null, and the new extremes are set based on <code>this.dataMin</code> and <code>this.dataMax</code>.</p>","deprecated":false},{"name":"series<mapline>--shadow","fullname":"series<mapline>.shadow","title":"shadow","parent":"series<mapline>","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"chart--shadow","fullname":"chart.shadow","title":"shadow","parent":"chart","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the outer chart area. Requires that \r\n backgroundColor be set. Since 2.3 the shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/border/\" target=\"_blank\">Chart border and shadow</a>","seeAlso":"","deprecated":false},{"name":"plotOptions-series-dataLabels--shadow","fullname":"plotOptions.series.dataLabels.shadow","title":"shadow","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"tooltip--shadow","fullname":"tooltip.shadow","title":"shadow","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to apply a drop shadow to the tooltip.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/positioner/\" target=\"_blank\">Fixed tooltip position, border and shadow disabled</a>","deprecated":false},{"name":"plotOptions-mapbubble--shadow","fullname":"plotOptions.mapbubble.shadow","title":"shadow","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<mapbubble>--shadow","fullname":"series<mapbubble>.shadow","title":"shadow","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--shadow","fullname":"plotOptions.mapline.dataLabels.shadow","title":"shadow","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"legend--shadow","fullname":"legend.shadow","title":"shadow","parent":"legend","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the legend. A <code>backgroundColor</code>\r\n also needs to be applied for this to take effect. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/border-background/\" target=\"_blank\">Border and background options</a>","deprecated":false},{"name":"series<map>--shadow","fullname":"series<map>.shadow","title":"shadow","parent":"series<map>","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-heatmap--shadow","fullname":"plotOptions.heatmap.shadow","title":"shadow","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-series--shadow","fullname":"plotOptions.series.shadow","title":"shadow","parent":"plotOptions-series","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<heatmap>-dataLabels--shadow","fullname":"series<heatmap>.dataLabels.shadow","title":"shadow","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-map-dataLabels--shadow","fullname":"plotOptions.map.dataLabels.shadow","title":"shadow","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-map--shadow","fullname":"plotOptions.map.shadow","title":"shadow","parent":"plotOptions-map","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-mapline--shadow","fullname":"plotOptions.mapline.shadow","title":"shadow","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<heatmap>--shadow","fullname":"series<heatmap>.shadow","title":"shadow","parent":"series<heatmap>","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"Whether to apply a drop shadow to the shapes. The shadow can be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<map>-dataLabels--shadow","fullname":"series<map>.dataLabels.shadow","title":"shadow","parent":"series<map>-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--shadow","fullname":"plotOptions.heatmap.dataLabels.shadow","title":"shadow","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<mapline>-dataLabels--shadow","fullname":"series<mapline>.dataLabels.shadow","title":"shadow","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<mapbubble>-dataLabels--shadow","fullname":"series<mapbubble>.dataLabels.shadow","title":"shadow","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--shadow","fullname":"plotOptions.mapbubble.dataLabels.shadow","title":"shadow","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Boolean|Object","defaults":"false","description":"The shadow of the box. Works best with <code>borderWidth</code> or <code>backgroundColor</code>. The shadow can also be an object configuration containing <code>color</code>, <code>offsetX</code>, <code>offsetY</code>, <code>opacity</code> and <code>width</code>.","deprecated":false},{"name":"series<mapline>-dataLabels--shape","fullname":"series<mapline>.dataLabels.shape","title":"shape","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--shape","fullname":"plotOptions.mapbubble.dataLabels.shape","title":"shape","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"plotOptions-series-dataLabels--shape","fullname":"plotOptions.series.dataLabels.shape","title":"shape","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"series<heatmap>-dataLabels--shape","fullname":"series<heatmap>.dataLabels.shape","title":"shape","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--shape","fullname":"plotOptions.mapline.dataLabels.shape","title":"shape","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--shape","fullname":"plotOptions.heatmap.dataLabels.shape","title":"shape","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"plotOptions-map-dataLabels--shape","fullname":"plotOptions.map.dataLabels.shape","title":"shape","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"series<map>-dataLabels--shape","fullname":"series<map>.dataLabels.shape","title":"shape","parent":"series<map>-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--shape","fullname":"series<mapbubble>.dataLabels.shape","title":"shape","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"String","defaults":"square","since":"1.1.2","description":"The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-shape/\" target=\"_blank\">A callout for annotations (Highcharts demo)</a>","deprecated":false},{"name":"lang--shortMonths","fullname":"lang.shortMonths","title":"shortMonths","parent":"lang","isParent":false,"returnType":"Array<String>","defaults":"[ \"Jan\" , \"Feb\" , \"Mar\" , \"Apr\" , \"May\" , \"Jun\" , \"Jul\" , \"Aug\" , \"Sep\" , \"Oct\" , \"Nov\" , \"Dec\"]","description":"An array containing the months names in abbreviated form. Corresponds to the \r <code>%b</code> format in <code>Highcharts.dateFormat()</code>. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-events--show","fullname":"plotOptions.map.events.show","title":"show","parent":"plotOptions-map-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"plotOptions-mapbubble-events--show","fullname":"plotOptions.mapbubble.events.show","title":"show","parent":"plotOptions-mapbubble-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"series<heatmap>-events--show","fullname":"series<heatmap>.events.show","title":"show","parent":"series<heatmap>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"plotOptions-series-events--show","fullname":"plotOptions.series.events.show","title":"show","parent":"plotOptions-series-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"plotOptions-mapline-events--show","fullname":"plotOptions.mapline.events.show","title":"show","parent":"plotOptions-mapline-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"series<mapline>-events--show","fullname":"series<mapline>.events.show","title":"show","parent":"series<mapline>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"series<map>-events--show","fullname":"series<map>.events.show","title":"show","parent":"series<map>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"series<mapbubble>-events--show","fullname":"series<mapbubble>.events.show","title":"show","parent":"series<mapbubble>-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"plotOptions-heatmap-events--show","fullname":"plotOptions.heatmap.events.show","title":"show","parent":"plotOptions-heatmap-events","isParent":false,"returnType":"Function","context":"Series","description":"Fires when the series is shown after chart generation time, either by clicking the legend item or by calling <code>.show()</code>.","deprecated":false},{"name":"series<mapline>--showCheckbox","fullname":"series<mapline>.showCheckbox","title":"showCheckbox","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-mapbubble--showCheckbox","fullname":"plotOptions.mapbubble.showCheckbox","title":"showCheckbox","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-series--showCheckbox","fullname":"plotOptions.series.showCheckbox","title":"showCheckbox","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-heatmap--showCheckbox","fullname":"plotOptions.heatmap.showCheckbox","title":"showCheckbox","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<heatmap>--showCheckbox","fullname":"series<heatmap>.showCheckbox","title":"showCheckbox","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-mapline--showCheckbox","fullname":"plotOptions.mapline.showCheckbox","title":"showCheckbox","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-map--showCheckbox","fullname":"plotOptions.map.showCheckbox","title":"showCheckbox","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<map>--showCheckbox","fullname":"series<map>.showCheckbox","title":"showCheckbox","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<mapbubble>--showCheckbox","fullname":"series<mapbubble>.showCheckbox","title":"showCheckbox","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"false","description":"If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the <code>selected</code> option. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"loading--showDuration","fullname":"loading.showDuration","title":"showDuration","parent":"loading","isParent":false,"returnType":"Number","defaults":"100","description":"The duration in milliseconds of the fade in effect.","deprecated":false},{"name":"xAxis--showEmpty","fullname":"xAxis.showEmpty","title":"showEmpty","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to show the axis line and title when the axis has no data. By default Highmaps X and Y axis don't have visible line and title regardless.","deprecated":false},{"name":"yAxis--showEmpty","fullname":"yAxis.showEmpty","title":"showEmpty","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to show the axis line and title when the axis has no data. By default Highmaps X and Y axis don't have visible line and title regardless.","deprecated":false},{"name":"xAxis--showFirstLabel","fullname":"xAxis.showFirstLabel","title":"showFirstLabel","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the first tick label.","deprecated":false},{"name":"colorAxis--showFirstLabel","fullname":"colorAxis.showFirstLabel","title":"showFirstLabel","parent":"colorAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the first tick label.","deprecated":false},{"name":"yAxis--showFirstLabel","fullname":"yAxis.showFirstLabel","title":"showFirstLabel","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the first tick label.","deprecated":false},{"name":"plotOptions-mapbubble--showInLegend","fullname":"plotOptions.mapbubble.showInLegend","title":"showInLegend","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-heatmap--showInLegend","fullname":"plotOptions.heatmap.showInLegend","title":"showInLegend","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<heatmap>--showInLegend","fullname":"series<heatmap>.showInLegend","title":"showInLegend","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<map>--showInLegend","fullname":"series<map>.showInLegend","title":"showInLegend","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<mapline>--showInLegend","fullname":"series<mapline>.showInLegend","title":"showInLegend","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-mapline--showInLegend","fullname":"plotOptions.mapline.showInLegend","title":"showInLegend","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-map--showInLegend","fullname":"plotOptions.map.showInLegend","title":"showInLegend","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"plotOptions-series--showInLegend","fullname":"plotOptions.series.showInLegend","title":"showInLegend","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"series<mapbubble>--showInLegend","fullname":"series<mapbubble>.showInLegend","title":"showInLegend","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to display this particular series or series type in the legend. Note that if a colorAxis is defined, the color axis is represented in the legend, not the series.","deprecated":false},{"name":"colorAxis--showLastLabel","fullname":"colorAxis.showLastLabel","title":"showLastLabel","parent":"colorAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the last tick label.","deprecated":false},{"name":"yAxis--showLastLabel","fullname":"yAxis.showLastLabel","title":"showLastLabel","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the last tick label.","deprecated":false},{"name":"xAxis--showLastLabel","fullname":"xAxis.showLastLabel","title":"showLastLabel","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"If labels are enabled, whether to show the last tick label.","deprecated":false},{"name":"plotOptions-mapbubble--sizeBy","fullname":"plotOptions.mapbubble.sizeBy","title":"sizeBy","parent":"plotOptions-mapbubble","isParent":false,"returnType":"String","defaults":"area","values":"[\"area\", \"width\"]","description":"Whether the bubble's value should be represented by the area or the width of the bubble. The default, <code>area</code>, corresponds best to the human perception of the size of each bubble. ","deprecated":false},{"name":"series<mapbubble>--sizeBy","fullname":"series<mapbubble>.sizeBy","title":"sizeBy","parent":"series<mapbubble>","isParent":false,"returnType":"String","defaults":"area","values":"[\"area\", \"width\"]","description":"Whether the bubble's value should be represented by the area or the width of the bubble. The default, <code>area</code>, corresponds best to the human perception of the size of each bubble. ","deprecated":false},{"name":"plotOptions-mapbubble--sizeByAbsoluteValue","fullname":"plotOptions.mapbubble.sizeByAbsoluteValue","title":"sizeByAbsoluteValue","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","context":"","defaults":"false","values":"","since":"1.1.9","description":"When this is true, the absolute value of z determines the size of the bubble. This means that with the default <code>zThreshold</code> of 0, a bubble of value -1 will have the same size as a bubble of value 1, while a bubble of value 0 will have a smaller size according to <code>minSize</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-sizebyabsolutevalue/\" target=\"_blank\">Size by absolute value, various thresholds</a>.","seeAlso":"","deprecated":false},{"name":"series<mapbubble>--sizeByAbsoluteValue","fullname":"series<mapbubble>.sizeByAbsoluteValue","title":"sizeByAbsoluteValue","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","context":"","defaults":"false","values":"","since":"1.1.9","description":"When this is true, the absolute value of z determines the size of the bubble. This means that with the default <code>zThreshold</code> of 0, a bubble of value -1 will have the same size as a bubble of value 1, while a bubble of value 0 will have a smaller size according to <code>minSize</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-sizebyabsolutevalue/\" target=\"_blank\">Size by absolute value, various thresholds</a>.","seeAlso":"","deprecated":false},{"name":"exporting--sourceHeight","fullname":"exporting.sourceHeight","title":"sourceHeight","parent":"exporting","isParent":false,"returnType":"Number","defaults":"","values":"","description":"Analogous to <a href=\"#exporting.sourceWidth\">sourceWidth</a>","demo":"","seeAlso":"","deprecated":false},{"name":"exporting--sourceWidth","fullname":"exporting.sourceWidth","title":"sourceWidth","parent":"exporting","isParent":false,"returnType":"Number","description":"The width of the original chart when exported, unless an explicit <a href=\"#chart.width\">chart.width</a> is set. The width exported raster image is then multiplied by <a href=\"#exporting.scale\">scale</a>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/exporting/sourcewidth/\" target=\"_blank\">Source size demo</a>","deprecated":false},{"name":"chart--spacing","fullname":"chart.spacing","title":"spacing","parent":"chart","isParent":false,"returnType":"Array<Number>","defaults":"[10, 10, 15, 10]","values":"","description":"The distance between the outer edge of the chart and the content, like title and legend. The numbers in the array designate top, right, bottom and left respectively. Use the options spacingTop, spacingRight, spacingBottom and spacingLeft options for shorthand setting of one option.","demo":"","seeAlso":"<a href=\"#chart.margin\">chart.margin</a>","deprecated":false},{"name":"chart--spacingBottom","fullname":"chart.spacingBottom","title":"spacingBottom","parent":"chart","isParent":false,"returnType":"Number","defaults":"15","description":"<p>The space between the bottom edge of the chart and the content (plot area, title, subtitle or \r\n legend in top position).</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/spacing/\" target=\"_blank\">Spacing 100 all around</a>.","deprecated":false},{"name":"chart--spacingLeft","fullname":"chart.spacingLeft","title":"spacingLeft","parent":"chart","isParent":false,"returnType":"Number","defaults":"10","description":"<p>The space between the left edge of the chart and the content (plot area,title, subtitle or \r\n legend in top position).</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/spacing/\" target=\"_blank\">Spacing 100 all around</a>.","deprecated":false},{"name":"chart--spacingRight","fullname":"chart.spacingRight","title":"spacingRight","parent":"chart","isParent":false,"returnType":"Number","defaults":"10","description":"<p>The space between the right edge of the chart and the content (plot area, title, subtitle or \r\n legend in top position).</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/spacing/\" target=\"_blank\">Spacing 100 all around</a>","deprecated":false},{"name":"chart--spacingTop","fullname":"chart.spacingTop","title":"spacingTop","parent":"chart","isParent":false,"returnType":"Number","defaults":"10","description":"<p>The space between the top edge of the chart and the content (plot area, title, subtitle or \r\n legend in top position).</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/spacing/\" target=\"_blank\">Spacing 100 all around</a>.","deprecated":false},{"name":"yAxis-labels--staggerLines","fullname":"yAxis.labels.staggerLines","title":"staggerLines","parent":"yAxis-labels","isParent":false,"returnType":"Number","description":"Horizontal axes only. The number of lines to spread the labels over to make room or tighter labels. .","deprecated":false},{"name":"colorAxis-labels--staggerLines","fullname":"colorAxis.labels.staggerLines","title":"staggerLines","parent":"colorAxis-labels","isParent":false,"returnType":"Number","description":"Horizontal axes only. The number of lines to spread the labels over to make room or tighter labels. .","deprecated":false},{"name":"xAxis-labels--staggerLines","fullname":"xAxis.labels.staggerLines","title":"staggerLines","parent":"xAxis-labels","isParent":false,"returnType":"Number","description":"Horizontal axes only. The number of lines to spread the labels over to make room or tighter labels. .","deprecated":false},{"name":"yAxis--startOnTick","fullname":"yAxis.startOnTick","title":"startOnTick","parent":"yAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to force the axis to start on a tick. Use this option with the <code>minPadding</code> option to control the axis start.","deprecated":false},{"name":"xAxis--startOnTick","fullname":"xAxis.startOnTick","title":"startOnTick","parent":"xAxis","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to force the axis to start on a tick. Use this option with the <code>minPadding</code> option to control the axis start.","deprecated":false},{"name":"colorAxis--startOnTick","fullname":"colorAxis.startOnTick","title":"startOnTick","parent":"colorAxis","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to force the axis to start on a tick. Use this option with the <code>maxPadding</code> option to control the axis start. ","deprecated":false},{"name":"series<heatmap>-states","fullname":"series<heatmap>.states","title":"states","parent":"series<heatmap>","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"plotOptions-heatmap-states","fullname":"plotOptions.heatmap.states","title":"states","parent":"plotOptions-heatmap","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"series<map>-states","fullname":"series<map>.states","title":"states","parent":"series<map>","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"plotOptions-map-states","fullname":"plotOptions.map.states","title":"states","parent":"plotOptions-map","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"series<mapline>-states","fullname":"series<mapline>.states","title":"states","parent":"series<mapline>","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"series<mapbubble>-states","fullname":"series<mapbubble>.states","title":"states","parent":"series<mapbubble>","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"plotOptions-series-states","fullname":"plotOptions.series.states","title":"states","parent":"plotOptions-series","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"plotOptions-mapline-states","fullname":"plotOptions.mapline.states","title":"states","parent":"plotOptions-mapline","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"plotOptions-mapbubble-states","fullname":"plotOptions.mapbubble.states","title":"states","parent":"plotOptions-mapbubble","isParent":true,"returnType":"plotOptions.series.states","description":"A wrapper object for all the series options in specific states.","demo":"","deprecated":false},{"name":"xAxis-labels--step","fullname":"xAxis.labels.step","title":"step","parent":"xAxis-labels","isParent":false,"returnType":"Number","description":"To show only every <em>n</em>'th label on the axis, set the step to <em>n</em>. Setting the step to 2 shows every other label.","deprecated":false},{"name":"yAxis-labels--step","fullname":"yAxis.labels.step","title":"step","parent":"yAxis-labels","isParent":false,"returnType":"Number","description":"To show only every <em>n</em>'th label on the axis, set the step to <em>n</em>. Setting the step to 2 shows every other label.","deprecated":false},{"name":"colorAxis-labels--step","fullname":"colorAxis.labels.step","title":"step","parent":"colorAxis-labels","isParent":false,"returnType":"Number","description":"To show only every <em>n</em>'th label on the axis, set the step to <em>n</em>. Setting the step to 2 shows every other label.","deprecated":false},{"name":"series<map>--stickyTracking","fullname":"series<map>.stickyTracking","title":"stickyTracking","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"plotOptions-map--stickyTracking","fullname":"plotOptions.map.stickyTracking","title":"stickyTracking","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"series<heatmap>--stickyTracking","fullname":"series<heatmap>.stickyTracking","title":"stickyTracking","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"series<mapbubble>--stickyTracking","fullname":"series<mapbubble>.stickyTracking","title":"stickyTracking","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"plotOptions-mapbubble--stickyTracking","fullname":"plotOptions.mapbubble.stickyTracking","title":"stickyTracking","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"series<mapline>--stickyTracking","fullname":"series<mapline>.stickyTracking","title":"stickyTracking","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"plotOptions-series--stickyTracking","fullname":"plotOptions.series.stickyTracking","title":"stickyTracking","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"plotOptions-mapline--stickyTracking","fullname":"plotOptions.mapline.stickyTracking","title":"stickyTracking","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"plotOptions-heatmap--stickyTracking","fullname":"plotOptions.heatmap.stickyTracking","title":"stickyTracking","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"false","description":"Sticky tracking of mouse events. When true, the <code>mouseOut</code> event\r\n on a series isn't triggered until the mouse moves over another series, or out\r\n of the plot area. When false, the <code>mouseOut</code> event on a series is\r\n triggered when the mouse leaves the area around the series' graph or markers.\r\n This also implies the tooltip. When <code>stickyTracking</code> is false and <code>tooltip.shared</code> is false, the \r\n tooltip will be hidden when moving the mouse between series. ","deprecated":false},{"name":"colorAxis--stops","fullname":"colorAxis.stops","title":"stops","parent":"colorAxis","isParent":false,"returnType":"Array<Array>","description":"Color stops for the gradient of a scalar color axis. Use this in cases where a linear gradient between a <code>minColor</code> and <code>maxColor</code> is not sufficient. The stops is an array of tuples, where the first item is a float between 0 and 1 assigning the relative position in the gradient, and the second item is the color. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/heatmap/\" target=\"_blank\">Heatmap with three color stops</a>","deprecated":false},{"name":"loading--style","fullname":"loading.style","title":"style","parent":"loading","isParent":false,"returnType":"CSSObject","description":"CSS styles for the loading screen that covers the plot area. Defaults to:\r\n<pre>style: {\r\n\tposition: 'absolute',\r\n\tbackgroundColor: 'white',\r\n\topacity: 0.5,\r\n\ttextAlign: 'center'\r\n}</pre>","deprecated":false},{"name":"yAxis-title--style","fullname":"yAxis.title.style","title":"style","parent":"yAxis-title","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#707070\", \"fontWeight\": \"bold\" }","description":"CSS styles for the title. When titles are rotated they are rendered using vector graphic techniques and not all styles are applicable.","deprecated":false},{"name":"plotOptions-series-dataLabels--style","fullname":"plotOptions.series.dataLabels.style","title":"style","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--style","fullname":"mapNavigation.buttons.zoomOut.style","title":"style","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"CSSObject","defaults":"","values":"","since":"","description":"Text styles for the map navigation buttons. Defaults to\r\n<pre>{\r\n fontSize: '15px',\r\n fontWeight: 'bold',\r\n textAlign: 'center'\r\n}</pre>","demo":"","seeAlso":"","deprecated":false},{"name":"labels--style","fullname":"labels.style","title":"style","parent":"labels","isParent":false,"returnType":"CSSObject","description":"Shared CSS styles for all labels. Defaults to:\n<pre>style: {\n\tcolor: '#3E576F'\n}</pre>"},{"name":"colorAxis-labels--style","fullname":"colorAxis.labels.style","title":"style","parent":"colorAxis-labels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\":\"#6D869F\",\"fontWeight\":\"bold\"}","description":"CSS styles for the label.","deprecated":false},{"name":"series<mapline>-dataLabels--style","fullname":"series<mapline>.dataLabels.style","title":"style","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"mapNavigation-buttonOptions--style","fullname":"mapNavigation.buttonOptions.style","title":"style","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"CSSObject","defaults":"","values":"","since":"","description":"Text styles for the map navigation buttons. Defaults to\r\n<pre>{\r\n fontSize: '15px',\r\n fontWeight: 'bold',\r\n textAlign: 'center'\r\n}</pre>","demo":"","seeAlso":"","deprecated":false},{"name":"labels-items--style","fullname":"labels.items.style","title":"style","parent":"labels-items","isParent":false,"returnType":"CSSObject","description":"CSS styles for each label. To position the label, use left and top like this:\n<pre>style: {\n\tleft: '100px',\n\ttop: '100px'\n}</pre>"},{"name":"legend-title--style","fullname":"legend.title.style","title":"style","parent":"legend-title","isParent":false,"returnType":"CSSObject","defaults":"{\"fontWeight\":\"bold\"}","description":"Generic CSS styles for the legend title.","deprecated":false},{"name":"tooltip--style","fullname":"tooltip.style","title":"style","parent":"tooltip","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#333333\", \"cursor\": \"default\", \"fontSize\": \"12px\", \"padding\": \"8px\", \"pointerEvents\": \"none\", \"whiteSpace\": \"nowrap\" }","description":"CSS styles for the tooltip. The tooltip can also be styled through the CSS\r\n class <code>.highcharts-tooltip</code>.","deprecated":false},{"name":"legend-navigation--style","fullname":"legend.navigation.style","title":"style","parent":"legend-navigation","isParent":false,"returnType":"CSSObject","description":"Text styles for the legend page navigation.","deprecated":false},{"name":"chart--style","fullname":"chart.style","title":"style","parent":"chart","isParent":false,"returnType":"CSSObject","defaults":"{\"fontFamily\":\"\\\"Lucida Grande\\\", \\\"Lucida Sans Unicode\\\", Verdana, Arial, Helvetica, sans-serif\",\"fontSize\":\"12px\"}","description":"Additional CSS styles to apply inline to the container <code>div</code>. Note that since the default font styles are applied in the renderer, it is ignorant of the individual chart options and must be set globally. Defaults to:\r\n<pre>style: {\r\n\tfontFamily: '\"Lucida Grande\", \"Lucida Sans Unicode\", Verdana, Arial, Helvetica, sans-serif', // default font\r\n\tfontSize: '12px'\r\n}</pre>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/style-serif-font/\" target=\"_blank\">Using a serif type font</a>","deprecated":false},{"name":"yAxis-labels--style","fullname":"yAxis.labels.style","title":"style","parent":"yAxis-labels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\":\"#6D869F\",\"fontWeight\":\"bold\"}","description":"CSS styles for the label.","deprecated":false},{"name":"series<map>-dataLabels--style","fullname":"series<map>.dataLabels.style","title":"style","parent":"series<map>-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"subtitle--style","fullname":"subtitle.style","title":"style","parent":"subtitle","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#555555\" }","description":"CSS styles for the title. Exact positioning of the title can be achieved by changing the margin property, or by adding <code>position: \"absolute\"</code> and left and top properties.","deprecated":false},{"name":"plotOptions-map-dataLabels--style","fullname":"plotOptions.map.dataLabels.style","title":"style","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--style","fullname":"plotOptions.heatmap.dataLabels.style","title":"style","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"credits--style","fullname":"credits.style","title":"style","parent":"credits","isParent":false,"returnType":"CSSObject","description":"CSS styles for the credits label. Defaults to:\r\n<pre>style: {\r\n\tcursor: 'pointer',\r\n\tcolor: '#909090',\r\n\tfontSize: '10px'\r\n\r\n}</pre>","deprecated":false},{"name":"series<heatmap>-dataLabels--style","fullname":"series<heatmap>.dataLabels.style","title":"style","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--style","fullname":"plotOptions.mapbubble.dataLabels.style","title":"style","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"plotOptions-mapline-dataLabels--style","fullname":"plotOptions.mapline.dataLabels.style","title":"style","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"xAxis-labels--style","fullname":"xAxis.labels.style","title":"style","parent":"xAxis-labels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\":\"#6D869F\",\"fontWeight\":\"bold\"}","description":"CSS styles for the label.","deprecated":false},{"name":"series<mapbubble>-dataLabels--style","fullname":"series<mapbubble>.dataLabels.style","title":"style","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"CSSObject","defaults":"{\"color\": \"contrast\", \"fontSize\": \"11px\", \"fontWeight\": \"bold\"; \"textShadow\": \"0 0 6px contrast, 0 0 3px contrast\" }","description":"Styles for the label. Note that changes in the text color should be accompanied with changes in <code>HcTextStroke</code> in order for the text to stand out against the background.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/color-axis/\" target=\"_blank\">Bold labels</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--style","fullname":"mapNavigation.buttons.zoomIn.style","title":"style","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"CSSObject","defaults":"","values":"","since":"","description":"Text styles for the map navigation buttons. Defaults to\r\n<pre>{\r\n fontSize: '15px',\r\n fontWeight: 'bold',\r\n textAlign: 'center'\r\n}</pre>","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis-title--style","fullname":"xAxis.title.style","title":"style","parent":"xAxis-title","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#707070\", \"fontWeight\": \"bold\" }","description":"CSS styles for the title. When titles are rotated they are rendered using vector graphic techniques and not all styles are applicable.","deprecated":false},{"name":"title--style","fullname":"title.style","title":"style","parent":"title","isParent":false,"returnType":"CSSObject","defaults":"{ \"color\": \"#333333\", \"fontSize\": \"18px\" }","description":"CSS styles for the title. Use this for font styling, but use <code>align</code>, <code>x</code> and <code>y</code> for text alignment.","deprecated":false},{"name":"subtitle","fullname":"subtitle","title":"subtitle","isParent":true,"description":"The chart's subtitle. This can be used both to display a subtitle below the main title, and to display random text anywhere in the chart. The subtitle can be updated after chart initialization through the <code>Chart.setTitle()</code> method.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/title/subtitle/\" target=\"_blank\">Subtitle options demonstrated</a>","deprecated":false},{"name":"exporting-buttons-contextButton--symbol","fullname":"exporting.buttons.contextButton.symbol","title":"symbol","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"String","defaults":"menu","values":"[\"circle\", \"square\", \"diamond\", \"triangle\", \"triangle-down\", \"menu\"]","description":"The symbol for the button. Points to a definition function in the \r <code>Highcharts.Renderer.symbols</code> collection. The default\r <code>exportIcon</code> function is part of the exporting module.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-contextbutton-symbol/\" target=\"_blank\">Use a circle for symbol</a>","deprecated":false},{"name":"navigation-buttonOptions--symbolFill","fullname":"navigation.buttonOptions.symbolFill","title":"symbolFill","parent":"navigation-buttonOptions","isParent":false,"returnType":"Color","defaults":"#E0E0E0","description":"Fill color for the symbol within the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-symbolfill/\" target=\"_blank\">Blue symbol stroke for one of the buttons</a>"},{"name":"exporting-buttons-contextButton--symbolFill","fullname":"exporting.buttons.contextButton.symbolFill","title":"symbolFill","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Color","defaults":"#A8BF77","description":"See <a class=\"internal\" href=\"#navigation.buttonOptions\">navigation.buttonOptions</a> =&gt; symbolFill.","deprecated":false},{"name":"legend--symbolHeight","fullname":"legend.symbolHeight","title":"symbolHeight","parent":"legend","isParent":false,"returnType":"Number","description":"The pixel height of the legend item symbol. Defaults to font size for regular item symbols as well as for gradient symbols on horizontal color axis and <code>200</code> for gradient symbols on vertical color axis. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/layout-vertical-sized/\" target=\"_blank\">Sized vertical gradient</a>. <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">No distance between data classes</a>.","deprecated":false},{"name":"legend--symbolPadding","fullname":"legend.symbolPadding","title":"symbolPadding","parent":"legend","isParent":false,"returnType":"Number","defaults":"5","description":"The pixel padding between the legend item symbol and the legend item text.","deprecated":false},{"name":"legend--symbolRadius","fullname":"legend.symbolRadius","title":"symbolRadius","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The border radius of the symbol for series types that use a rectangle in the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/legend/symbolradius/\" target=\"_blank\">Round symbols</a>","deprecated":false},{"name":"exporting-buttons-contextButton--symbolSize","fullname":"exporting.buttons.contextButton.symbolSize","title":"symbolSize","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"14","description":"The pixel size of the symbol on the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>","deprecated":false},{"name":"navigation-buttonOptions--symbolSize","fullname":"navigation.buttonOptions.symbolSize","title":"symbolSize","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"14","description":"The pixel size of the symbol on the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>","deprecated":false},{"name":"exporting-buttons-contextButton--symbolStroke","fullname":"exporting.buttons.contextButton.symbolStroke","title":"symbolStroke","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Color","defaults":"#666","description":"The color of the symbol's stroke or line.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-symbolstroke/\" target=\"_blank\">Blue symbol stroke</a>","deprecated":false},{"name":"navigation-buttonOptions--symbolStroke","fullname":"navigation.buttonOptions.symbolStroke","title":"symbolStroke","parent":"navigation-buttonOptions","isParent":false,"returnType":"Color","defaults":"#666","description":"The color of the symbol's stroke or line.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-symbolstroke/\" target=\"_blank\">Blue symbol stroke</a>","deprecated":false},{"name":"exporting-buttons-contextButton--symbolStrokeWidth","fullname":"exporting.buttons.contextButton.symbolStrokeWidth","title":"symbolStrokeWidth","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"1","description":"The pixel stroke width of the symbol on the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"navigation-buttonOptions--symbolStrokeWidth","fullname":"navigation.buttonOptions.symbolStrokeWidth","title":"symbolStrokeWidth","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"1","description":"The pixel stroke width of the symbol on the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"legend--symbolWidth","fullname":"legend.symbolWidth","title":"symbolWidth","parent":"legend","isParent":false,"returnType":"Number","description":"The pixel width of the legend item symbol. Defaults to <code>16</code> for regular item symbols, <code>200</code> for gradient symbols on horizontal color axis and <code>12</code> for gradient symbols on vertical color axis. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/\" target=\"_blank\">Padding and item margins demonstrated</a>. <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/layout-vertical-sized/\" target=\"_blank\">Sized vertical gradient</a>.","deprecated":false},{"name":"exporting-buttons-contextButton--symbolX","fullname":"exporting.buttons.contextButton.symbolX","title":"symbolX","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"12.5","description":"The x position of the center of the symbol inside the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>","deprecated":false},{"name":"navigation-buttonOptions--symbolX","fullname":"navigation.buttonOptions.symbolX","title":"symbolX","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"12.5","description":"The x position of the center of the symbol inside the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>","deprecated":false},{"name":"exporting-buttons-contextButton--symbolY","fullname":"exporting.buttons.contextButton.symbolY","title":"symbolY","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"10.5","description":"The y position of the center of the symbol inside the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"navigation-buttonOptions--symbolY","fullname":"navigation.buttonOptions.symbolY","title":"symbolY","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"10.5","description":"The y position of the center of the symbol inside the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"exporting-buttons-contextButton--text","fullname":"exporting.buttons.contextButton.text","title":"text","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"String","defaults":"null","values":"","description":"A text string to add to the individual button. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-text/\" target=\"_blank\">Full text button</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-text-symbol/\" target=\"_blank\">combined symbol and text</a> ","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--text","fullname":"mapNavigation.buttons.zoomOut.text","title":"text","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"String","defaults":"-","values":"","since":"","description":"The text for the button. The tooltip (title) is a language option given by <a href=\"#lang.zoomIn\">lang.zoomOut</a>.","demo":"","seeAlso":"","deprecated":false},{"name":"title--text","fullname":"title.text","title":"text","parent":"title","isParent":false,"returnType":"String","defaults":"Chart title","description":"The title of the chart. To disable the title, set the <code>text</code> to <code>null</code>.","deprecated":false},{"name":"xAxis-title--text","fullname":"xAxis.title.text","title":"text","parent":"xAxis-title","isParent":false,"returnType":"String","description":"The actual text of the axis title. It can contain basic HTML text markup like &lt;b&gt;, &lt;i&gt; and spans with style.","deprecated":false},{"name":"navigation-buttonOptions--text","fullname":"navigation.buttonOptions.text","title":"text","parent":"navigation-buttonOptions","isParent":false,"returnType":"String","defaults":"null","values":"","description":"A text string to add to the individual button. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-text/\" target=\"_blank\">Full text button</a>, <a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/buttons-text-symbol/\" target=\"_blank\">combined symbol and text</a> ","seeAlso":"","deprecated":false},{"name":"credits--text","fullname":"credits.text","title":"text","parent":"credits","isParent":false,"returnType":"String","description":"The text for the credits label. If a map is loaded as GeoJSON, the text defaults to \"Highcharts @ {map-credits}\". Otherwise, it defaults to \"Highcharts.com\". ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/credits/customized/\" target=\"_blank\">Custom URL and text</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--text","fullname":"mapNavigation.buttons.zoomIn.text","title":"text","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"String","defaults":"+","values":"","since":"","description":"The text for the button. The tooltip (title) is a language option given by <a href=\"#lang.zoomIn\">lang.zoomIn</a>.","demo":"","seeAlso":"","deprecated":false},{"name":"yAxis-title--text","fullname":"yAxis.title.text","title":"text","parent":"yAxis-title","isParent":false,"returnType":"String","description":"The actual text of the axis title. It can contain basic HTML text markup like &lt;b&gt;, &lt;i&gt; and spans with style.","deprecated":false},{"name":"legend-title--text","fullname":"legend.title.text","title":"text","parent":"legend-title","isParent":false,"returnType":"String","defaults":"null","values":"","description":"A text or HTML string for the title. ","demo":"","seeAlso":"","deprecated":false},{"name":"subtitle--text","fullname":"subtitle.text","title":"text","parent":"subtitle","isParent":false,"returnType":"String","description":"The subtitle of the chart.","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--theme","fullname":"mapNavigation.buttons.zoomIn.theme","title":"theme","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Object","description":"A configuration object for the button theme. The object accepts SVG properties like <code>stroke-width</code>, <code>stroke</code> and <code>fill</code>. Tri-state button styles are supported by the <code>states.hover</code> and <code>states.select</code> objects.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/mapnavigation/button-theme/\" target=\"_blank\">Themed navigation buttons</a>","deprecated":false},{"name":"drilldown-drillUpButton--theme","fullname":"drilldown.drillUpButton.theme","title":"theme","parent":"drilldown-drillUpButton","isParent":false,"returnType":"Object","defaults":"","values":"","since":"3.0.8","description":"A collection of attributes for the button. The object takes SVG attributes like <code>fill</code>, <code>stroke</code>, <code>stroke-width</code> or <code>r</code>, the border radius. The theme also supports <code>style</code>, a collection of CSS properties for the text. Equivalent attributes for the hover state are given in <code>theme.states.hover</code>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/drilldown/drillupbutton/\" target=\"_blank\">Button theming</a>","seeAlso":"","deprecated":false},{"name":"navigation-buttonOptions--theme","fullname":"navigation.buttonOptions.theme","title":"theme","parent":"navigation-buttonOptions","isParent":false,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the button theme. The object accepts SVG properties like <code>stroke-width</code>, <code>stroke</code> and <code>fill</code>. Tri-state button styles are supported by the <code>states.hover</code> and <code>states.select</code> objects.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-theme/\" target=\"_blank\">Theming the buttons</a>","seeAlso":"","deprecated":false},{"name":"chart-resetZoomButton--theme","fullname":"chart.resetZoomButton.theme","title":"theme","parent":"chart-resetZoomButton","isParent":false,"returnType":"Object","description":"A collection of attributes for the button. The object takes SVG attributes like <code>fill</code>, <code>stroke</code>, <code>stroke-width</code> or <code>r</code>, the border radius. The theme also supports <code>style</code>, a collection of CSS properties for the text. Equivalent attributes for the hover state are given in <code>theme.states.hover</code>.","deprecated":false},{"name":"exporting-buttons-contextButton--theme","fullname":"exporting.buttons.contextButton.theme","title":"theme","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the button theme. The object accepts SVG properties like <code>stroke-width</code>, <code>stroke</code> and <code>fill</code>. Tri-state button styles are supported by the <code>states.hover</code> and <code>states.select</code> objects.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-theme/\" target=\"_blank\">Theming the buttons</a>","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--theme","fullname":"mapNavigation.buttons.zoomOut.theme","title":"theme","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Object","description":"A configuration object for the button theme. The object accepts SVG properties like <code>stroke-width</code>, <code>stroke</code> and <code>fill</code>. Tri-state button styles are supported by the <code>states.hover</code> and <code>states.select</code> objects.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/mapnavigation/button-theme/\" target=\"_blank\">Themed navigation buttons</a>","deprecated":false},{"name":"mapNavigation-buttonOptions--theme","fullname":"mapNavigation.buttonOptions.theme","title":"theme","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"Object","description":"A configuration object for the button theme. The object accepts SVG properties like <code>stroke-width</code>, <code>stroke</code> and <code>fill</code>. Tri-state button styles are supported by the <code>states.hover</code> and <code>states.select</code> objects.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/mapnavigation/button-theme/\" target=\"_blank\">Themed navigation buttons</a>","deprecated":false},{"name":"lang--thousandsSep","fullname":"lang.thousandsSep","title":"thousandsSep","parent":"lang","isParent":false,"returnType":"String","defaults":" ","description":"The default thousands separator used in the <code>Highcharts.numberFormat</code> method unless otherwise specified in the function arguments. Since Highcharts 4.1 it defaults to a single space character, which is compatible with ISO and works across Anglo-American and continental European languages.","deprecated":false},{"name":"colorAxis--tickColor","fullname":"colorAxis.tickColor","title":"tickColor","parent":"colorAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"Color for the main tick marks.","deprecated":false},{"name":"yAxis--tickColor","fullname":"yAxis.tickColor","title":"tickColor","parent":"yAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"Color for the main tick marks.","deprecated":false},{"name":"xAxis--tickColor","fullname":"xAxis.tickColor","title":"tickColor","parent":"xAxis","isParent":false,"returnType":"Color","defaults":"#C0D0E0","description":"Color for the main tick marks.","deprecated":false},{"name":"yAxis--tickInterval","fullname":"yAxis.tickInterval","title":"tickInterval","parent":"yAxis","isParent":false,"returnType":"Number","description":"<p>The interval of the tick marks in axis units. When <code>null</code>, the tick interval\r\n is computed to approximately follow the <a href=\"#xAxis.tickPixelInterval\">tickPixelInterval</a>.</p>","seeAlso":"<a href=\"#xAxis.tickPixelInterval\">tickPixelInterval</a>, <a href=\"#xAxis.tickPositions\">tickPositions</a>, <a href=\"#xAxis.tickPositioner\">tickPositioner</a>","deprecated":false},{"name":"colorAxis--tickInterval","fullname":"colorAxis.tickInterval","title":"tickInterval","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"The interval of the tick marks in axis units. When <code>null</code>, the tick interval is computed to approximately follow the <code>tickPixelInterval</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis--tickInterval","fullname":"xAxis.tickInterval","title":"tickInterval","parent":"xAxis","isParent":false,"returnType":"Number","description":"<p>The interval of the tick marks in axis units. When <code>null</code>, the tick interval\r\n is computed to approximately follow the <a href=\"#xAxis.tickPixelInterval\">tickPixelInterval</a>.</p>","seeAlso":"<a href=\"#xAxis.tickPixelInterval\">tickPixelInterval</a>, <a href=\"#xAxis.tickPositions\">tickPositions</a>, <a href=\"#xAxis.tickPositioner\">tickPositioner</a>","deprecated":false},{"name":"xAxis--tickLength","fullname":"xAxis.tickLength","title":"tickLength","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"10","description":"The pixel length of the main tick marks.","deprecated":false},{"name":"yAxis--tickLength","fullname":"yAxis.tickLength","title":"tickLength","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"10","description":"The pixel length of the main tick marks.","deprecated":false},{"name":"colorAxis--tickLength","fullname":"colorAxis.tickLength","title":"tickLength","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"10","description":"The pixel length of the main tick marks.","deprecated":false},{"name":"yAxis--tickPixelInterval","fullname":"yAxis.tickPixelInterval","title":"tickPixelInterval","parent":"yAxis","isParent":false,"returnType":"Number","description":"If tickInterval is <code>null</code> this option sets the approximate pixel interval of the\r\n tick marks. Defaults to <code>72</code> \r\n for the Y axis and <code>100</code> for\tthe X axis.","seeAlso":"<a href=\"#xAxis.tickInterval\">tickInterval</a>, <a href=\"#xAxis.tickPositioner\">tickPositioner</a>, <a href=\"#xAxis.tickPositions\">tickPositions</a>-","deprecated":false},{"name":"xAxis--tickPixelInterval","fullname":"xAxis.tickPixelInterval","title":"tickPixelInterval","parent":"xAxis","isParent":false,"returnType":"Number","description":"If tickInterval is <code>null</code> this option sets the approximate pixel interval of the\r\n tick marks. Defaults to <code>72</code> \r\n for the Y axis and <code>100</code> for\tthe X axis.","seeAlso":"<a href=\"#xAxis.tickInterval\">tickInterval</a>, <a href=\"#xAxis.tickPositioner\">tickPositioner</a>, <a href=\"#xAxis.tickPositions\">tickPositions</a>-","deprecated":false},{"name":"colorAxis--tickPixelInterval","fullname":"colorAxis.tickPixelInterval","title":"tickPixelInterval","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"72","values":"","since":"","description":"If <a href=\"#colorAxis.tickInterval\">tickInterval</a> is <code>null</code> this option sets the approximate pixel interval of the tick marks.","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis--tickPosition","fullname":"xAxis.tickPosition","title":"tickPosition","parent":"xAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the major tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"yAxis--tickPosition","fullname":"yAxis.tickPosition","title":"tickPosition","parent":"yAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the major tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"colorAxis--tickPosition","fullname":"colorAxis.tickPosition","title":"tickPosition","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"outside","values":"[\"inside\", \"outside\"]","description":"The position of the major tick marks relative to the axis line. Can be one of <code>inside</code> and <code>outside</code>.","deprecated":false},{"name":"xAxis--tickPositioner","fullname":"xAxis.tickPositioner","title":"tickPositioner","parent":"xAxis","isParent":false,"returnType":"Function","description":"A callback function returning array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositions</code>","deprecated":false},{"name":"yAxis--tickPositioner","fullname":"yAxis.tickPositioner","title":"tickPositioner","parent":"yAxis","isParent":false,"returnType":"Function","description":"A callback function returning array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositions</code>","deprecated":false},{"name":"colorAxis--tickPositioner","fullname":"colorAxis.tickPositioner","title":"tickPositioner","parent":"colorAxis","isParent":false,"returnType":"Function","description":"A callback function returning array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositions</code>","deprecated":false},{"name":"colorAxis--tickPositions","fullname":"colorAxis.tickPositions","title":"tickPositions","parent":"colorAxis","isParent":false,"returnType":"Array<Number>","description":"An array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositioner</code>","deprecated":false},{"name":"xAxis--tickPositions","fullname":"xAxis.tickPositions","title":"tickPositions","parent":"xAxis","isParent":false,"returnType":"Array<Number>","description":"An array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositioner</code>","deprecated":false},{"name":"yAxis--tickPositions","fullname":"yAxis.tickPositions","title":"tickPositions","parent":"yAxis","isParent":false,"returnType":"Array<Number>","description":"An array defining where the ticks are laid out on the axis. This overrides the default behaviour of <code>tickPixelInterval</code> and <code>tickInterval</code>.","seeAlso":"<code>tickPositioner</code>","deprecated":false},{"name":"colorAxis--tickWidth","fullname":"colorAxis.tickWidth","title":"tickWidth","parent":"colorAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the major tick marks.","deprecated":false},{"name":"yAxis--tickWidth","fullname":"yAxis.tickWidth","title":"tickWidth","parent":"yAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the major tick marks.","deprecated":false},{"name":"xAxis--tickWidth","fullname":"xAxis.tickWidth","title":"tickWidth","parent":"xAxis","isParent":false,"returnType":"Number","defaults":"0","description":"The pixel width of the major tick marks.","deprecated":false},{"name":"yAxis-title","fullname":"yAxis.title","title":"title","parent":"yAxis","isParent":true,"description":"The axis title. In Highmaps, the axis is hidden by default, but adding an axis title is still possible. X axis and Y axis titles will appear at the bottom and left by default.","deprecated":false},{"name":"legend-title","fullname":"legend.title","title":"title","parent":"legend","isParent":true,"description":"A title to be added on top of the legend.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/alignment/\" target=\"_blank\">Legend with title</a>","deprecated":false},{"name":"xAxis-title","fullname":"xAxis.title","title":"title","parent":"xAxis","isParent":true,"description":"The axis title. In Highmaps, the axis is hidden by default, but adding an axis title is still possible. X axis and Y axis titles will appear at the bottom and left by default.","deprecated":false},{"name":"title","fullname":"title","title":"title","isParent":true,"description":"The chart's main title.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/title/title/\" target=\"_blank\">Title options demonstrated</a>","deprecated":false},{"name":"colorAxis-dataClasses--to","fullname":"colorAxis.dataClasses.to","title":"to","parent":"colorAxis-dataClasses","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"The end of the value range that the data class represents, relating to the point value.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-tooltip","fullname":"plotOptions.series.tooltip","title":"tooltip","parent":"plotOptions-series","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"tooltip","fullname":"tooltip","title":"tooltip","isParent":true,"description":"Options for the tooltip that appears when the user hovers over a series or point."},{"name":"plotOptions-heatmap-tooltip","fullname":"plotOptions.heatmap.tooltip","title":"tooltip","parent":"plotOptions-heatmap","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>-tooltip","fullname":"series<mapbubble>.tooltip","title":"tooltip","parent":"series<mapbubble>","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-tooltip","fullname":"plotOptions.mapline.tooltip","title":"tooltip","parent":"plotOptions-mapline","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-tooltip","fullname":"series<heatmap>.tooltip","title":"tooltip","parent":"series<heatmap>","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-tooltip","fullname":"plotOptions.mapbubble.tooltip","title":"tooltip","parent":"plotOptions-mapbubble","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>-tooltip","fullname":"series<mapline>.tooltip","title":"tooltip","parent":"series<mapline>","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"series<map>-tooltip","fullname":"series<map>.tooltip","title":"tooltip","parent":"series<map>","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-tooltip","fullname":"plotOptions.map.tooltip","title":"tooltip","parent":"plotOptions-map","isParent":true,"returnType":"Object","defaults":"","values":"","description":"A configuration object for the tooltip rendering of each single series. Properties are inherited from <a href=\"#tooltip\">tooltip</a>, but only the following properties can be defined on a series level.","demo":"","seeAlso":"","deprecated":false},{"name":"chart--type","fullname":"chart.type","title":"type","parent":"chart","isParent":false,"returnType":"String","defaults":"map","values":"[\"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The default series type for the chart. Can be any of the chart types listed under <a href=\"#plotOptions\">plotOptions</a>.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/type-mapline/\" target=\"_blank\">mapline</a>","deprecated":false},{"name":"exporting--type","fullname":"exporting.type","title":"type","parent":"exporting","isParent":false,"returnType":"String","defaults":"image/png","values":"[\"image/png\", \"image/jpeg\", \"application/pdf\", \"image/svg+xml\"]","description":"Default MIME type for exporting if <code>chart.exportChart()</code> is called without specifying a <code>type</code> option. Possible values are <code>image/png</code>, <code>image/jpeg</code>, <code>application/pdf</code> and <code>image/svg+xml</code>.","deprecated":false},{"name":"series<map>--type","fullname":"series<map>.type","title":"type","parent":"series<map>","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"series<mapline>--type","fullname":"series<mapline>.type","title":"type","parent":"series<mapline>","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"colorAxis--type","fullname":"colorAxis.type","title":"type","parent":"colorAxis","isParent":false,"returnType":"String","defaults":"linear","values":"[\"linear\", \"logarithmic\"]","since":"","description":"The type of interpolation to use for the color axis. Can be <code>linear</code> or <code>logarithmic</code>.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>--type","fullname":"series<mapbubble>.type","title":"type","parent":"series<mapbubble>","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"series<mappoint>--type","fullname":"series<mappoint>.type","title":"type","parent":"series<mappoint>","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"series--type","fullname":"series.type","title":"type","parent":"series","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"series<heatmap>--type","fullname":"series<heatmap>.type","title":"type","parent":"series<heatmap>","isParent":false,"returnType":"String","values":"[null, \"map\", \"mapline\", \"mappoint\", \"mapbubble\"]","description":"The type of series. Can be one of <code>area</code>, <code>areaspline</code>,\r\n <code>bar</code>, <code>column</code>, <code>line</code>, <code>pie</code>,\r\n <code>scatter</code> or <code>spline</code>. From version 2.3, <code>arearange</code>, <code>areasplinerange</code> and <code>columnrange</code> are supported with the highcharts-more.js component.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Multiple types in the same map</a>","deprecated":false},{"name":"series<mapbubble>-point-events--unselect","fullname":"series<mapbubble>.point.events.unselect","title":"unselect","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-heatmap-point-events--unselect","fullname":"plotOptions.heatmap.point.events.unselect","title":"unselect","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-mapbubble-point-events--unselect","fullname":"plotOptions.mapbubble.point.events.unselect","title":"unselect","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<map>-point-events--unselect","fullname":"series<map>.point.events.unselect","title":"unselect","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mappoint>-data-events--unselect","fullname":"series<mappoint>.data.events.unselect","title":"unselect","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mapbubble>-data-events--unselect","fullname":"series<mapbubble>.data.events.unselect","title":"unselect","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<mapline>-point-events--unselect","fullname":"series<mapline>.point.events.unselect","title":"unselect","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-mapline-point-events--unselect","fullname":"plotOptions.mapline.point.events.unselect","title":"unselect","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<heatmap>-point-events--unselect","fullname":"series<heatmap>.point.events.unselect","title":"unselect","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-map-point-events--unselect","fullname":"plotOptions.map.point.events.unselect","title":"unselect","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<heatmap>-data-events--unselect","fullname":"series<heatmap>.data.events.unselect","title":"unselect","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<map>-data-events--unselect","fullname":"series<map>.data.events.unselect","title":"unselect","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"plotOptions-series-point-events--unselect","fullname":"plotOptions.series.point.events.unselect","title":"unselect","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is unselected either programmatically or following a click on the point. One parameter, <code>event</code>, is passed to the function. Returning <code>false</code> cancels the operation.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/series-allowpointselect/\" target=\"_blank\">Report select and unselect</a>","deprecated":false},{"name":"series<map>-data-events--update","fullname":"series<map>.data.events.update","title":"update","parent":"series<map>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapbubble>-data-events--update","fullname":"series<mapbubble>.data.events.update","title":"update","parent":"series<mapbubble>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-mapline-point-events--update","fullname":"plotOptions.mapline.point.events.update","title":"update","parent":"plotOptions-mapline-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-heatmap-point-events--update","fullname":"plotOptions.heatmap.point.events.update","title":"update","parent":"plotOptions-heatmap-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<heatmap>-data-events--update","fullname":"series<heatmap>.data.events.update","title":"update","parent":"series<heatmap>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapline>-point-events--update","fullname":"series<mapline>.point.events.update","title":"update","parent":"series<mapline>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<heatmap>-point-events--update","fullname":"series<heatmap>.point.events.update","title":"update","parent":"series<heatmap>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<map>-point-events--update","fullname":"series<map>.point.events.update","title":"update","parent":"series<map>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-map-point-events--update","fullname":"plotOptions.map.point.events.update","title":"update","parent":"plotOptions-map-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-mapbubble-point-events--update","fullname":"plotOptions.mapbubble.point.events.update","title":"update","parent":"plotOptions-mapbubble-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mapbubble>-point-events--update","fullname":"series<mapbubble>.point.events.update","title":"update","parent":"series<mapbubble>-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"plotOptions-series-point-events--update","fullname":"plotOptions.series.point.events.update","title":"update","parent":"plotOptions-series-point-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"series<mappoint>-data-events--update","fullname":"series<mappoint>.data.events.update","title":"update","parent":"series<mappoint>-data-events","isParent":false,"returnType":"Function","context":"Point","description":"Fires when the point is updated programmatically through the <code>.update()</code> method. One parameter, <code>event</code>, is passed to the function. The new point options can be accessed through <code>event.options</code>. Returning <code>false</code> cancels the operation.","deprecated":false},{"name":"exporting--url","fullname":"exporting.url","title":"url","parent":"exporting","isParent":false,"returnType":"String","defaults":"http://export.highcharts.com","description":"The URL for the server module converting the SVG string to an image format. By default this points to Highslide Software's free web service."},{"name":"tooltip--useHTML","fullname":"tooltip.useHTML","title":"useHTML","parent":"tooltip","isParent":false,"returnType":"Boolean","defaults":"false","description":"Use HTML to render the contents of the tooltip instead of SVG. Using HTML allows advanced formatting like tables and images in the tooltip. It is also recommended for rtl languages as it works around rtl bugs in early Firefox.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/usehtml/\" target=\"_blank\">Pure HTML tooltip</a>","deprecated":false},{"name":"xAxis-labels--useHTML","fullname":"xAxis.labels.useHTML","title":"useHTML","parent":"xAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"yAxis-labels--useHTML","fullname":"yAxis.labels.useHTML","title":"useHTML","parent":"yAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"plotOptions-series-dataLabels--useHTML","fullname":"plotOptions.series.dataLabels.useHTML","title":"useHTML","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"subtitle--useHTML","fullname":"subtitle.useHTML","title":"useHTML","parent":"subtitle","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the text.","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--useHTML","fullname":"plotOptions.mapbubble.dataLabels.useHTML","title":"useHTML","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--useHTML","fullname":"plotOptions.mapline.dataLabels.useHTML","title":"useHTML","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"title--useHTML","fullname":"title.useHTML","title":"useHTML","parent":"title","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the text.","deprecated":false},{"name":"series<heatmap>-dataLabels--useHTML","fullname":"series<heatmap>.dataLabels.useHTML","title":"useHTML","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"series<mapline>-dataLabels--useHTML","fullname":"series<mapline>.dataLabels.useHTML","title":"useHTML","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"legend--useHTML","fullname":"legend.useHTML","title":"useHTML","parent":"legend","isParent":false,"returnType":"Boolean","defaults":"false","description":"<p>Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the legend item texts. Prior to 1.1.7, when using HTML, <a href=\"#legend.navigation\">legend.navigation</a> was disabled.</p>","deprecated":false},{"name":"series<mapbubble>-dataLabels--useHTML","fullname":"series<mapbubble>.dataLabels.useHTML","title":"useHTML","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--useHTML","fullname":"plotOptions.heatmap.dataLabels.useHTML","title":"useHTML","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"series<map>-dataLabels--useHTML","fullname":"series<map>.dataLabels.useHTML","title":"useHTML","parent":"series<map>-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"colorAxis-labels--useHTML","fullname":"colorAxis.labels.useHTML","title":"useHTML","parent":"colorAxis-labels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"plotOptions-map-dataLabels--useHTML","fullname":"plotOptions.map.dataLabels.useHTML","title":"useHTML","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Boolean","defaults":"false","description":"Whether to <a href=\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#html\">use HTML</a> to render the labels.","deprecated":false},{"name":"global--useUTC","fullname":"global.useUTC","title":"useUTC","parent":"global","isParent":false,"returnType":"Boolean","defaults":"true","description":"Whether to use UTC time for axis scaling, tickmark placement and time display in \r\n <code>Highcharts.dateFormat</code>. Advantages of using UTC is that the time\r\n displays equally regardless of the user agent's time zone settings. Local time\r\n can be used when the data is loaded in real time or when correct Daylight Saving Time\r\n transitions are required.","deprecated":false},{"name":"series<heatmap>-data--value","fullname":"series<heatmap>.data.value","title":"value","parent":"series<heatmap>-data","isParent":false,"returnType":"Number","description":"The value of the point, resulting in a color controled by options as set in the <a href=\"#colorAxis\">colorAxis</a> configuration."},{"name":"series<map>-data--value","fullname":"series<map>.data.value","title":"value","parent":"series<map>-data","isParent":false,"returnType":"Number","defaults":"","values":"","since":"","description":"The numeric value of the data point.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-tooltip--valueDecimals","fullname":"series<heatmap>.tooltip.valueDecimals","title":"valueDecimals","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<map>-tooltip--valueDecimals","fullname":"series<map>.tooltip.valueDecimals","title":"valueDecimals","parent":"series<map>-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--valueDecimals","fullname":"plotOptions.mapline.tooltip.valueDecimals","title":"valueDecimals","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"tooltip--valueDecimals","fullname":"tooltip.valueDecimals","title":"valueDecimals","parent":"tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapline>-tooltip--valueDecimals","fullname":"series<mapline>.tooltip.valueDecimals","title":"valueDecimals","parent":"series<mapline>-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--valueDecimals","fullname":"plotOptions.mapbubble.tooltip.valueDecimals","title":"valueDecimals","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-series-tooltip--valueDecimals","fullname":"plotOptions.series.tooltip.valueDecimals","title":"valueDecimals","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-map-tooltip--valueDecimals","fullname":"plotOptions.map.tooltip.valueDecimals","title":"valueDecimals","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--valueDecimals","fullname":"series<mapbubble>.tooltip.valueDecimals","title":"valueDecimals","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--valueDecimals","fullname":"plotOptions.heatmap.tooltip.valueDecimals","title":"valueDecimals","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"Number","description":"How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-series-tooltip--valuePrefix","fullname":"plotOptions.series.tooltip.valuePrefix","title":"valuePrefix","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-map-tooltip--valuePrefix","fullname":"plotOptions.map.tooltip.valuePrefix","title":"valuePrefix","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"tooltip--valuePrefix","fullname":"tooltip.valuePrefix","title":"valuePrefix","parent":"tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--valuePrefix","fullname":"plotOptions.heatmap.tooltip.valuePrefix","title":"valuePrefix","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<heatmap>-tooltip--valuePrefix","fullname":"series<heatmap>.tooltip.valuePrefix","title":"valuePrefix","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapline>-tooltip--valuePrefix","fullname":"series<mapline>.tooltip.valuePrefix","title":"valuePrefix","parent":"series<mapline>-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--valuePrefix","fullname":"plotOptions.mapline.tooltip.valuePrefix","title":"valuePrefix","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--valuePrefix","fullname":"plotOptions.mapbubble.tooltip.valuePrefix","title":"valuePrefix","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<map>-tooltip--valuePrefix","fullname":"series<map>.tooltip.valuePrefix","title":"valuePrefix","parent":"series<map>-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--valuePrefix","fullname":"series<mapbubble>.tooltip.valuePrefix","title":"valuePrefix","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"String","description":"A string to prepend to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<map>-tooltip--valueSuffix","fullname":"series<map>.tooltip.valueSuffix","title":"valueSuffix","parent":"series<map>-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-series-tooltip--valueSuffix","fullname":"plotOptions.series.tooltip.valueSuffix","title":"valueSuffix","parent":"plotOptions-series-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapbubble-tooltip--valueSuffix","fullname":"plotOptions.mapbubble.tooltip.valueSuffix","title":"valueSuffix","parent":"plotOptions-mapbubble-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-mapline-tooltip--valueSuffix","fullname":"plotOptions.mapline.tooltip.valueSuffix","title":"valueSuffix","parent":"plotOptions-mapline-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapline>-tooltip--valueSuffix","fullname":"series<mapline>.tooltip.valueSuffix","title":"valueSuffix","parent":"series<mapline>-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-map-tooltip--valueSuffix","fullname":"plotOptions.map.tooltip.valueSuffix","title":"valueSuffix","parent":"plotOptions-map-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<mapbubble>-tooltip--valueSuffix","fullname":"series<mapbubble>.tooltip.valueSuffix","title":"valueSuffix","parent":"series<mapbubble>-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"plotOptions-heatmap-tooltip--valueSuffix","fullname":"plotOptions.heatmap.tooltip.valueSuffix","title":"valueSuffix","parent":"plotOptions-heatmap-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"tooltip--valueSuffix","fullname":"tooltip.valueSuffix","title":"valueSuffix","parent":"tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<heatmap>-tooltip--valueSuffix","fullname":"series<heatmap>.tooltip.valueSuffix","title":"valueSuffix","parent":"series<heatmap>-tooltip","isParent":false,"returnType":"String","description":"A string to append to each series' value. Overridable in each series' tooltip options object.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/tooltip/valuedecimals/\" target=\"_blank\">Set decimals, prefix and suffix for the value</a>","deprecated":false},{"name":"series<map>-dataLabels--verticalAlign","fullname":"series<map>.dataLabels.verticalAlign","title":"verticalAlign","parent":"series<map>-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"exporting-buttons-contextButton--verticalAlign","fullname":"exporting.buttons.contextButton.verticalAlign","title":"verticalAlign","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"String","defaults":"top","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the buttons. Can be one of \"top\", \"middle\" or \"bottom\".","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-verticalalign/\" target=\"_blank\">Buttons at lower right</a>"},{"name":"series<heatmap>-dataLabels--verticalAlign","fullname":"series<heatmap>.dataLabels.verticalAlign","title":"verticalAlign","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"series<mapline>-dataLabels--verticalAlign","fullname":"series<mapline>.dataLabels.verticalAlign","title":"verticalAlign","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"series<mapbubble>-dataLabels--verticalAlign","fullname":"series<mapbubble>.dataLabels.verticalAlign","title":"verticalAlign","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"title--verticalAlign","fullname":"title.verticalAlign","title":"verticalAlign","parent":"title","isParent":false,"returnType":"String","defaults":" ","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the title. Can be one of \"top\", \"middle\" and \"bottom\". When a value is given, the title behaves as floating.","deprecated":false},{"name":"plotOptions-mapline-dataLabels--verticalAlign","fullname":"plotOptions.mapline.dataLabels.verticalAlign","title":"verticalAlign","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"plotOptions-series-dataLabels--verticalAlign","fullname":"plotOptions.series.dataLabels.verticalAlign","title":"verticalAlign","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--verticalAlign","fullname":"mapNavigation.buttons.zoomOut.verticalAlign","title":"verticalAlign","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"String","defaults":"bottom","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the buttons. Individual alignment can be adjusted by each button's <code>y</code> offset.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--verticalAlign","fullname":"plotOptions.heatmap.dataLabels.verticalAlign","title":"verticalAlign","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"navigation-buttonOptions--verticalAlign","fullname":"navigation.buttonOptions.verticalAlign","title":"verticalAlign","parent":"navigation-buttonOptions","isParent":false,"returnType":"String","defaults":"top","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the buttons. Can be one of \"top\", \"middle\" or \"bottom\".","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-verticalalign/\" target=\"_blank\">Buttons at lower right</a>"},{"name":"mapNavigation-buttons-zoomIn--verticalAlign","fullname":"mapNavigation.buttons.zoomIn.verticalAlign","title":"verticalAlign","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"String","defaults":"bottom","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the buttons. Individual alignment can be adjusted by each button's <code>y</code> offset.","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--verticalAlign","fullname":"plotOptions.mapbubble.dataLabels.verticalAlign","title":"verticalAlign","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"plotOptions-map-dataLabels--verticalAlign","fullname":"plotOptions.map.dataLabels.verticalAlign","title":"verticalAlign","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"middle","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of a data label. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. ","deprecated":false},{"name":"legend--verticalAlign","fullname":"legend.verticalAlign","title":"verticalAlign","parent":"legend","isParent":false,"returnType":"String","defaults":"bottom","values":"[\"top\", \"middle\", \"bottom\"]","description":"<p>The vertical alignment of the legend box. Can be one of <code>top</code>, <code>middle</code> or <code>bottom</code>. Vertical position can be further determined by the <code>y</code> option.</p>\r\n\r\n<p>In the case that the legend is aligned in a corner position, the <code>layout</code> option will determine whether to place it above/below or on the side of the plot area.</p>","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/alignment/\" target=\"_blank\">Legend alignment</a>","deprecated":false},{"name":"subtitle--verticalAlign","fullname":"subtitle.verticalAlign","title":"verticalAlign","parent":"subtitle","isParent":false,"returnType":"String","defaults":" ","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the title. Can be one of \"top\", \"middle\" and \"bottom\". When a value is given, the title behaves as floating.","deprecated":false},{"name":"mapNavigation-buttonOptions--verticalAlign","fullname":"mapNavigation.buttonOptions.verticalAlign","title":"verticalAlign","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"String","defaults":"bottom","values":"[\"top\", \"middle\", \"bottom\"]","description":"The vertical alignment of the buttons. Individual alignment can be adjusted by each button's <code>y</code> offset.","deprecated":false},{"name":"plotOptions-heatmap--visible","fullname":"plotOptions.heatmap.visible","title":"visible","parent":"plotOptions-heatmap","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"plotOptions-mapline--visible","fullname":"plotOptions.mapline.visible","title":"visible","parent":"plotOptions-mapline","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"series<map>--visible","fullname":"series<map>.visible","title":"visible","parent":"series<map>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"series<mapbubble>--visible","fullname":"series<mapbubble>.visible","title":"visible","parent":"series<mapbubble>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"series<mapline>--visible","fullname":"series<mapline>.visible","title":"visible","parent":"series<mapline>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"plotOptions-mapbubble--visible","fullname":"plotOptions.mapbubble.visible","title":"visible","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"series<heatmap>--visible","fullname":"series<heatmap>.visible","title":"visible","parent":"series<heatmap>","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"plotOptions-map--visible","fullname":"plotOptions.map.visible","title":"visible","parent":"plotOptions-map","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"plotOptions-series--visible","fullname":"plotOptions.series.visible","title":"visible","parent":"plotOptions-series","isParent":false,"returnType":"Boolean","defaults":"true","description":"Set the initial visibility of the series.","deprecated":false},{"name":"lang--weekdays","fullname":"lang.weekdays","title":"weekdays","parent":"lang","isParent":false,"returnType":"Array<String>","defaults":"[\"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\"]","description":"An array containing the weekday names.\t\t ","demo":"","seeAlso":"","deprecated":false},{"name":"exporting--width","fullname":"exporting.width","title":"width","parent":"exporting","isParent":false,"returnType":"Number","defaults":"undefined","description":"The pixel width of charts exported to PNG or JPG. As of Highcharts 3.0, the default pixel width is a function of the <a href=\"#chart.width\">chart.width</a> or <a href=\"#exporting.sourceWidth\">exporting.sourceWidth</a> and the <a href=\"#exporting.scale\">exporting.scale</a>.","deprecated":false},{"name":"legend--width","fullname":"legend.width","title":"width","parent":"legend","isParent":false,"returnType":"Number","description":"The width of the legend box.","deprecated":false},{"name":"exporting-buttons-contextButton--width","fullname":"exporting.buttons.contextButton.width","title":"width","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"24","description":"The pixel width of the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"navigation-buttonOptions--width","fullname":"navigation.buttonOptions.width","title":"width","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"24","description":"The pixel width of the button.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-height/\" target=\"_blank\">Bigger buttons</a>"},{"name":"mapNavigation-buttons-zoomIn--width","fullname":"mapNavigation.buttons.zoomIn.width","title":"width","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The width of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttonOptions--width","fullname":"mapNavigation.buttonOptions.width","title":"width","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The width of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--width","fullname":"mapNavigation.buttons.zoomOut.width","title":"width","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Number","defaults":"18","values":"","since":"","description":"The width of the map navigation buttons.","demo":"","seeAlso":"","deprecated":false},{"name":"chart--width","fullname":"chart.width","title":"width","parent":"chart","isParent":false,"returnType":"Number","description":"An explicit width for the chart. By default the width is calculated from the offset width of the containing element.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/chart/size/\" target=\"_blank\">Chart with explicit size</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--x","fullname":"series<mapbubble>.dataLabels.x","title":"x","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"exporting-buttons-contextButton--x","fullname":"exporting.buttons.contextButton.x","title":"x","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"-10","description":"The horizontal position of the button relative to the <code>align</code>\r\n option.","demo":" ","deprecated":false},{"name":"series<mapline>-dataLabels--x","fullname":"series<mapline>.dataLabels.x","title":"x","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"subtitle--x","fullname":"subtitle.x","title":"x","parent":"subtitle","isParent":false,"returnType":"Number","defaults":"0","description":"The x position of the subtitle relative to the alignment within chart.spacingLeft and chart.spacingRight.","deprecated":false},{"name":"plotOptions-map-dataLabels--x","fullname":"plotOptions.map.dataLabels.x","title":"x","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--x","fullname":"plotOptions.heatmap.dataLabels.x","title":"x","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"plotOptions-series-dataLabels--x","fullname":"plotOptions.series.dataLabels.x","title":"x","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"colorAxis-labels--x","fullname":"colorAxis.labels.x","title":"x","parent":"colorAxis-labels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the tick position on the axis.","deprecated":false},{"name":"yAxis-labels--x","fullname":"yAxis.labels.x","title":"x","parent":"yAxis-labels","isParent":false,"returnType":"Number","description":"The x position offset of the label relative to the tick position on the axis. Defaults to -15 for left axis, 15 for right axis.","deprecated":false},{"name":"title--x","fullname":"title.x","title":"x","parent":"title","isParent":false,"returnType":"Number","defaults":"0","description":"The x position of the title relative to the alignment within chart.spacingLeft and chart.spacingRight.","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--x","fullname":"mapNavigation.buttons.zoomIn.x","title":"x","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Number","defaults":"0","values":"","since":"","description":"The X offset of the buttons relative to its <code>align</code> setting. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-dataLabels--x","fullname":"plotOptions.mapline.dataLabels.x","title":"x","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"legend--x","fullname":"legend.x","title":"x","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The x offset of the legend relative to its horizontal alignment <code>align</code> within chart.spacingLeft and chart.spacingRight. Negative x moves it to the left, positive x moves it to the right. ","deprecated":false},{"name":"mapNavigation-buttonOptions--","fullname":"mapNavigation.buttonOptions.x","title":"x","parent":"mapNavigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"0","values":"","since":"","description":"The X offset of the buttons relative to its <code>align</code> setting. ","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--x","fullname":"plotOptions.mapbubble.dataLabels.x","title":"x","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"series<map>-dataLabels--x","fullname":"series<map>.dataLabels.x","title":"x","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"xAxis-labels--x","fullname":"xAxis.labels.x","title":"x","parent":"xAxis-labels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the tick position on the axis.","deprecated":false},{"name":"series<mappoint>-data--x","fullname":"series<mappoint>.data.x","title":"x","parent":"series<mappoint>-data","isParent":false,"returnType":"Number","description":"The x coordinate of the point in terms of the map path coordinates.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Map point demo</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--x","fullname":"mapNavigation.buttons.zoomOut.x","title":"x","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Number","defaults":"0","values":"","since":"","description":"The X offset of the buttons relative to its <code>align</code> setting. ","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-dataLabels--x","fullname":"series<heatmap>.dataLabels.x","title":"x","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"0","description":"The x position offset of the label relative to the point. ","deprecated":false},{"name":"series<heatmap>-data--x","fullname":"series<heatmap>.data.x","title":"x","parent":"series<heatmap>-data","isParent":false,"returnType":"Number","description":"The x coordinate of the point."},{"name":"xAxis","fullname":"xAxis","title":"xAxis","isParent":true,"description":"<p>The X axis. A Highcharts map has hidden X and Y axes to control layout of the shapes and features like zooming and panning. Zooming is in effect the same as setting the extremes of one of the axes, and Highmaps is set up to make the other axis zoom the same amount.</p>\r\n\r\n<p>Highmaps uses the coordinate system of the map points' path configurations.</p>\r\n\t\r\n<p>See <a class=\"internal\" href=\"#Axis\">the Axis object</a> for programmatic access to the axis.</p>","deprecated":false},{"name":"series<mappoint>-data--y","fullname":"series<mappoint>.data.y","title":"y","parent":"series<mappoint>-data","isParent":false,"returnType":"Number","description":"The x coordinate of the point in terms of the map path coordinates.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/mapline-mappoint/\" target=\"_blank\">Map point demo</a>","deprecated":false},{"name":"series<mapbubble>-dataLabels--y","fullname":"series<mapbubble>.dataLabels.y","title":"y","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"plotOptions-mapline-dataLabels--y","fullname":"plotOptions.mapline.dataLabels.y","title":"y","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"series<heatmap>-dataLabels--y","fullname":"series<heatmap>.dataLabels.y","title":"y","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"xAxis-labels--y","fullname":"xAxis.labels.y","title":"y","parent":"xAxis-labels","isParent":false,"returnType":"Number","defaults":"null","description":"The y position offset of the label relative to the tick position on the axis. The default makes it adapt to the font size on bottom axis.","deprecated":false},{"name":"plotOptions-series-dataLabels--y","fullname":"plotOptions.series.dataLabels.y","title":"y","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"yAxis-labels--y","fullname":"yAxis.labels.y","title":"y","parent":"yAxis-labels","isParent":false,"returnType":"Number","defaults":"3","description":"The y position offset of the label relative to the tick position on the axis.","deprecated":false},{"name":"plotOptions-map-dataLabels--y","fullname":"plotOptions.map.dataLabels.y","title":"y","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"navigation-buttonOptions--y","fullname":"navigation.buttonOptions.y","title":"y","parent":"navigation-buttonOptions","isParent":false,"returnType":"Number","defaults":"0","description":"The vertical offset of the button's position relative to its <code>verticalAlign</code>.\t\t\t .","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-verticalalign/\" target=\"_blank\">Buttons at lower right</a>","deprecated":false},{"name":"subtitle--y","fullname":"subtitle.y","title":"y","parent":"subtitle","isParent":false,"returnType":"Number","defaults":" ","description":"The y position of the subtitle relative to the alignment within chart.spacingTop and chart.spacingBottom. By default the subtitle is laid out below the title unless the title is floating.","deprecated":false},{"name":"legend--y","fullname":"legend.y","title":"y","parent":"legend","isParent":false,"returnType":"Number","defaults":"0","description":"The vertical offset of the legend relative to it's vertical alignment <code>verticalAlign</code> within chart.spacingTop and chart.spacingBottom. Negative y moves it up, positive y moves it down.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/alignment/\" target=\"_blank\">Legend alignment</a>","deprecated":false},{"name":"series<mapline>-dataLabels--y","fullname":"series<mapline>.dataLabels.y","title":"y","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"colorAxis-labels--y","fullname":"colorAxis.labels.y","title":"y","parent":"colorAxis-labels","isParent":false,"returnType":"Number","defaults":"null","description":"The y position offset of the label relative to the tick position on the axis. The default makes it adapt to the font size on bottom axis.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--y","fullname":"plotOptions.heatmap.dataLabels.y","title":"y","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"series<heatmap>-data--y","fullname":"series<heatmap>.data.y","title":"y","parent":"series<heatmap>-data","isParent":false,"returnType":"Number","description":"The y coordinate of the point."},{"name":"title--y","fullname":"title.y","title":"y","parent":"title","isParent":false,"returnType":"Number","description":"The y position of the title relative to the alignment within <a href=\"#chart.spacingTop\">chart.spacingTop</a> and <a href=\"#chart.spacingBottom\">chart.spacingBottom</a>. By default it depends on the font size.","deprecated":false},{"name":"mapNavigation-buttons-zoomOut--y","fullname":"mapNavigation.buttons.zoomOut.y","title":"y","parent":"mapNavigation-buttons-zoomOut","isParent":false,"returnType":"Number","defaults":"28","description":"The position of the zoomOut button relative to the vertical alignment. ","deprecated":false},{"name":"mapNavigation-buttons-zoomIn--y","fullname":"mapNavigation.buttons.zoomIn.y","title":"y","parent":"mapNavigation-buttons-zoomIn","isParent":false,"returnType":"Number","defaults":"0","values":"","since":"","description":"The position of the zoomIn button relative to the vertical alignment. ","demo":"","seeAlso":"","deprecated":false},{"name":"exporting-buttons-contextButton--y","fullname":"exporting.buttons.contextButton.y","title":"y","parent":"exporting-buttons-contextButton","isParent":false,"returnType":"Number","defaults":"0","description":"The vertical offset of the button's position relative to its <code>verticalAlign</code>.\t\t\t .","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/navigation/buttonoptions-verticalalign/\" target=\"_blank\">Buttons at lower right</a>","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--y","fullname":"plotOptions.mapbubble.dataLabels.y","title":"y","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"series<map>-dataLabels--y","fullname":"series<map>.dataLabels.y","title":"y","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"-6","description":"The y position offset of the label relative to the point. ","deprecated":false},{"name":"yAxis","fullname":"yAxis","title":"yAxis","isParent":true,"description":"<p>The Y axis. A Highcharts map has hidden X and Y axes to control layout of the shapes and features like zooming and panning. Zooming is in effect the same as setting the extremes of one of the axes, and Highmaps is set up to make the other axis zoom the same amount.</p>\r\n\r\n<p>Highmaps uses the coordinate system of the map points' path configurations.</p>\r\n\t\r\n<p>See <a class=\"internal\" href=\"#Axis\">the Axis object</a> for programmatic access to the axis.</p>","deprecated":false},{"name":"series<mapbubble>-data--z","fullname":"series<mapbubble>.data.z","title":"z","parent":"series<mapbubble>-data","isParent":false,"returnType":"Number","description":"While the <code>x</code> and <code>y</code> values of the bubble are determined by the underlying map, the <code>z</code> indicates the actual value that gives the size of the bubble. ","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/demo/map-bubble/\" target=\"_blank\">Bubble</a>","deprecated":false},{"name":"series<heatmap>--zIndex","fullname":"series<heatmap>.zIndex","title":"zIndex","parent":"series<heatmap>","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"yAxis-labels--zIndex","fullname":"yAxis.labels.zIndex","title":"zIndex","parent":"yAxis-labels","isParent":false,"returnType":"Number","defaults":"7","values":"","description":"The Z index for the axis labels.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-heatmap--zIndex","fullname":"plotOptions.heatmap.zIndex","title":"zIndex","parent":"plotOptions-heatmap","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"plotOptions-map--zIndex","fullname":"plotOptions.map.zIndex","title":"zIndex","parent":"plotOptions-map","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"series<mapbubble>--zIndex","fullname":"series<mapbubble>.zIndex","title":"zIndex","parent":"series<mapbubble>","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"plotOptions-heatmap-dataLabels--zIndex","fullname":"plotOptions.heatmap.dataLabels.zIndex","title":"zIndex","parent":"plotOptions-heatmap-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series-dataLabels--zIndex","fullname":"plotOptions.series.dataLabels.zIndex","title":"zIndex","parent":"plotOptions-series-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline--zIndex","fullname":"plotOptions.mapline.zIndex","title":"zIndex","parent":"plotOptions-mapline","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"series<map>-dataLabels--zIndex","fullname":"series<map>.dataLabels.zIndex","title":"zIndex","parent":"series<map>-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapline>--zIndex","fullname":"series<mapline>.zIndex","title":"zIndex","parent":"series<mapline>","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"colorAxis-labels--zIndex","fullname":"colorAxis.labels.zIndex","title":"zIndex","parent":"colorAxis-labels","isParent":false,"returnType":"Number","defaults":"7","values":"","description":"The Z index for the axis labels.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble-dataLabels--zIndex","fullname":"plotOptions.mapbubble.dataLabels.zIndex","title":"zIndex","parent":"plotOptions-mapbubble-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapbubble--zIndex","fullname":"plotOptions.mapbubble.zIndex","title":"zIndex","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"series<map>--zIndex","fullname":"series<map>.zIndex","title":"zIndex","parent":"series<map>","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"series<mapbubble>-dataLabels--zIndex","fullname":"series<mapbubble>.dataLabels.zIndex","title":"zIndex","parent":"series<mapbubble>-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-series--zIndex","fullname":"plotOptions.series.zIndex","title":"zIndex","parent":"plotOptions-series","isParent":false,"returnType":"Number","description":"Define the z index of the series.","deprecated":false},{"name":"series<mapline>-dataLabels--zIndex","fullname":"series<mapline>.dataLabels.zIndex","title":"zIndex","parent":"series<mapline>-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"series<heatmap>-dataLabels--zIndex","fullname":"series<heatmap>.dataLabels.zIndex","title":"zIndex","parent":"series<heatmap>-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-map-dataLabels--zIndex","fullname":"plotOptions.map.dataLabels.zIndex","title":"zIndex","parent":"plotOptions-map-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"xAxis-labels--zIndex","fullname":"xAxis.labels.zIndex","title":"zIndex","parent":"xAxis-labels","isParent":false,"returnType":"Number","defaults":"7","values":"","description":"The Z index for the axis labels.","demo":"","seeAlso":"","deprecated":false},{"name":"plotOptions-mapline-dataLabels--zIndex","fullname":"plotOptions.mapline.dataLabels.zIndex","title":"zIndex","parent":"plotOptions-mapline-dataLabels","isParent":false,"returnType":"Number","defaults":"6","values":"","description":"The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.","demo":"","seeAlso":"","deprecated":false},{"name":"series<mapbubble>--zMax","fullname":"series<mapbubble>.zMax","title":"zMax","parent":"series<mapbubble>","isParent":false,"returnType":"Number","defaults":"null","values":"","since":"1.0.3","description":"The minimum for the Z value range. Defaults to the highest Z value in the data.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-zmin-zmax/\" target=\"_blank\">Z has a possible range of 0-100</a>","seeAlso":"<a href=\"#plotOptions.mapbubble.zMin\">zMax</a>","deprecated":false},{"name":"plotOptions-mapbubble--zMax","fullname":"plotOptions.mapbubble.zMax","title":"zMax","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Number","defaults":"null","values":"","since":"1.0.3","description":"The minimum for the Z value range. Defaults to the highest Z value in the data.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-zmin-zmax/\" target=\"_blank\">Z has a possible range of 0-100</a>","seeAlso":"<a href=\"#plotOptions.mapbubble.zMin\">zMax</a>","deprecated":false},{"name":"series<mapbubble>--zMin","fullname":"series<mapbubble>.zMin","title":"zMin","parent":"series<mapbubble>","isParent":false,"returnType":"Number","defaults":"null","values":"","since":"1.0.3","description":"The minimum for the Z value range. Defaults to the lowest Z value in the data.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-zmin-zmax/\" target=\"_blank\">Z has a possible range of 0-100</a>","seeAlso":"<a href=\"#plotOptions.mapbubble.zMax\">zMax</a>","deprecated":false},{"name":"plotOptions-mapbubble--zMin","fullname":"plotOptions.mapbubble.zMin","title":"zMin","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Number","defaults":"null","values":"","since":"1.0.3","description":"The minimum for the Z value range. Defaults to the lowest Z value in the data.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/bubble-zmin-zmax/\" target=\"_blank\">Z has a possible range of 0-100</a>","seeAlso":"<a href=\"#plotOptions.mapbubble.zMax\">zMax</a>","deprecated":false},{"name":"plotOptions-mapbubble--zThreshold","fullname":"plotOptions.mapbubble.zThreshold","title":"zThreshold","parent":"plotOptions-mapbubble","isParent":false,"returnType":"Number","defaults":"0","description":"When <a href=\"#plotOptions.bubble.displayNegative\">displayNegative</a> is <code>false</code>, bubbles with lower Z values are skipped. When <code>displayNegative</code> is <code>true</code> and a <a href=\"#plotOptions.bubble.negativeColor\">negativeColor</a> is given, points with lower Z is colored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-negativecolor/\" target=\"_blank\">Negative color below a threshold</a>","deprecated":false},{"name":"series<mapbubble>--zThreshold","fullname":"series<mapbubble>.zThreshold","title":"zThreshold","parent":"series<mapbubble>","isParent":false,"returnType":"Number","defaults":"0","description":"When <a href=\"#plotOptions.bubble.displayNegative\">displayNegative</a> is <code>false</code>, bubbles with lower Z values are skipped. When <code>displayNegative</code> is <code>true</code> and a <a href=\"#plotOptions.bubble.negativeColor\">negativeColor</a> is given, points with lower Z is colored.","demo":"<a href=\"http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/plotoptions/mapbubble-negativecolor/\" target=\"_blank\">Negative color below a threshold</a>","deprecated":false},{"name":"mapNavigation-buttons-zoomIn","fullname":"mapNavigation.buttons.zoomIn","title":"zoomIn","parent":"mapNavigation-buttons","isParent":true,"returnType":"Object","description":"Options for the zoom in button. Properties for the zoom in and zoom out buttons are inherited from <a href=\"#mapNavigation.buttonOptions\">mapNavigation.buttonOptions</a>, while individual options can be overridden. By default, the <code>onclick</code>, <code>text</code> and <code>y</code> options are individual.","deprecated":false},{"name":"lang--zoomIn","fullname":"lang.zoomIn","title":"zoomIn","parent":"lang","isParent":false,"returnType":"String","defaults":"Zoom in","description":"The title appearing on hovering the zoom in button. The text itself defaults to \"+\" and can be changed in the button options.","deprecated":false},{"name":"lang--zoomOut","fullname":"lang.zoomOut","title":"zoomOut","parent":"lang","isParent":false,"returnType":"String","defaults":"Zoom out","values":"","since":"","description":"The title appearing on hovering the zoom out button. The text itself defaults to \"-\" and can be changed in the button options.","demo":"","seeAlso":"","deprecated":false},{"name":"mapNavigation-buttons-zoomOut","fullname":"mapNavigation.buttons.zoomOut","title":"zoomOut","parent":"mapNavigation-buttons","isParent":true,"returnType":"Object","defaults":"","values":"","since":"","description":"Options for the zoom out button. Properties for the zoom in and zoom out buttons are inherited from <a href=\"#mapNavigation.buttonOptions\">mapNavigation.buttonOptions</a>, while individual options can be overridden. By default, the <code>onclick</code>, <code>text</code> and <code>y</code> options are individual.","demo":"","seeAlso":"","deprecated":false}];