Skip to content

Commit

Permalink
Remove some interpolation types
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSperrle committed Jun 30, 2016
1 parent 7301d9e commit bdf1145
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,7 @@ <h2>Please Select the Time Frame</h2>
<select onchange="changeChartInterpolation(this.value)">
<option value="linear">Linear</option>
<option selected="selected" value="monotone">Monotone</option>
<option value="step-before">Step-Before</option>
<option value="step-after">Step-After</option>
<option value="bundle">Bundle</option>
<option value="cardinal">Cardinal</option>
<option value="basis">Basis</option>
<option value="basis-open">Basis-Open</option>
<option value="cardinal-open">Cardinal-Open</option>
</select>
</form>
<p id="predictions" style="position: absolute; margin-left: 920px; margin-top: 0px; width: 140px" >
Expand Down

0 comments on commit bdf1145

Please sign in to comment.