Help for this page

Select Code to Download


  1. or download this
    my $series = [
      { $timestamp => $value }
      # ...
    ];
    
  2. or download this
    my $obj_template = {
      values => [
    ...
      ],
      # ...
    }