github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/stats-time-series.hbs (about) 1 <LineChart 2 @data={{@data}} 3 @xProp="timestamp" 4 @yProp="percent" 5 @chartClass={{@chartClass}} 6 @timeseries={{true}} 7 @title="Stats Time Series Chart" 8 @description={{this.description}} 9 @xScale={{this.xScale}} 10 @yScale={{this.yScale}} 11 @xFormat={{this.xFormat}} 12 @yFormat={{this.yFormat}}> 13 <:svg as |c|> 14 <c.Area @data={{@data}} @colorClass={{@chartClass}} /> 15 </:svg> 16 </LineChart>