Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to change scale on Demand Workbench (bubble chart)

andresnavio
Giga Contributor

Hi,

I have searched and read this question multiple times however no one seems to have provided an answer so far so, I Will relaunch the question.

Is there a way to change the scale 0-10 in a bubble chart (demand workbench) to a bigger or lesser one? It is a paradox to be able to change the value of x-axis, y-axis and z-axis to fields that may go further than 10 and not be able to represent the bublle because it goes off scale 

7 REPLIES 7

Andrew Payze
Kilo Guru

Why do you want it to go further than 10?

The things that drive the scale are Risk & Value for example and there are business rules that only allow values between 0-10.  Have you changed this scale to allow for a great range?

Andrew

If you go to workbench config you can configure the bubble chart to use other X, Y & Z fields other than value, risk & size. In our case we are not using the assessments to set these values and have also modified the workbench to work with X & Y axis on customized fields ranging between 1 and 20. There's no need to restrict or change the rule aborting values over 10 in risk or value because we don't use them. 

Surprisingly and though customizing a different workbench for different axis is possible, bubbles cannot be seen in the chart because they have values (e.g. [13,15]) beyond a scale that cannot be changed.

OK, 

Have you looked at the 'Demand Bubble Chart' widget.  I see there is a line with max-value set to 10.  I did not try, but maybe that could be something to work with

 <chart border-width="20" width="100%" height="100%" data="chartData" max-value="10" chart-offset-x="80" chart-offset-y="80">

Andrew

That won't make any different at all. Scale remains at 10.