Good Afternoon,
I'm currently working on a dashboard where a "time picker" is needed for usage. My dashboard is tracking all the usage of users. The only issue is that the dashboard is not reflecting the change in the time picker. I believe the time picker is the issue here. Can someone help me with this please..?
I've attached what my dashboard looks like.
Thank you,
AB
Have you join timepicker to your dashboard query? That need to do via source or with those options in gui.
It looks like its in there.. What do you think?
<form theme="dark">
<label>Flexnet Dashboard</label>
<fieldset submitButton="false" autoRun="true"></fieldset>
<row>
<panel>
<title>Flexnet</title>
<input type="time" token="Time Picker" searchWhenChanged="true">
<label>Time Picker</label>
<default>
<earliest>0</earliest>
<latest></latest>
</default>
</input>
<chart>
<title>Flexnet Of Users Usage</title>
<search ref="Flexnet Usage"></search>
<option name="charting.chart">line</option>
<option name="charting.drilldown">none</option>
</chart>
</panel>
</row>
</form>
Has anyone got a chance to look into this please ?