Sha256: 39f493f02c61bb04404086a033f1508778482ae0b39144c1b20e10a8103e6637
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
class window.Serie extends StaticLine constructor: (@rrd_path, @ds_name, @legend, @yaxis = 1, @formatter = Format.identity, @rra = null) -> super(null, legend, yaxis, formatter) @static = false get_definition: () -> { data: @data, label: @legend, yaxis: @yaxis, color: @color }
Version data entries
4 entries across 4 versions & 1 rubygems