Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaPochernina committed Apr 6, 2017
1 parent cf9b512 commit 457e792
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angara.html",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"main": "Gruntfile.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angara",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",
"private": true,
"main": "Gruntfile.js",
Expand Down
5 changes: 5 additions & 0 deletions src/Angara.Html.Sample/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ Vestibulum vitae enim sed dui pharetra tristique. Donec maximus elementum maximu

let htmlChart = chart |> Angara.Html.MakeEmbeddable "450px"
System.IO.File.WriteAllText("emb.html", htmlChart)

let htmlTable = tableXY |> Angara.Html.MakeEmbeddable "600px"
System.IO.File.WriteAllText("emb2.html", htmlTable)


printfn "Html is in the emb.html"

0

0 comments on commit 457e792

Please sign in to comment.