Skip to main content

26 docs tagged with "Business Charts"

View all tags

Annotations

Annotations is an umbrella term that includes several Grafana artifacts, as follows:

Baidu Maps

Baidu Maps is loaded via API v3 and require an access key.

Business Charts

The Business Charts panel allows you to integrate charts and graphs created by the Apache ECharts library into your Grafana dashboard.

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.

Code Editor Toolbar

The Business Charts panel supports the Code Editor toolbar starting from version 6.3.0.

Data Sources

The Business Charts panel supports various data sources that you can use to query data for building charts.

ECharts Instance

The context.panel.chart ( early 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 context.panel.chart ( early 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 starting from version 5.0.0.

Features

The Business Charts panel provides an extensive set of features that you can use to build myriads of charts and graphs in Grafana.

Gaode Maps

Gaode Maps is loaded via API v1.4.15 and require an access key.

GeoJSON

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

Google Maps

Google Maps is loaded via Maps API and requires an access key.

Grafana Events

Grafana uses an event bus to publish application events for notifying different parts of Grafana when the user interacts with the chart. Business Charts panel can react to these actions by subscribing to one or more events.

Library Imports

The Business Charts panel supports the npm library imports since 6.0.0 for Grafana 10 and Grafana 11.

Streaming

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

The Business Charts supports Maps

The Business Charts panel allows you to use maps as a basis for generating charts and displaying the value distribution across geographical areas.

Theme Editor

Theme Editor allows using custom themes generated with Theme Builder.

Transformations

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

Tutorials

We created easy to follow tutorials.

Variables

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

Visual Editor

This is one of the most exciting features. We created the Visual Editor to simplify working with the Grafana dataframes and facilitate intuitive data transmission into the Charts function.

Wordcloud Extension

The Business Charts panel supports the Wordcloud Extension starting from version 5.1.0.