Giter Site home page Giter Site logo

digrich / bubblechart-panel Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 9.0 23.38 MB

Bubble chart panel for grafana monitoring system.

License: Apache License 2.0

JavaScript 7.88% CSS 0.52% Dockerfile 1.38% TypeScript 90.22%
grafana-panel bubble-chart timeseries d3js grafana monitoring tsdb visualization metrics dashboard

bubblechart-panel's Introduction

Bubble Chart Panel for Grafana

Marketplace Downloads License Known Vulnerabilities

Overview

This panel is designed to provide a centralized view of any component in the form of a bubble chart. Circles are grouped together into clusters based on tag values, and the size and color of each circle represent the aggregated value of time series data.

This plugin uses a D3-based library to create a bubble chart. It supports autoscaling to readjust its size according to the panel size. If the labels are too long, they will be disabled, and only a tooltip will be shown.

Requirements

The plugin is compatible with Grafana 10 and above.

Screenshots

Gradient color scheme Unique color scheme Threshold color scheme
Group color scheme Gradient color scheme Unique color scheme
Group color scheme Threshold color scheme Group color scheme
Gradient color scheme Threshold color scheme Gradient color scheme

Grouping

This panel provides two options for grouping circles: 'Name' and 'Label.' When selecting the 'Name' option, utilize the group separator (default: comma) to split names and establish hierarchical grouping based on data naming conventions. In the datasource query, use aliases with different tag names separated by the configurable group separator to determine the hierarchy order. This dynamic feature allows you to control the organization of circles on the chart by adjusting the order of tag names in the alias. For instance, if your data involves both data centers and hosts, and your alias is structured as $tag_dc,$tag_host, the chart will automatically group all host circles under the data center circle.

Alternatively, when the 'Label' option is selected, use the dropdown menu to select labels and customize the grouping order. This flexibility is particularly useful when dealing with series that do not have a name or alias defined properly, providing better control over circle organization on the chart.

To handle non-time series formatted data, first, convert it to a multiple series format using Grafana's 'Partition by values' transformation. In the chart options, select the 'Group by' option as 'Label' and choose appropriate labels; it will parse the data properly.

Options

Bubble chart settings

Options

  • Labels - Select the labels to be displayed in the bubble chart circles.
  • Calculation - Reducer functions to aggregtaed the data.
  • Unit - Unit to be displayed.
  • Decimals - Number of decimals to be displayed.
  • Group Separator - Tag values separator in Alias for grouping.

Color scheme

Options

  • Multiple color schemes.
    • Group - In the grouping scheme, circles are colored according to their group hierarchy.
      • Colors - The start and end range of colors for the group hierarchy.
    • Threshold - In the threshold scheme, circles are colored based on threshold values.
      • Thresholds - Threshold values.
      • Colors - Colors are applied for different threshold values.
    • Gradient - In the gradient scheme, circles are colored based on component values.
      • Thresholds - Threshold values.
      • Colors - The start and end range of colors for the gradient scale.
    • Unique - In the unique scheme, different colors are applied to individual circles.

Compatibility

Tested against the following databases:

  • InfluxDB
  • OpenTSDB
  • Bosun
  • MySQL
    • For MySQL, utilize the CONCAT function in the SQL expression for the metric field to achieve multiple group hierarchies. Example SQL expression:
    SELECT
    UNIX_TIMESTAMP(date) as time_sec,
    amt as value,
    CONCAT(server, ',', org) as metric
    FROM trade
    WHERE $__timeFilter(date)
    ORDER BY date ASC

This approach is expected to be working to other databases as well.

Building

This plugin relies on Plugin Tools. The typical build sequence is as follows:

npm install
npm run build

For development, you can run:

npm run dev

Docker Support

For convenient development and testing, you can simply execute the following command using the included docker-compose.yml file:

docker-compose up

Then browse to http://localhost:3000

Upgrade Implications

Changes in D3 Pack Layout Symmetry

In the latest version of D3, the pack layout symmetry has been updated to accommodate a greater number of circles. Users migrating from the Angular version (v1..) of this plugin may observe differences in their layout. Previously, D3 organized circles in a spiral form, but now it packs circles more densely, enhancing the overall arrangement.

bubblechart-panel's People

Contributors

digrich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bubblechart-panel's Issues

Error: <circle> attribute r: Expected length, "NaN" (with Grafana v7.0.6)

Hi digrich, first of all, thank you very much for your plugin!

I just want to submit and log an issue I have encountered a few times when using this plugin.

