How to configure y axis range from 10gb to 1000gb in ui builder using script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 07:17 AM
Hi Folks,
I have a requirement to customize the Y axis from 10gb to 1000gb in Data visualization type "Area" using script functionality can any one help me with requirement.
Here we need use the script functionality I am unable to find out the requirement
Thanks in Advance
- Labels:
-
UI Builder : Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 12:20 PM
I don't think you need a script. If you want the y axis to run from 10gb to 1000gb you can use the axis from and to range. If you're looking to something different or make it configurable by the end user, please provide more info around EXACTLY what you're looking to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 08:46 PM
Hi Brad,
In table data is coming in bytes i need to show in the graph (gb) format based on byte length.
Using Axis range i cant add the 10gb or 1000gb, because that field only accepting integer value. So that am checking is there any possibility through script as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 05:58 AM
The script option just lets you determine the value of the property in a more complex use case, but it's not going to allow you to set different types of values if that makes sense.