computationalmystic / augur-group25

MIT License
1 stars 2 forks source link

Make the graph color fit the webpage #5

Closed Qisheng-Tang closed 5 years ago

Qisheng-Tang commented 5 years ago

Is your feature request related to a problem? If so, please describe the problem: The graph variables' color is not fit into the webpage

Describe the solution you'd like: Tweak the graph variables to make it fit in with the color scheme

Describe alternatives you've considered: A clear and concise description of any alternative solutions or features you've considered.

Additional context: Add any other context or screenshots about the feature request here.

Qisheng-Tang commented 5 years ago

Today we have tried some possible ways for this issue. We will continue try to solve some technical problem in office hour

ghost commented 5 years ago

For this issue we would just like to change the Vega Lite graph specs so that the graph is similar to font/color/style to the other graphs on Augur. We would do this by passing an array of colors and then implementing these in the graph's javascript functions.

ghost commented 5 years ago

This issue has been assigned to Qisheng Tang. We will work together to make sure the graphs fit the scheme of the other graphs.

Qisheng-Tang commented 5 years ago

I will try to change the color of line first. I will use Vega-lite online editor to make a test.

ghost commented 5 years ago

We have decide to push this issue to sprint 4 because we felt that implementing the graphs correctly was a more important issue to deal with. We will definitely work on this issue further and hopefully complete it during the 4th sprint.

Qisheng-Tang commented 5 years ago

I have tried in Vega-lite for graph color. We will test whether it will work

屏幕快照 2019-05-11 下午8 15 50
ghost commented 5 years ago

We have changed the color of the graph by committing changes to the facadeLineChart.vue file. This has changed the line color from blue (default option) to black.

Screen Shot 2019-05-16 at 11 33 48 AM