Skip to main content

25 docs tagged with "Business Charts"

View All Tags

Annotations

The Business Charts Panel supports annotations since version 4.3.0.

Baidu Maps

Baidu Maps is supported from Business Charts Panel 3.6.0.

Business Charts Panel

The Business Charts Panel plugin is a visualization extension for Grafana powered by the Apache ECharts library.

Charts Function

setOption(options) is the primary function in the Apache ECharts library. It is depicted as a square on the right in the schema below. This function gets called by the Business Charts panel (the Charts Function) with only one required parameter options.

Data Sources

The Business Charts Panel, as well as Grafana, supports various data sources that you can use to query data for building charts.

Directed Graph

The Business Charts Panel can render directed, undirected, and almost any other graph. Watch our tutorial to better understand the customization capabilities provided by the plugin.

ECharts Instance

The echartsInstance is a created instance (container) of the Apache ECharts library. It allows you to do the following:

Event Handling

You can handle specific events while viewing charts, for example, handle mouse events or any other event with the echartsInstance instance.

Examples

Take a try of 100+ ready-to-use chart examples at our demo site for the Business Charts Panel.

Extended Result

The Business Charts Panel supports the extended result object since version 5.0.0.

Gaode Maps

Gaode Maps is supported from Business Charts Panel 3.8.0.

GeoJSON

The Business Charts Panel supports the world and USA GeoJSON maps. You can load additional maps dynamically.

Google Maps

Google Maps is supported from Business Charts Panel 3.8.0.

Grafana Events

The Business Charts Panel supports the event bus since version 4.2.0.

Streaming

Streaming allows real-time data updates using streaming Data Sources and Grafana Live.

Theme Editor

Theme Editor allows using custom themes created with Theme Builder.

Transformations

Transformations can modify the returned data frames and may require code updates for retrieving values from data.

Variables

Use the replaceVariables() function to replace dashboard and global variables.

Visual Editor

The Business Charts Panel supports the Visual Editor since version 6.0.0.