
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@domoinc/horizontal-multi-series-bars
Advanced tools
Multiple horizontal bars with labels and values
Type: number
Default: 75
Units: px
Set the bar distance from the start of the labels
Type: number
Default: 5
Units: px
The space between the gauge and label
Type: string
Default: "HorizontalMultiSeriesBars"
Name of chart for reporting
Type: colorArray
Default: [["#D9EBFD","#B7DAF5","#90c4e4","#73B0D7","#4E8CBA","#31689B"],["#DDF4BA","#BBE491","#A0D771","#80C25D","#559E38","#387B26"],["#FDECAD","#FCCF84","#FBAD56","#FB8D34","#E45621","#A43724"],["#F3E4FE","#DDC8EF","#C5ACDE","#B391CA","#8F6DC0","#7940A1"],["#FCD7E6","#FBB6DD","#F395CD","#EE76BF","#CF51AC","#A62A92"],["#D8F4DE","#ABE4CA","#8DD5BE","#68BEA8","#46998A","#227872"],["#FDDDDD","#FCBCB7","#FD9A93","#FD7F76","#e45850","#c92e25"]]
The primary colors used to represent series data
Type: colorArray
Default: ["#4E8CBA","#D9EBFD","#31689B","#D9EBFD","#D9EBFD","#559E38","#DDF4BA","#387B26","#DDF4BA","#DDF4BA","#E45621","#FDECAD","#A43724","#FDECAD","#FDECAD","#FDECAD"]
The secondary colors used to represent series data
Type: number
Default: 10
Units: px
The space between the gauges
Type: number
Default: 30
Units: px
Height of each gauge
Type: number
Default: 100
Units: px
Height of the widget
Type: boolean
Default: false
If true, it signals to the widget that it is running on a mobile device. Should be called before draw and then NEVER changed.
Type: select
Default: {"name":"Before Gauge","value":true}
Set the label position before or after the gauge
Type: color
Default: "#8A8D8E"
Font color for the labels
Type: number
Default: 14
Units: px
Font size for the labels
Type: select
Default: {"name":"Left to Right","value":true}
Set the animation direction for the gauges
Type: string
Default: "$"
Text added before the number value
Type: boolean
Default: true
Flag for turning off data validation
Type: string
Default: ""
Text added after the number value
Type: string
Default: "Open Sans"
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: number
Default: 14
Units: px
Font size for the values
Type: number
Default: 700
Units: px
Width of the widget
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[0] === undefined ? undefined : String(line[0]); }
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)) && this.accessor(d) >= 0; }
Default accessor:
function (line) { return Number(line[1]); }
dispatch:mouseover
dispatch:mouseout
external:mouseover
external:mouseout
//Setup some fake data
var data = [
['North', 140],
['South', 200],
['East', 250],
['West', 170]
];
var chart = d3.select('#vis')
.append('svg')
.attr('height', 500)
.attr('width', 500)
.append('g')
.attr('transform', 'translate(50,172.5)')
.chart('HorizontalMultiSeriesBars')
.c({
width: 400,
height: 25,
})
//Render the chart with data
// chart._notifier.showMessage(false);
chart.draw(data);
setTimeout(function () {
chart.trigger('external:mouseover', {data: data[0]});
}, 2000);
setTimeout(function () {
chart.trigger('external:mouseout');
}, 3000);
setTimeout(function () {
chart.trigger('external:mouseover', {data: data[1]});
}, 3000);
setTimeout(function () {
chart.trigger('external:mouseout');
}, 4000);
FAQs
HorizontalMultiSeriesBars - Domo Widget
We found that @domoinc/horizontal-multi-series-bars demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.