-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POC: Multiple line 409 #67
base: master
Are you sure you want to change the base?
Conversation
@@ -9,12 +9,12 @@ GEM | |||
eventmachine (>= 0.12.9) | |||
http_parser.rb (~> 0.6.0) | |||
eventmachine (1.2.7) | |||
ffi (1.12.2) | |||
ffi (1.13.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, we have exclude the gemlock file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done !
src/line-graph.js
Outdated
connectedCallback() { | ||
this.innerHTML = `<div style="height: 400px,width:400px" id="container"></div>`; | ||
var container = document.querySelector(`#container`); | ||
/*if (this.dataset.lineColor.indexOf(',') > -1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove it if it is not related to future work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup not needed .. removed !
datapoints.forEach(e => { | ||
arr.push([new Date(e.time).getTime(), e.value]) | ||
}) | ||
return { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, we can make a separate function and then we can assign the color
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes.. Created function and add logic inside of that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its done !
JIRA:
See ticket here - https://jira.rax.io/browse/MNRVA-409
Description:
Screenshots:
multiline_formatting.gif.zip