From f90cccf26efa3c022bf5b1a1ca23c926b97588cb Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Fri, 1 Jul 2011 16:14:23 +0200 Subject: [PATCH] readme commit --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0b39907 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +CurvedLines is a plugin for flot, which displays lines in a smooth curved way. This is achieved by adding additional points in between the "real" data points. + +The plugin is based on nergal.dev's work and gives you an option to display curved lines. I further extended the code with a 2nd mode, which forces the lines to have their minima/maxima on the original data points. + +Feel free to add additional features and correct errors. + +Regards Michael \ No newline at end of file