Is is possible to Change default # of point values returned from ma-point-value quick view chart point values
-
Is there any way to set the default number of points that the quick view displays from ma-point-value ? It returns 100 now.
-
-
How do I get this configuration to stick ? It always defaults back to 100. It would be useful to change this default 100 to something else for all points so is the 100 hardcoded or a setting somewhere?.
-
Is it possible to tie this quick view chart and value to the dateBar.to and dateBar.from? That would help a lot.
-
@phillip-weeks said in Is is possible to Change default # of point values returned from ma-point-value quick view chart point values:
Is it possible to tie this quick view chart and value to the dateBar.to and dateBar.from? That would help a lot.
Not currently. I can definitely see why this would be preferable though.
-
Hi Jared; I accidentally set a large number on the # of point values and it hangs now whenever I open a quick view. How can I reset this number? Please and thank-you. Oh Has this been linked to the dateBar yet?
-
Hi Phillip,
Most stateful information about how the user has interacted with the UI is kept in the browser's local storage. You should be able to open your browsers cookie manager and delete the local storage for the appropriate host, like:
This will also delete information like what watchlist you had selected, which section on each page you had selected, etc.
-
Perfect Thanks