Chart.datarefresh () |
Re-fetch the data from the dataset and refresh the chart (the refresh effect is consistent with dynamic refresh) |
Chart. Settitlevisible (Boolean) |
Whether the caption is visible, the parameter is true visible, false is not visible |
Chart.settitlecontent () |
The value of the caption is set, which can be a parameter or a value |
Chart.setlegendvisible (Boolean) |
Whether the legend is visible, the parameter is true visible, false is not visible |
Chart.setseriesinvisible ([index]) |
Set which series hidden, numeric array format, such as: Chart.setseriesinvisible ([0,1,3]) series 1,2,4 hidden; Hidden series legends are also grayed out |
Chart.setlabelvisible (Boolean) |
Whether the label is visible, the parameter is true visible, false is not visible |
Chart.setlabelvalue (class name, series name, tag string value) |
The corresponding label display values (column chart, area chart, line chart, bar chart, doughnut chart, radar chart, combo chart, full pitch) |
Chart.setlablevalue (string value of series name, tag) |
(Pie chart) |
Chart.setlablevalue (series name, X, y, label string value) |
(Scatter chart, bubble chart) |
Chart.setlablevalue (region name, string value of the label) |
Map |
Chart.setlablevalue (address/latitude/Longitude, label string value) |
(GIS map, address or latitude set by template) stock charts, dashboards and Gantt charts do not support label settings |
Chart.addalertline (name, value, color, align, isusesecondvalueaxis) |
Set the cordon content, value, color and left or right/top or |
Chart.clearalertline () |
Clear All Cordon |
Chart.setanimationenable (Boolean) |
Sets whether the chart turns on animation, true to ON, false off |
Chart.setdraggable (Boolean) |
Set the chart to turn on drag, true to ON, false off |
Chart.setzoom (Boolean) |
Sets whether the chart turns on zoom, true turns on, false off |
Chart.settooltipenable (Boolean) |
Set whether to turn on data point prompt, true to turn on, false to close |
Chart.settooltipvalue (category name, Series name, HTML) |
Set up data point content for corresponding categories and series (column chart, area chart, line chart, bar chart, doughnut chart, radar chart, combo chart, full pitch) |
Chart.settooltipvalue (series name, HTML) |
(Pie chart) |
Chart.settooltipvalue (series name, x,y,html) |
(Scatter chart, bubble chart) |
Chart.settooltipvalue (index, region name, HTML) |
(map, index level, top 0 descending) |
Chart.settooltipvalue (address/latitude and longitude, HTML) |
(GIS map, address or latitude set by template) |
Chart.settooltipvalue (date,html) |
(Stock chart) |
Chart.triggertooltip (category name, Series name) |
Trigger the corresponding data point hint (column chart, area chart, line chart, bar chart, doughnut chart, radar chart, combo chart, full distance graph) |
Chart. Triggertooltip (series name) |
(Pie chart) |
Chart.triggertooltip (series name, X, y) |
(Scatter chart, bubble chart) |
Chart.triggertooltip (index, region name) |
Map |
Chart.triggertooltip (address/latitude and longitude) |
(GIS map, address or latitude set by template) |
Chart. Triggertooltip (date) |
(Stock chart) |
Chart.setaxistooltipenable (Boolean) |
Set the chart to open the coordinate point prompt, true to turn on, false to close |
Chart.setautorefresh (Time) |
Set the time for automatic chart refresh |
Chart.refresh () |
Chart Refresh, per second |
Chart.sort (Boolean) |
Sort the chart display by categorical value (column chart includes stacked type, bar chart includes stacked type, area chart includes stacked type, line chart); True indicates small to large, false |
Chart.getgis () |
Get Baidu Maps Map Object |