Commit Graph

101 Commits (master)
 

Author SHA1 Message Date
Michael 22ed1fc2a6 Addapted package.json
there are a view tests but only with manual verification (-:
9 years ago
Michael 4b026c2e15 Merge pull request #36 from foaly-nr1/patch-package-json
Add package.json
9 years ago
foaly-nr1 e735e4155f Add package.json 9 years ago
Michael ca1f21371f Update README.md
added fallback script to the readme
10 years ago
Michael a6ece05f5d Updated Readme
including some notes about CDNs and versions
10 years ago
Michael Zinsmaier 2fb652f823 changed the examples to depend on online scripts. Before it was a mixture of offline and online. 11 years ago
Michael Zinsmaier 958e2b240c added one new example (mixed series / settings / styles) to the project 11 years ago
Michael fc094c039e Update README.md
added a new example
11 years ago
Michael e8fd1fc8e3 Merge pull request #27 from kenirwin/examples
Added examples directory with html files for the jsfiddle examples
11 years ago
Michael 1f1c84374c Update README.md
added the requirement for ordered data to the readme
11 years ago
Ken Irwin d60f9303b1 added example html files 11 years ago
Ken Irwin 3c4d8dd436 added flot (0.8.3) to examples/js directory 11 years ago
Ken Irwin 2bff8d3cb5 added gitignore file 11 years ago
Michael Zinsmaier ec39841fb7 added a check to curvedLines that tries to detect the usage of old parameters in the main options object 11 years ago
Michael Zinsmaier 8c38167538 added new examples, removed old examples and fixed two tests that still used old parameters 11 years ago
Michael 44d37d7d12 Update README.md
upgraded readme with js fiddle examples
11 years ago
Michael e3b2ffcc54 Update README.md
readme refactoring
11 years ago
Michael 0dc303ebd2 Update README.md
updated example options
11 years ago
Michael a45bc8badf Update README.md 12 years ago
Michael cdaa8541be Update README.md
improved readme
12 years ago
Michael 868d942788 Update README.md 12 years ago
Michael e9807f875d Update README.md 12 years ago
Michael 102666393c Update and rename README to README.md 12 years ago
Michael Zinsmaier 370e208fa5 changed the readme text 12 years ago
Michael Zinsmaier 76f769a2ac Merge branch 'master' of https://github.com/MichaelZinsmaier/CurvedLines 12 years ago
Michael f7cb6a0164 Merge pull request #24 from LukaszKrawczyk/patch-1
Update bower.json
12 years ago
Michael Zinsmaier 045ab982c8 Added new hermite spline interpolatin and docu. Changed tests to be based on the minified version of flot 8.3 12 years ago
LukaszKrawczyk d6ce5904b2 Update bower.json
fixed incorrect file name
12 years ago
Michael Zinsmaier 6d932f5be6 added new parameters to the tests and improved the parameter box 12 years ago
Michael Zinsmaier 9f95f11754 first draft of new curve calculations 12 years ago
Michael Zinsmaier aa0883073c Added new auto parameter testbox to all tests 12 years ago
Michael Zinsmaier 3db2c2ee2f API break refactored the code to prepare it for a new algorithmic core 12 years ago
Michael Zinsmaier 3fa41abe37 increased version to 0.6.4 12 years ago
Michael Zinsmaier 79e0bb7a67 next try ... 12 years ago
Michael Zinsmaier f5cb678974 more errors in the bower.json ... 12 years ago
Michael Zinsmaier 82e4a92c18 using other ignore all text 12 years ago
Michael Zinsmaier ff2736ff7c increased version to 0.6.1 such that the newer bower.json will be respected 12 years ago
Michael Zinsmaier 54cf5749d6 updated bower.js ignore such that everything except the curvedLines file will be ignored 12 years ago
Michael Zinsmaier bfbeae0fe5 added dependency towards flot 12 years ago
Michael Zinsmaier b0f4821496 added some fields 12 years ago
Michael Zinsmaier ebece72982 small test version of bower.json 12 years ago
Michael Zinsmaier 552e3f5f40 added missing comma 12 years ago
Michael Zinsmaier 1730fd3869 added missing comma 12 years ago
Michael Zinsmaier a00af55874 tried to setup a bower.json 12 years ago
Michael 2074070f7f Merge pull request #21 from dvanderfaeillie/master
Update curvedLines.js
12 years ago
dvanderfaeillie bb9a99d1ae Update curvedLines.js
small typo
12 years ago
MichaelZinsmaier ed2aedbfed alternative approach the special handling of fill is deactivated => line and fill in one step. Advantage: unshift can be used same ordering of hooks as before. Nicer lines because flot first works better than stack first. However not sure why the special treatment was added in the first place.... 12 years ago
MichaelZinsmaier 48d018fc83 One way to solve the stacking problem we use still a new sereis for the actual line but disable stacking on new line. Drawback the process data points hook has to be after the stack hook 12 years ago
Michael 886274f646 Update README 12 years ago
Michael f49850e73b Update README 12 years ago