From ffd5ac14bb0ec0694ded58ac6762e0dc38515423 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 7 Jul 2016 22:22:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae04e5..b7f745a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ graph.Render(chart.PNG, buffer) //thats it! The key areas to note are that we have to explicitly turn on two features, the axes and the last value label. When calling `.Render(..)` we add a parameter, `chart.PNG` that tells the renderer to use a raster renderer (in this case, an awesome library called `draw2d`). -Coming in the near future will be the option to output to SVG. +Another option is to use `chart.SVG` which will use the vector renderer and create an svg representation of the chart. # Design Philosophy