Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@domoinc/actual-to-budget-gauge
Advanced tools
Type: string
Default: "ActualToBudgetGauge"
Name of chart for reporting
Type: color
Default: "#E4584F"
Fill color that indicates something is bad
Type: color
Default: "#91D0BC"
Fill color that indicates something is good
Type: color
Default: "#E5E5E5"
Fill color that indicates something is neutral
Type: string
Default: "Open Sans"
Font type for the text
Type: select
Default: {"name":"Number","value":"number"}
Set the value to show as a number, currency, or percentage value
Type: number
Default: 30
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: string
Default: "EXPECTED"
Text for the indicator label
Type: color
Default: "#555555"
Line color of the target indicator
Type: color
Default: "#E4E5E5"
Fill color that indicates something is empty
Type: boolean
Default: true
Flag for turning off data validation
Type: select
Default: {"name":"Show","value":true}
Show or hide the target indicator
Type: color
Default: "#888888"
Font color for the text
Type: number
Default: 12
Units: px
Font size for the text
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: number
Default: 250
Units: px
Width of the widget
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)); }
Default accessor:
function (line) { return Number(line[0]); }
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)); }
Default accessor:
function (line) { return Number(line[1]); }
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)); }
Default accessor:
function (line) { return Number(line[2]); }
/*----------------------------------------------------------------------------------
Create Widget -> index.html
© 2011 - 2015 DOMO, INC.
----------------------------------------------------------------------------------*/
//Setup some fake data
var data = [
//actual, expected, goal
[12500, 17900, 30300]
];
//Initialze the widget
var chart = d3.select('#vis')
.append('svg')
.attr({
height: '500px',
width: '500px'
})
.append('g')
.attr('transform', 'translate(125,238)')
.chart('ActualToBudgetGauge')
.c({
width: 250,
height: 30,
// format: {name: 'Percent', value: 'percent'},
});
//Render the chart with data
chart._notifier.showMessage(true);
chart.draw(data);
FAQs
ActualToBudgetGauge - Domo Widget
The npm package @domoinc/actual-to-budget-gauge receives a total of 3 weekly downloads. As such, @domoinc/actual-to-budget-gauge popularity was classified as not popular.
We found that @domoinc/actual-to-budget-gauge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.