]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/kahoujak/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / kahoujak / index.mdwn
index dfff06f2e7441a88cb9b18f5d6389565df5de84c..9afb6dddba3f5eb8fa6584d34b549c6e935c5010 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,25 +22,23 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [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)
-* [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [Additional supporting material](http://lwn.net/Articles/385586/)
+* [My communication with developers in a public mailing list archive](https://groups.google.com/forum/#!topic/flot-graphs/K4G-Y4c21fg)
+* [My work uploaded to project](https://groups.google.com/forum/#!topic/flot-graphs/0ELDpA4n2Qs)
+* [My commit of my work on github](https://github.com/kahoujak/jquery.flot.area.js)
+* [Additional supporting material](http://jsfiddle.net/kahoujak/s6SnJ/)
 
 Presentation
 ==========
-
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
-* [[Presentation of the results of my work|prezentace2.pdf]]
+* [[Presentation of the aim of my work in PDF or OpenDocument format|KAHOUJAK_prezentace.pdf]]
+* [[Presentation of the results of my work|KAHOUJAK_prezentace2.pdf]]
 
 Ohloh
 =====
 
-Here, I'll fill in the HTML code of the [Ohloh widgetu][w] showing my KudoRank.
-
-For example:
-<a href='https://www.ohloh.net/accounts/9897?ref=Detailed' target='_blank'>
-<img alt='Ohloh profile for wentasah' border='0' height='35' src='https://www.ohloh.net/accounts/9897/widgets/account_detailed.gif' width='230' />
+<a href='https://www.ohloh.net/accounts/559930?ref=Detailed' target='_blank'>
+<img alt='Ohloh profile for kahoujak' border='0' height='35' src='https://www.ohloh.net/accounts/559930/widgets/account_detailed.gif' width='230' />
 </a>
 
-[w]:https://www.ohloh.net/accounts/kahoujak/widgets
+[[KAHOUJAK_prezentace.pdf]]
+
+[[KAHOUJAK_prezentace2.pdf]]