import React from 'react'; import PropTypes from 'prop-types'; import _ from 'lodash'; import { Progress, Badge } from './../../../../components'; import { TinyAreaChart } from "./TinyAreaChart" import { randomArray } from './../../../../utilities'; const percents = [ "15", "25", "30", "35", "40", "45", "55", "60", "75", "80", "95" ]; const versions = [ "1.10", "1.34", "2.35", "0.23", "2.90", "9.05" ]; const name = [ "Apache", "Postfix", "Ruby R1", "MySQL", "Ruby R2" ]; const gbLeft = [ "2,234", "6,738", "982", "9,001", "1,329" ]; const tdValue = [ "783", "45", "4", "190", "65" ]; const tdUnits = [ "", "Mb", "%", "Kb/s" ]; const TrSystem = (props) => (