Temperature graphic#1669
Open
danielshid wants to merge 109 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I attempted to create a graphic to display temperature data. In terms of my success, I did not get too far. Most of the work I did was making frontend changes to meet the visual requirements of the temperature graphic. My work includes adding a temperature graph type as part of the graph type dropdown menu, a temperature unit dropdown menu, a weather location dropdown menu. For the last two items I mentioned, I also added options for them in the admin settings page. To my knowledge none of my work for the temperature graphic is connected to the backend and only visually works.
Partly Addresses #1291
Type of change
Checklist
Limitations
I was not able to figure how to connect the temperature graphic to the backend. Most of all, I was not able to get a working visual for the temperature graphic.