Commit cabb94db authored by Simonas Kazlauskas's avatar Simonas Kazlauskas
Browse files

grafanaPlugins.volkovlabs-echarts-panel: init at 6.4.1

parent 71ebf0af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@
  redis-datasource = callPackage ./redis-datasource { };
  redis-explorer-app = callPackage ./redis-explorer-app { };
  ventura-psychrometric-panel = callPackage ./ventura-psychrometric-panel { };
  volkovlabs-echarts-panel = callPackage ./volkovlabs-echarts-panel { };
}
+13 −0
Original line number Diff line number Diff line
{ grafanaPlugin, lib }:

grafanaPlugin rec {
  pname = "volkovlabs-echarts-panel";
  version = "6.4.1";
  zipHash = "sha256-RHOfFKplZs0gbD/esvrpXkkPKPfo5R4zjCUJWPpkDNU=";
  meta = with lib; {
    description = "The Apache ECharts plugin is a visualization panel for Grafana that allows you to incorporate the popular Apache ECharts library into your Grafana dashboard.";
    license = licenses.asl20;
    maintainers = with maintainers; [ nagisa ];
    platforms = platforms.unix;
  };
}