mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Add metric display
This commit is contained in:
parent
1b42954bf2
commit
355c8692dd
@ -19,9 +19,6 @@ const {
|
||||
} = Metric;
|
||||
|
||||
const MetricCharts = ({
|
||||
// metricTypes,
|
||||
// metrics,
|
||||
// onAddMetric,
|
||||
datasets,
|
||||
duration = 360,
|
||||
durations = [
|
||||
@ -33,7 +30,6 @@ const MetricCharts = ({
|
||||
onDurationChange = () => {},
|
||||
onSettingsClick = () => {},
|
||||
onRemoveMetric = () => {}
|
||||
// and another one here to come...
|
||||
}) => {
|
||||
|
||||
const optionList = durations.map(duration => (
|
||||
|
Loading…
Reference in New Issue
Block a user