Annotations
Annotations is an umbrella term that includes several Grafana artifacts, as follows:
Annotations is an umbrella term that includes several Grafana artifacts, as follows:
Baidu Maps is loaded via API v3 and require an access key.
The Business Charts panel allows you to integrate charts and graphs created by the Apache ECharts library into your Grafana dashboard.
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.
The Business Charts panel supports the Code Editor toolbar starting from version 6.3.0.
The Business Charts panel supports various data sources that you can use to query data for building charts.
The context.panel.chart ( early echartsInstance ) is a created instance (container) of the Apache ECharts library. It allows you to do the following:
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.
Take a try of 100+ ready-to-use chart examples at our demo site for the Business Charts panel.
The Business Charts panel supports the extended result object starting from version 5.0.0.
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 is loaded via API v1.4.15 and require an access key.
The Business Charts panel supports the world and USA GeoJSON maps. You can load additional maps dynamically.
Google Maps is loaded via Maps API and requires an access key.
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.
The Business Charts panel supports the npm library imports since 6.0.0 for Grafana 10 and Grafana 11.
A quick guide on how to use images in the Business Charts panel depending on the source type.
Release Notes for the Business Charts panel.
Streaming allows real-time data updates using streaming data sources and Grafana Live.
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 allows using custom themes generated with Theme Builder.
Transformations can modify the returned data frames and may require code updates for retrieving values from context.panel.data.
We created easy to follow tutorials.
Use the context.grafana.replaceVariables() function to replace dashboard and global variables.
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.
The Business Charts panel supports the Wordcloud Extension starting from version 5.1.0.