Welcome! This page is using CodeRay 1.1.2.

We currently have 3049 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 76, 10 entries

title 15 lines of PHP by author 366 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    yMaxMode="push-tick"

    brushAction="brushMove"
    brushStartAction="brushStart"
    brushEndAction="brushEnd"}}

   {{#nf-graph-content}}

     {{nf-line data=zoomData ...
title 10 lines of JavaScript by author 233 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.threeMetric...
title 3 lines of HTML by author 141 Bytes Show Edit Expand
1
2
3
<div>
  <span>Selected Time: {{format-hour-minute selectedLine.hoverData.x}}</span><span> Value: {{selectedLine.hoverData.y}}</span>
</div>
title 27 lines of PHP by author 869 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    selected=selectedLine
    width=400
    height=150
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute t...
title 31 lines of PHP by author 1014 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    selected=selectedLine
    width=400
    height=150
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute t...
title 31 lines of PHP by author 1014 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    selected=selectedLine
    width=400
    height=150
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute t...
title 10 lines of JavaScript by author 235 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.threeMetric...
title 13 lines of PHP by author 682 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
{{#nf-graph selected=selectedLine}}

  {{#nf-graph-content}}

    {{nf-vertical-line x=selectedLine.hoverData.x}}
    {{nf-horizontal-line y=selectedLine.hoverData.y}}

    {{nf-line data=gr...
title 10 lines of JavaScript by author 233 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.threeMetric...
title 14 lines of PHP by author 459 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
{{#nf-graph
    yMinMode="fixed"
    yMin=0}}

  {{#nf-graph-content}}

    {{#nf-area-stack}}
      {{nf-area data=graphData xprop="date" yprop="high" class="high" interpolator="monotone"}}...

Page 76, 10 entries