-
Notifications
You must be signed in to change notification settings - Fork 8
ARTESCA-14587: new line time serie chart component #817
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
base: development/1.0
Are you sure you want to change the base?
ARTESCA-14587: new line time serie chart component #817
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
eebaf4b
to
4bc8060
Compare
4bc8060
to
6c35a0b
Compare
src/lib/components/linetimeseriechart/linetimeseriechart.component.tsx
Outdated
Show resolved
Hide resolved
src/lib/components/linetimeseriechart/linetimeseriechart.component.tsx
Outdated
Show resolved
Hide resolved
src/lib/components/linetimeseriechart/linetimeseriechart.component.tsx
Outdated
Show resolved
Hide resolved
src/lib/components/linetimeseriechart/linetimeseriechart.component.tsx
Outdated
Show resolved
Hide resolved
|
||
// Assign colors to unique resources | ||
Object.keys(groups).forEach((resource, index) => { | ||
const color = colorRange[index % colorRange.length]; |
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.
There is the issue of one chart missing one serie and messing the colors
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 will address this issue through context in the following PR.
src/lib/components/linetimeseriechart/linetimeseriechart.component.tsx
Outdated
Show resolved
Hide resolved
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
3e2c58f
to
c7e5da5
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
c7e5da5
to
3b88417
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Component:
linetimeseriechart
Description:
Design:

Percentage chart:
Symmetrical chart:

Adjust the unit base on the rawdata
