title

Php code posted by author
created at 09 Apr 20:57

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{#nf-graph
    yMaxMode="push-tick"

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

   {{#nf-graph-content}}

     {{nf-line data=zoomData interpolator="monotone"}}
     {{nf-brush-selection left=selectLeft right=selectRight formatter=selectionDisplayFormatter}}

   {{/nf-graph-content}}

{{/nf-graph}}
366 Bytes in 3 ms with coderay