Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Added separate dropdown for group by in time series graph [part of FOGL-1524]#334

Open
MonikaSharma06 wants to merge 5 commits into
FOGL-1524from
FOGL-1524_b
Open

Added separate dropdown for group by in time series graph [part of FOGL-1524]#334
MonikaSharma06 wants to merge 5 commits into
FOGL-1524from
FOGL-1524_b

Conversation

@MonikaSharma06
Copy link
Copy Markdown
Contributor

No description provided.

@MonikaSharma06 MonikaSharma06 changed the title Added separate dropdown for group by in time series graph Added separate dropdown for group by in time series graph [part of FOGL-1524] Oct 22, 2018
<option value="hours" [selected]="optedGroup == 'hours'">hours</option>
<option value="seconds" [selected]="optedGroup == 'seconds'">seconds</option>
<div class="columns">
<div class="column is-3">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this is is-3, I think this should be normal column

<option value="seconds" [selected]="optedGroup == 'seconds'">seconds</option>
<div class="columns">
<div class="column is-3">
<div class="field">
Copy link
Copy Markdown
Contributor

@praveen-garg praveen-garg Oct 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply float right? or better just select is-small is-fullwidth

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants