From aaa865d78b24f3924470dd4811c13ad049879d82 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 5 May 2013 19:07:30 +0100 Subject: [PATCH] [docs][s]: correct flotr2 refs to flot. --- docs/tutorial-views.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index 069862fb..48f460f9 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -120,13 +120,16 @@ grid.render(); Let's create a graph view to display a line graph for this dataset. First, add the additional dependencies for this view. These are the Flot -library and the Recline Graph view: +library and the Recline Flot Graph view: {% highlight html %} - + - + + {% endhighlight %}