Change Y-axis range

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:

  1. Go to Helical Insight Folder ( For example, C:/Helical Insight )
  2. Go to "vendors" folder using the path
    \webapps\<HI Instance>\js\vendors
  3. Now, Open H3.js file in a text editor like notepad, notepad++ .
  4. After opening H3.js file, go to line 127,

    The key “center” can be commented out (as in the image) or pass an empty string (“”) to set the value as ‘undefined’.
    The same needs to be done on line 137.

  5. Save the H3.js file.
  6. Now, the required configuration is done.
  7. Now, clear the browser cache and application cache.
  8. Please refer the below image for clearing browser cache.
  9. Now, create a new report or execute the existing report to generate required output.
  10. For Example,

Thank you , now its working.