Skip to content

Commit

Permalink
feat(chartArea,graphHelpers): issues/78,87 threshold (#94)
Browse files Browse the repository at this point in the history
* chartArea, restructure towards use of dataSets
* chartArea, interpolation props, chartLegend, line and axis
* graphHelpers, placeholder label, restructure truthy check
* graphHelpers, threshold is zeroed out, hide
* rhelGraphCard, chartArea updates, tests
* rhelServices, 0 threshold in mid response
  • Loading branch information
priley86 authored and cdcabrera committed Sep 16, 2019
1 parent 540362e commit db2855f
Show file tree
Hide file tree
Showing 14 changed files with 1,053 additions and 588 deletions.
7 changes: 5 additions & 2 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"dropdownMonthly": "Monthly",
"dropdownQuarterly": "Quarterly",
"dropdownPlaceholder": "Select date range",
"tooltipLabel": "sockets on",
"tooltipPreviousLabelDaily": "from previous day",
"tooltipPreviousLabelWeekly": "from previous week",
"tooltipPreviousLabelMonthly": "from previous month",
"tooltipPreviousLabelQuarterly": "from previous quarter"
"tooltipPreviousLabelQuarterly": "from previous quarter",
"tooltipSockets": "sockets on",
"tooltipSocketsThreshold": "Socket Threshold",
"legendSocketsLabel": "Sockets",
"legendSocketsThresholdLabel": "Socket Threshold"
}
}
Loading

0 comments on commit db2855f

Please sign in to comment.