Skip to content
This repository has been 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
wants to merge 5 commits into
base: FOGL-1524
Choose a base branch
from

Conversation

MonikaSharma06
Copy link
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
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
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