Chart URL Parameters (version 24)
The following URL parameters can be passed in to create links for charts:
- Chart
- TimeDuration
- TimeEnd
- TimeMode
- SourceTag
- SourceTag[]
- InactiveTimeout
- Mode=ChartOnly
Chart
The chart parameter can be used to load a specific chart or a new one. If loading a specific chart, the entire filepath must be included.
TimeDuration
The timeduration parameter is used to set the duration for the chart. The expected value format is a relative duration or an actual duration. Relative durations are numbers followed by the unit of time. For example,
- 1d = 1 day
- 12h = 12 hours
- 30m = 30 minutes
- 60s = 60 seconds
Standard durations are formated as d.hh:mm:ss where 1.12:00:00 would be 1 day and 12 hours.
TimeEnd
The timeend parameter is used to set the ending datetime of the chart. The expected value format is: MM/DD/YYYY h:mm:ss AM/PM.
TimeMode
The timemode parameter is used to determine if the chart should be in Live mode or not. The expected value is Pause or Live.
SourceTag
The sourcetag parameter is used to add a single tag to a chart. The expected value format is: ServerName.DataSetName.TagName or ViewName.BranchName.TagName.
SourceTag[]
The sourcetag[] parameter is used to add multiple tags to a chart. The expected value format is: ServerName.DataSetName.TagName or ViewName.BranchName.TagName.
InactiveTimeout
The inactivetimeout parameter is used to expire the Axiom session after the user has not performed any activity for the specified period of time. The inactivity time period is specified in milliseconds.
Mode=ChartOnly
The Mode=ChartOnly parameter is used to hide the Chart menu button in the top-left corner so a user cannot save or open other charts/applications. The user is still able to change the chart, but cannot save it.
https://AxiomServer#chart=Public\ChartName&Mode=ChartOnly