Sometimes, when you load the graphs, a bubble chart will fail to display, appearing like the picture below. We can also see that it does not happen to all of them. The next one is still rendering normally.

image

When opening the console log, the error is

d3.v3.min.js:1 Error: <circle> attribute r: Expected length, "NaN".

Moreover, if this info helps, with that chart, I'm using TestDB data source of Grafana.

Anyways, I might clone the repo and debug this later when I'm available.

Examples on a working Bubble Chart

Hi, while working on the Bubble Chart, nothing is showing up. Used a similar SQL for Time-series graph and other graphs it was working.
Is there any mistake I'm making? I'm new to Grafana, any help, examples or tutorials is appreciated.

Screenshot 2020-04-09 at 5 51 29 PM

Does not resize anymore

With version 1.1.0 the whole buble chart does not resize. Set the height to 800 but still empty space is not used. It is hardly possible to ready anything in the bubbles.
THis was working with previous version.
image

It would be great if you would have a quick fix (to manual edit a file or so) since like this the chart is not usable.

option to add data links to bubbles

Hi,

I am using bubble charts and so far it is working good. I have a requirement to add data links to bubbles to drilldown the data.
I would like to know why this plugin does not have capability to add data links(unlike other plugins).
Drill down the data by linking bubble with new dashboard is the capability i am looking for.

Is it something which can be added in future?

Thanks,
Shadman

Angular is deprecated - please migrate to React

Hello ๐Ÿ‘‹ from Grafana Labs

We have detected that your plugin might still be using AngularJS and recommend migrating it to React, so that it may continue to operate successfully in future versions of Grafana.

You can read more on why and how by visiting our documentation: https://grafana.com/docs/grafana/latest/developers/angular_deprecation/

You can reach out to us with any questions via slack: slack.grafana.com - channel #plugins or our plugin development community forum

angular.js: Error

Getting error following error and no bubble chart. When editing the panel it shows fine. But not on "View" or on the dashboard.
Grafana version is 8.06

angular.js:15697 TypeError: Cannot read properties of undefined (reading 'createElementNS')
    at Object.e (d3.v3.min.js:1:4099)
    at Object.eval (d3.v3.min.js:3:13232)
    at Co.select (d3.v3.min.js:3:11024)
    at Co.append (d3.v3.min.js:3:13188)
    at BubbleChartCtrl.addBubbleChart (bubble_ctrl.js:161:14)
    at render (bubble_ctrl.js:240:18)
    at eval (bubble_ctrl.js:243:13)
    at t.wrapper (EventBus.ts:69:7)
    at FnK4.c.emit (index.js:202:33)
    at c.emit (EventBus.ts:58:20) 'Possibly unhandled rejection: {}'

Label artifact left behind on refresh

Grafana 4.4.3
Bubblechart 1.0.0
Chrome 61 and IE 11 tested

To reproduce, start with a fresh graph.
Hover over a bubble - the label appears with the value.
Let the graph auto refresh while hovering and after refresh, move the mouse to another bubble.
The first label remains and a new label appears for the new selected bubble.

In addition, going to another dashboard still leaves the artifact behind.

NPM security vulnerabilities

Hello, as I was installing your plugin, the Anchore image scan at my company had detected vulnerabilities associated your plugin:

vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/globule/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/stringstream/package.json (fixed in: 0.0.6)(GHSA-mf6x-7mm4-x2g7 - https://github.com/advisories/GHSA-mf6x-7mm4-x2g7) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/cli/package.json (CVE-2014-3342 - https://nvd.nist.gov/vuln/detail/CVE-2014-3342) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json (fixed in: 5.0.0)(GHSA-282f-qqgm-c34q - https://github.com/advisories/GHSA-282f-qqgm-c34q) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-util/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json (fixed in: 2.17.2)(GHSA-4hpf-3wq7-5rpr - https://github.com/advisories/GHSA-4hpf-3wq7-5rpr) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/cli/package.json (CVE-2007-4027 - https://nvd.nist.gov/vuln/detail/CVE-2007-4027) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/underscore.string/package.json (fixed in: 3.3.5)(GHSA-v2p6-4mp7-3r9v - https://github.com/advisories/GHSA-v2p6-4mp7-3r9v) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (python) - /usr/local/lib/python3.10/dist-packages/certifi (fixed in: 2022.12.07)(GHSA-43fp-rhv2-5gv8 - https://github.com/advisories/GHSA-43fp-rhv2-5gv8) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-contrib-watch/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-util/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json (fixed in: 4.2.1)(GHSA-jp4x-w63m-7wgm - https://github.com/advisories/GHSA-jp4x-w63m-7wgm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/bl/package.json (fixed in: 1.2.3)(GHSA-pp7h-53gx-mx7r - https://github.com/advisories/GHSA-pp7h-53gx-mx7r) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/hosted-git-info/package.json (fixed in: 2.8.9)(GHSA-43f8-2h32-f4cj - https://github.com/advisories/GHSA-43f8-2h32-f4cj) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/package.json (fixed in: 2.0.0)(GHSA-w9mr-4mfr-499f - https://github.com/advisories/GHSA-w9mr-4mfr-499f) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-contrib-watch/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/js-yaml/package.json (fixed in: 3.13.0)(GHSA-2pr6-76vf-7546 - https://github.com/advisories/GHSA-2pr6-76vf-7546) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/underscore.string/package.json (fixed in: 3.3.5)(GHSA-v2p6-4mp7-3r9v - https://github.com/advisories/GHSA-v2p6-4mp7-3r9v) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/minimist/package.json (fixed in: 0.2.1)(GHSA-vh95-rmgr-6w4m - https://github.com/advisories/GHSA-vh95-rmgr-6w4m) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/shelljs/package.json (fixed in: 0.8.5)(GHSA-64g7-mvw6-v9qj - https://github.com/advisories/GHSA-64g7-mvw6-v9qj) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/package.json (fixed in: 1.5.2)(GHSA-j383-35pm-c5h4 - https://github.com/advisories/GHSA-j383-35pm-c5h4) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json (fixed in: 0.6.0)(GHSA-xc7v-wxcw-j472 - https://github.com/advisories/GHSA-xc7v-wxcw-j472) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json (fixed in: 0.2.1)(GHSA-vh95-rmgr-6w4m - https://github.com/advisories/GHSA-vh95-rmgr-6w4m) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/argparse/node_modules/underscore.string/package.json (fixed in: 3.3.5)(GHSA-v2p6-4mp7-3r9v - https://github.com/advisories/GHSA-v2p6-4mp7-3r9v) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/extend/package.json (fixed in: 3.0.2)(GHSA-qrmc-fj45-qfc2 - https://github.com/advisories/GHSA-qrmc-fj45-qfc2) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/cli/package.json (CVE-2007-4430 - https://nvd.nist.gov/vuln/detail/CVE-2007-4430) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/package.json (fixed in: 6.14.6)(GHSA-93f3-23rq-pjfp - https://github.com/advisories/GHSA-93f3-23rq-pjfp) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/ms/package.json (fixed in: 2.0.0)(GHSA-w9mr-4mfr-499f - https://github.com/advisories/GHSA-w9mr-4mfr-499f) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/underscore.string/package.json (fixed in: 3.3.5)(GHSA-v2p6-4mp7-3r9v - https://github.com/advisories/GHSA-v2p6-4mp7-3r9v) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-x5rq-j2xg-h7qm - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/globule/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/fstream/package.json (fixed in: 1.0.12)(GHSA-xf7w-r453-m56c - https://github.com/advisories/GHSA-xf7w-r453-m56c) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/minimatch/package.json (fixed in: 3.0.2)(GHSA-hxm2-r34f-qmc5 - https://github.com/advisories/GHSA-hxm2-r34f-qmc5) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/globule/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/npm-user-validate/package.json (fixed in: 1.0.1)(GHSA-pw54-mh39-w3hc - https://github.com/advisories/GHSA-pw54-mh39-w3hc) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/qs/package.json (fixed in: 1.0.0)(GHSA-jjv7-qpx3-h62q - https://github.com/advisories/GHSA-jjv7-qpx3-h62q) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/qs/package.json (fixed in: 6.2.4)(GHSA-hrpp-h998-j3pp - https://github.com/advisories/GHSA-hrpp-h998-j3pp) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-contrib-watch/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-util/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 4.4.18)(GHSA-5955-9wpr-37jh - https://github.com/advisories/GHSA-5955-9wpr-37jh) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/qs/package.json (fixed in: 6.2.4)(GHSA-hrpp-h998-j3pp - https://github.com/advisories/GHSA-hrpp-h998-j3pp) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 4.4.16)(GHSA-9r2w-394v-53qc - https://github.com/advisories/GHSA-9r2w-394v-53qc) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-util/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/package.json (fixed in: 1.3.0)(GHSA-m5pj-vjjf-4m3h - https://github.com/advisories/GHSA-m5pj-vjjf-4m3h) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/cli/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 2.2.2)(GHSA-j44m-qm6p-hp7m - https://github.com/advisories/GHSA-j44m-qm6p-hp7m) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/package.json (fixed in: 6.13.3)(GHSA-m6cx-g6qm-p2cx - https://github.com/advisories/GHSA-m6cx-g6qm-p2cx) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/traceur/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/hawk/package.json (fixed in: 9.0.1)(GHSA-44pw-h2cw-w3vq - https://github.com/advisories/GHSA-44pw-h2cw-w3vq) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/tiny-lr-fork/node_modules/debug/package.json (fixed in: 2.6.9)(GHSA-9vvw-cc9w-f27h - https://github.com/advisories/GHSA-9vvw-cc9w-f27h) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-contrib-watch/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/globule/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/shelljs/package.json (fixed in: 0.8.5)(GHSA-4rq4-32rv-6wp6 - https://github.com/advisories/GHSA-4rq4-32rv-6wp6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/qs/package.json (fixed in: 1.0.0)(GHSA-f9cm-p3w6-xvr3 - https://github.com/advisories/GHSA-f9cm-p3w6-xvr3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/package.json (fixed in: 2.6.9)(GHSA-9vvw-cc9w-f27h - https://github.com/advisories/GHSA-9vvw-cc9w-f27h) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/d3-color/package.json (fixed in: 3.1.0)(GHSA-36jr-mh4h-2g58 - https://github.com/advisories/GHSA-36jr-mh4h-2g58) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/debug/package.json (fixed in: 2.6.9)(GHSA-9vvw-cc9w-f27h - https://github.com/advisories/GHSA-9vvw-cc9w-f27h) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 3.2.2)(GHSA-3jfq-g458-7qm9 - https://github.com/advisories/GHSA-3jfq-g458-7qm9) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 3.2.3)(GHSA-r628-mhmh-qjhw - https://github.com/advisories/GHSA-r628-mhmh-qjhw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/tar/package.json (fixed in: 4.4.18)(GHSA-qq89-hq3f-393p - https://github.com/advisories/GHSA-qq89-hq3f-393p) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/package.json (fixed in: 1.5.3)(GHSA-rm36-94g8-835r - https://github.com/advisories/GHSA-rm36-94g8-835r) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/multimatch/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/json5/package.json (fixed in: 1.0.2)(GHSA-9c47-m6qq-7p4h - https://github.com/advisories/GHSA-9c47-m6qq-7p4h) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/package.json (fixed in: 6.13.3)(GHSA-x8qc-rrcw-4r46 - https://github.com/advisories/GHSA-x8qc-rrcw-4r46) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json (fixed in: 1.13.2)(GHSA-2m39-62fm-q8r3 - https://github.com/advisories/GHSA-2m39-62fm-q8r3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json (fixed in: 2.17.2)(GHSA-f522-ffg8-j8r6 - https://github.com/advisories/GHSA-f522-ffg8-j8r6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/minimatch/package.json (fixed in: 3.0.2)(GHSA-hxm2-r34f-qmc5 - https://github.com/advisories/GHSA-hxm2-r34f-qmc5) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/load-grunt-tasks/node_modules/minimatch/package.json (fixed in: 3.0.2)(GHSA-hxm2-r34f-qmc5 - https://github.com/advisories/GHSA-hxm2-r34f-qmc5) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json (fixed in: 1.1.7)(GHSA-832h-xg76-4gv6 - https://github.com/advisories/GHSA-832h-xg76-4gv6) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/globule/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/qs/package.json (fixed in: 6.2.3)(GHSA-gqgv-6jq5-jjj9 - https://github.com/advisories/GHSA-gqgv-6jq5-jjj9) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/qs/package.json (fixed in: 6.0.4)(GHSA-gqgv-6jq5-jjj9 - https://github.com/advisories/GHSA-gqgv-6jq5-jjj9) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/package.json (fixed in: 5.7.1)(GHSA-ph34-pc88-72gc - https://github.com/advisories/GHSA-ph34-pc88-72gc) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/package.json (fixed in: 6.13.4)(GHSA-4328-8hgf-7wjr - https://github.com/advisories/GHSA-4328-8hgf-7wjr) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/ini/package.json (fixed in: 1.3.6)(GHSA-qqgx-2p2h-9c37 - https://github.com/advisories/GHSA-qqgx-2p2h-9c37) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-util/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-35jh-r3h4-6jhm - https://github.com/advisories/GHSA-35jh-r3h4-6jhm) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/js-yaml/package.json (fixed in: 3.13.1)(GHSA-8j8c-7jfh-h6hx - https://github.com/advisories/GHSA-8j8c-7jfh-h6hx) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json (fixed in: 2.3.3)(GHSA-g7q5-pjjr-gqvp - https://github.com/advisories/GHSA-g7q5-pjjr-gqvp) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/lodash/package.json (fixed in: 4.17.20)(GHSA-p6mc-m468-83gw - https://github.com/advisories/GHSA-p6mc-m468-83gw) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-legacy-log/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/grunt-contrib-watch/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/findup-sync/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/load-grunt-tasks/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/lodash/package.json (fixed in: 4.17.11)(GHSA-4xc9-xhrj-v574 - https://github.com/advisories/GHSA-4xc9-xhrj-v574) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/babel-core/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/systemjs-builder/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | HIGH Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/minimatch/package.json (fixed in: 3.0.5)(GHSA-f8q6-p94x-37v3 - https://github.com/advisories/GHSA-f8q6-p94x-37v3) | warn
vulnerabilities | package | MEDIUM Vulnerability found in non-os package type (npm) - /var/lib/grafana/plugins/digrich-bubblechart-panel/node_modules/jshint/node_modules/lodash/package.json (fixed in: 4.17.21)(GHSA-29mw-wpgm-hmr9 - https://github.com/advisories/GHSA-29mw-wpgm-hmr9)

Do you mind updating your npm?

grafana-cli can't install 1.2.1

grafana-cli plugins install digrich-bubblechart-panel 1.2.1

results in

Error: โœ— digrich-bubblechart-panel v1.2.1 either does not exist or is not supported on your system (Grafana v8.1.1 linux-amd64)

And the latest available 1.2.0 is not signed resulting in

2021-08-19T16:29:48+0000 lvl=warn msg="Some plugin scanning errors were found" logger=plugins errors="plugin 'digrich-bubblechart-panel' is unsigned"

Chart is not show in combination with World Map plugin

Chart is not show in combination with World Map plugin.
Grafana version=4.4.1
Data source Elasticsearch version: 5.5.0

Tested on Mac OS X (10.11.6)

Safari Error:
d3.tip is not a function. (In 'd3.tip()', 'd3.tip' is undefined)
Chrome Error:
d3.tip is not a function

Stack trace:
TypeError: d3.tip is not a function at new bubbleChart (http://localhost:3000/public/plugins/digrich-bubblechart-panel/external/bubble.js?bust=1500934384332:51:18) at BubbleChartCtrl.addBubbleChart (http://localhost:3000/public/plugins/digrich-bubblechart-panel/bubble_ctrl.js?bust=1500934384332:258:39) at render (http://localhost:3000/public/plugins/digrich-bubblechart-panel/bubble_ctrl.js?bust=1500934384332:321:34) at f.eval (http://localhost:3000/public/plugins/digrich-bubblechart-panel/bubble_ctrl.js?bust=1500934384332:324:29) at f.emit (http://localhost:3000/public/app/boot.74ebeed4.js:62:13842) at a.emit (http://localhost:3000/public/app/boot.74ebeed4.js:62:15727) at BubbleChartCtrl.a.render (http://localhost:3000/public/app/boot.74ebeed4.js:56:2030) at BubbleChartCtrl.onDataReceived (http://localhost:3000/public/plugins/digrich-bubblechart-panel/bubble_ctrl.js?bust=1500934384332:118:30) at f.emit (http://localhost:3000/public/app/boot.74ebeed4.js:62:13409) at a.emit (http://localhost:3000/public/app/boot.74ebeed4.js:62:15727)

Rendering incorrect if all values are zero

If one attempts to graph a set of values wherein all values are zero (0), the panel renders very strangely. If text is enabled one sees all text jumbled together in one big glob, and with text disabled ones sees what appears to be a single pixel.

I have been able to work around this by setting an offset of +1 to all values. Once I do that the panel renders properly even when all values are in reality zero.

examples for grouping

Hi,
I am maybe to dumb, but I don't understand your descrition how grouping works. Since I am on MySQL DB. I have to write SQL. The bubble shows fine in one group so far.
Can you provide an example please?

Best regards

Panel not show on dashboard screen

Hi digrich,

Thank you for that panel, I just have a minor issue that I don't see the panel information on the main dashboard screen, when i edit the panel its like that:
image

but when i save and look at the main dashboard its empty:
image

Thank you in advance for you help!

Font size too small

Can we have an option to customize the font size on each bubble? Right now the font size is really small while leaving the circle with a large portion of white space.

Not full space used

Hi,

I wonder why the outer bubble version 1.1.0 is not using the full space of the container:
image

No matter how I resize it, there is always empty space in the bottom.
Any chance to use all free space?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.