Using the code on the ‘Set Axis Range’ documentation page does not prevent the y-axis range on line charts from being -100 to 100. I want the range to show from 0 to 100. How can I do that ?
Hello anu29,
Thank you for your query. Can you provide us the relevant images ?
Regards,
Helical Insight Team
Hello anu29,
Thank you for the image. Yes, it can achieved through backend.
Following are the steps:
- Go to Helical Insight Folder ( For example, C:/Helical Insight )
- Go to "vendors" folder using the path
\webapps\<HI Instance>\js\vendors
- Now, Open H3.js file in a text editor like notepad, notepad++ .
- After opening H3.js file, go to line 127,
The key “center
” can be commented out (as in the image) or pass anempty string (“”)
to set the value as ‘undefined
’.
The same needs to be done on line 137. - Save the H3.js file.
- Now, the required configuration is done.
- Now, clear the browser cache and application cache.
- Please refer the below image for clearing browser cache.
- Now, create a new report or execute the existing report to generate required output.
For Example,
Thank you , now its working.