Welcome! This page is using CodeRay 1.1.2.

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

Page 78, 10 entries

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"}}...
title 10 lines of JavaScript by author 228 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.simpleTimeS...
title 11 lines of PHP by author 179 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
{{#nf-graph
    xScaleType="ordinal"
    yMinMode="fixed"
    yMin=0}}

   {{#nf-graph-content}}

     {{nf-bars data=graphData}}

   {{/nf-graph-content}}
{{/nf-graph}}
title 7 lines of PHP by author 114 Bytes Show Edit Expand
1
2
3
4
5
6
7
{{#nf-graph}}
  {{#nf-graph-content}}

    {{nf-area data=graphData}}

  {{/nf-graph-content}}
{{/nf-graph}}
title 7 lines of PHP by author 117 Bytes Show Edit Expand
1
2
3
4
5
6
7
{{#nf-graph}}
   {{#nf-graph-content}}

     {{nf-line data=graphData}}

   {{/nf-graph-content}}
{{/nf-graph}}
title 25 lines of PHP by author 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    width=400
    height=150
    showLanes=true
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute tick.val...

Page 78, 10 entries