1 Star 0 Fork 0

魏sir / grafana

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PLUGIN_DEV.md 1.72 KB
一键复制 编辑 原始数据 按行查看 历史

Plugin Development

This document is not meant as complete guide for developing plugins but more as a changelog for changes in Grafana that can impact plugin development. When ever you as plugin author encounter an issue with your plugin after upgrading Grafana please check here before creating an issue.

Links

Changes in v4.6

This version of Grafana has big changes that will impact a limited set of plugins. We moved from systemjs to webpack for built-in plugins & everything internal. External plugins still use systemjs but now with a limited set of Grafana components they can import. Plugins can depend on libs like lodash & moment and internal components like before using the same import paths. However since everything in Grafana is no longer accessible, a few plugins could encounter issues when importing a Grafana dependency.

List of exposed components plugins can import/require

If you think we missed exposing a crucial lib or Grafana component let us know by opening an issue.

Deprecated components

The angular directive <spectrum-picker> is now deprecated (will still work for a version more) but we recommend plugin authors to upgrade to new <color-picker color="ctrl.color" onChange="ctrl.onSparklineColorChange"></color-picker>

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Mr_V/grafana.git
git@gitee.com:Mr_V/grafana.git
Mr_V
grafana
grafana
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891