]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authorkahoujak <kahoujak@web>
Tue, 11 Mar 2014 06:29:10 +0000 (07:29 +0100)
committerOSP robot <osp@rtime.felk.cvut.cz>
Tue, 11 Mar 2014 06:29:10 +0000 (07:29 +0100)
student/kahoujak/index.mdwn

index 6c558655b75154e45690062b20a8d37fb7ac77cb..c970ca342d10d70ef6dce438d35ff245e875250d 100644 (file)
@@ -1,6 +1,6 @@
 [[!meta title="Kahoun Jakub"]]
 
-**Flot charts and homepage:** [Flot charts](http://www.flotcharts.org)
+**Project name and homepage:** [Flot charts](http://www.flotcharts.org)
 
 Assignment
 ======
@@ -8,10 +8,13 @@ Assignment
 Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features. I used Flot charts at work. And some features aren' t implemented, so I would like to do them. 
 
 - Flot charts support just "solid" lines in chart. So i would like to implement "dot" and "dash" line style.
-- If I'm using stacked chart i would like to stack all series together, but if is one series in one point negative. Do not stack it with others positive. But stack it with negative. And display it under the x-axis.
+- If I'm using stacked chart i would like to stack all series together, but if is one series in one point negative. Do not stack it with others positive. But stack it with negative. And display it under the x-axis. 
 
 I know that the second thing is a little bit difficult to explain and I think, that no one other would use this in future. But i need this feature.
 
+Work
+======
+I found, that someone did this feature, but this feature supports just bar chart. Another one expanded this plugin to support line chart. But I need step line chart. Which isn't supported, so i started writing my own plugin. 
 
 Links documenting the results of my work
 ======
@@ -19,7 +22,7 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [[Example] My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
+* [My communication with developers in a public mailing list archive](https://groups.google.com/forum/#!topic/flot-graphs/K4G-Y4c21fg)
 * [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
 * [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
 * [[Example] Additional supporting material](http://lwn.net/Articles/385586/)