{{#graph({data: points, xaccessor: xaccessor, yaccessor: yaccessor, width: width, height: height})}} {{#each xaxis}} {{#if @index % 2 == 0}} {{(size - .) * xfactor}} {{xunit}} {{/if}} {{/each}} {{#each yaxis}} {{. * yfactor}} {{yunit}} {{/each}} {{#each curves:curve}} {{/each}} {{#each curves:curve}} {{/each}} {{#each curves:curve}} {{#each line.path.points():count}} {{/each}} {{/each}} {{#each curves:curve}} {{#each line.path.points():count}} {{#if selected == count }} {{item[count].y * yfactor}} {{yunit}} @ {{(size - item[count].x) * xfactor}} {{xunit}} {{/if}} {{/each}} {{/each}} {{#each curves:curve}} {{legend[curve]}} {{/each}} {{/graph}}